summaryrefslogtreecommitdiff
path: root/src/radeon_exa_render.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-12R3xx-R5xx: do EXA transforms in the vertex shaderAlex Deucher1-19/+80
2009-05-03r3xx-r5xx: switch to 1/12 subpixel precisionAlex Deucher1-2/+6
2009-04-30R3xx-R5xx: don't set TX_OFFSET_RS in RS_INST_COUNTAlex Deucher1-4/+4
2009-04-25Revert "r300/r500: set R clamp mode."Dave Airlie1-8/+3
2009-04-25Revert "r3xx/r5xx: fix typo in last commit"Dave Airlie1-1/+1
2009-04-25Revert "radeon: attempt to fix R clamping for repeat again"Dave Airlie1-30/+35
2009-04-24radeon: attempt to fix R clamping for repeat againDave Airlie1-35/+30
2009-04-23r3xx/r5xx: fix typo in last commitAlex Deucher1-1/+1
2009-04-23r300/r500: set R clamp mode.Dave Airlie1-3/+8
2009-04-16R3xx/R4xx EXA: set explicit tex cache regionsAlex Deucher1-0/+7
2009-02-26Merge branch 'r6xx-r7xx-support' of git+ssh://agd5f@git.freedesktop.org/git/x...Alex Deucher1-1/+1
2009-02-24EXA: Pass pScrn and info into RadeonCompositeTile.Michel Dänzer1-4/+9
2009-02-24Only call RADEONWaitForVLine if it might actually do anything useful.Michel Dänzer1-1/+2
2009-02-12EXA: The source tiling code can't handle RepeatReflect yet.Michel Dänzer1-2/+7
2009-02-12R1xx/R2xx EXA: fix non repeat texture setupAlex Deucher1-28/+32
2009-02-12R3xx-R5xx EXA: fix texture setup for non-repeat caseAlex Deucher1-23/+27
2009-02-03Initial R6xx/R7xx EXA and textured video supportAlex Deucher1-1/+1
2009-01-30EXA: Accelerate Composite of RepeatPad/Reflect pictures when possible.Michel Dänzer1-33/+60
2009-01-24Don't transform EXA Composite mask coordinates when there's no mask.Michel Dänzer1-18/+19
2009-01-24Fall back to software for unsupported repeat modesThomas Jaeger1-0/+15
2009-01-21Fix compilation with RADEON_TRACE_FALL setAlex Deucher1-2/+2
2009-01-06R100: Fix typo in e55598cc1b35d398c9eb2c3946df71456775f621Alex Deucher1-1/+1
2008-12-26R2xx EXA: limit composite to 2047 like r1xxAlex Deucher1-8/+16
2008-12-22Fix off by one in EXA composite limit checkingPatrick Haller1-23/+31
2008-12-17R2xx: switch EXA composite to rects rather quadsAlex Deucher1-12/+17
2008-12-05Make VSync for EXA and Xv configurableAlex Deucher1-1/+1
2008-12-05Optimise RADEONWaitForVLinePierre Ossman1-6/+2
2008-12-04Improve tearing avoidance for Xvideo in two stepsPierre Ossman1-0/+8
2008-12-04First pass at tear-free accelAlex Deucher1-0/+6
2008-12-04Fix up US setup after r3xx bicubic mergeAlex Deucher1-3/+37
2008-12-03Make sure 3D state is emited when switching to 3D IBAlex Deucher1-9/+0
2008-12-02move 3d state init after RADEON_SWITCH_TO_3D()Alex Deucher1-9/+9
2008-12-02Stability fixes from radeon-gem-csDave Airlie1-17/+17
2008-11-27r100/r200: EXA misrenders dst == a8 + dst alpha use.Dave Airlie1-0/+6
2008-08-25Cleanups from rhd portEgbert Eich1-59/+57
2008-08-25Move accel state to a separate structAlex Deucher1-26/+26
2008-08-25Additional cleanups and re-arragement following bicubic mergeAlex Deucher1-8/+10
2008-07-29Change prim types for exa and textured video to help avoid tearingAlex Deucher1-13/+19
2008-06-26RADEON: fix copy/paste error in accel codeBrad Smith1-4/+4
2008-06-25RADEON: adjustments to Jerome's last commitAlex Deucher1-11/+6
2008-05-20R3/4/5xx: fixup logic from last commitAlex Deucher1-1/+1
2008-05-20R3/4/5xx: fix EXA rotationAlex Deucher1-5/+11
2008-05-14Add RS600 supportAlex Deucher1-0/+1
2008-05-13RS4xx: Split out RS400 and RS480 as separate familiesAlex Deucher1-0/+1
2008-05-12Replace CARD{8,16,32} with uint{8,16,32}_tMatt Turner1-25/+25
2008-05-07radeon: zaphod: fix render accel for EXADave Airlie1-7/+7
2008-04-27IGP: fix EXA composite corruptionAlex Deucher1-2/+6
2008-04-17Emulate repeats by drawing in tilesOwen Taylor1-24/+191
2008-04-17Turn on wrapping when repeating on R100 + R200Owen Taylor1-0/+6
2008-04-17R300+: move more common code into init3d()Alex Deucher1-116/+15