summaryrefslogtreecommitdiff
path: root/src/radeon_exa_render.c
AgeCommit message (Expand)Author
2010-02-26Use RADEON_ALIGN instead of open coding it.Matt Turner
2010-02-15EXA: Fix order of coordinates passed to radeon_pick_best_crtc().Michel Dänzer
2010-02-12radeon: consolidate crtc selector for vline waitAlex Deucher
2009-11-20r300: render target limit is 2560Alex Deucher
2009-11-05EXA: fallback if no pMaskPicture->pDrawableAlex Deucher
2009-10-06Don't call radeon_cs_flush_indirect() without KMS.Michel Dänzer
2009-10-05R1/2xx EXA: Minimise number of draw primitives used for Composite operations.Alex Deucher
2009-10-04radeon: fix build without kmsDave Airlie
2009-10-03R3/5xx EXA: Add support for BGRA picture formats.Michel Dänzer
2009-10-03R3/5xx EXA: Minimise number of draw primitives used for Composite operations.Michel Dänzer
2009-09-03EXA: Check for solid/gradient pictures the same way for all generations.Michel Dänzer
2009-09-02EXA: Fix Composite restart dst/src switcheroo.Michel Dänzer
2009-09-01r100/r200: seriously WRAP is illegal for rectangular texturesDave Airlie
2009-08-28EXA: RENDER repeat fix and more cleanup.Michel Dänzer
2009-08-27EXA: RENDER repeat cleanups.Michel Dänzer
2009-08-17r100/r200: dont emit wrong clamp modes.Dave Airlie
2009-08-07r200: fixup scissors for DDX.Dave Airlie
2009-07-15radeon: emit colorpitch relocs.Dave Airlie
2009-07-08Further non-KMS fixes / cleanups.Michel Dänzer
2009-07-08Fix the build for the !XF86DRM_MODE caseAlex Deucher
2009-07-08KMS CS fixes, take two.Michel Dänzer
2009-07-06radeon: port to new space checking in libdrm interfaceDave Airlie
2009-07-06Revert "KMS CS fixes."Dave Airlie
2009-07-05KMS CS fixes.Michel Dänzer
2009-06-30radeon: initial preparation for kms patch.Dave Airlie
2009-06-29Check if the composite op is supported in R200CheckComposite.Fredrik Höglund
2009-06-09r1xx/r2xx: clip 3D rendering to destination bufferAlex Deucher
2009-06-09r3xx/r4xx/r5xx: clip 3D rendering to destination bufferAlex Deucher
2009-06-09r3xx/r4xx/r5xx: refactor exa prepare compositeAlex Deucher
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