summaryrefslogtreecommitdiff
path: root/src/radeon_exa_render.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-22Fix RADEON_FALLBACK loggingGrigori Goronzy1-6/+6
2013-01-11radeon/r200: program RE_WIDTH_HEIGHT properlyAlex Deucher1-16/+16
2013-01-10Drop support for X servers older than 1.7.Michel Dänzer1-6/+0
2013-01-03video: add option to include disabled CRTCs in best CRTC searchIlija Hadzic1-1/+1
2012-06-15radeon: drop more wrapper macros.Dave Airlie1-15/+15
2012-06-15radeon: further macro cleanups.Dave Airlie1-173/+173
2012-06-15radeon: drop FUNC_NAME macro and ONCE_ONLY stuffDave Airlie1-60/+23
2012-06-15drop RING_LOCALS/ACCEL_PREAMBLEDave Airlie1-8/+0
2012-06-15radeon: drop all UMS/DRI1/XAA/overlay support.Dave Airlie1-124/+18
2012-05-23ati: convert to new screen conversion APIsDave Airlie1-2/+2
2012-04-16EXA: Support acceleration of solid pictures on R2xx.Alex Deucher1-43/+58
2012-04-16EXA: Support acceleration of solid pictures on R1xx.Alex Deucher1-43/+58
2012-04-16EXA: Support acceleration of solid pictures on R3xx-R7xx.Michel Dänzer1-46/+69
2011-04-14R520: Fix textures larger than 2kAdam Jackson1-3/+27
2011-03-16radeon/exa: correct function nameDave Airlie1-3/+3
2010-12-03radeon/exa: fallback for non-affine transformsAlex Deucher1-0/+9
2010-08-01radeon/r600: restructure exa + vbo to provide more sharingDave Airlie1-8/+0
2010-05-17r2xx exa: fix typo in 27c3326863deae36bc35e2c3b73fffd400208ff1Alex Deucher1-1/+1
2010-05-17r1xx/r2xx EXA: handle RepeatNone properly with transformsAlex Deucher1-6/+40
2010-02-26Use RADEON_ALIGN instead of open coding it.Matt Turner1-1/+1
2010-02-15EXA: Fix order of coordinates passed to radeon_pick_best_crtc().Michel Dänzer1-1/+1
2010-02-12radeon: consolidate crtc selector for vline waitAlex Deucher1-1/+3
2009-11-20r300: render target limit is 2560Alex Deucher1-2/+7
2009-11-05EXA: fallback if no pMaskPicture->pDrawableAlex Deucher1-3/+18
2009-10-06Don't call radeon_cs_flush_indirect() without KMS.Michel Dänzer1-1/+4
2009-10-05R1/2xx EXA: Minimise number of draw primitives used for Composite operations.Alex Deucher1-30/+80
2009-10-04radeon: fix build without kmsDave Airlie1-0/+2
2009-10-03R3/5xx EXA: Add support for BGRA picture formats.Michel Dänzer1-0/+20
2009-10-03R3/5xx EXA: Minimise number of draw primitives used for Composite operations.Michel Dänzer1-12/+34
2009-09-03EXA: Check for solid/gradient pictures the same way for all generations.Michel Dänzer1-2/+5
2009-09-02EXA: Fix Composite restart dst/src switcheroo.Michel Dänzer1-4/+4
2009-09-01r100/r200: seriously WRAP is illegal for rectangular texturesDave Airlie1-2/+8
2009-08-28EXA: RENDER repeat fix and more cleanup.Michel Dänzer1-24/+18
2009-08-27EXA: RENDER repeat cleanups.Michel Dänzer1-27/+35
2009-08-17r100/r200: dont emit wrong clamp modes.Dave Airlie1-8/+8
2009-08-07r200: fixup scissors for DDX.Dave Airlie1-2/+1
2009-07-15radeon: emit colorpitch relocs.Dave Airlie1-6/+7
2009-07-08Further non-KMS fixes / cleanups.Michel Dänzer1-6/+2
2009-07-08Fix the build for the !XF86DRM_MODE caseAlex Deucher1-1/+5
2009-07-08KMS CS fixes, take two.Michel Dänzer1-95/+95
2009-07-06radeon: port to new space checking in libdrm interfaceDave Airlie1-59/+26
2009-07-06Revert "KMS CS fixes."Dave Airlie1-79/+109
2009-07-05KMS CS fixes.Michel Dänzer1-109/+79
2009-06-30radeon: initial preparation for kms patch.Dave Airlie1-46/+150
2009-06-29Check if the composite op is supported in R200CheckComposite.Fredrik Höglund1-0/+4
2009-06-09r1xx/r2xx: clip 3D rendering to destination bufferAlex Deucher1-2/+11
2009-06-09r3xx/r4xx/r5xx: clip 3D rendering to destination bufferAlex Deucher1-4/+8
2009-06-09r3xx/r4xx/r5xx: refactor exa prepare compositeAlex Deucher1-139/+60
2009-05-26R3xx/R4xx: increase EXA render target limitsAlex Deucher1-2/+2
2009-05-15R100: switch to normalized texture coordinatesAlex Deucher1-2/+2