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