summaryrefslogtreecommitdiff
path: root/src/r600_exa.c
AgeCommit message (Expand)Author
2010-09-20DownloadFromScreenCS: download via a scratch BO if pixmap domain is unknownKarl Tomlinson
2010-08-23radeon: move vbo data to a separate structAlex Deucher
2010-08-20Add initial EXA and Xv support for evergreenAlex Deucher
2010-08-12radeon: fixup non-kms buildDave Airlie
2010-08-05r6xx/r7xx: add support for tiling with kms (v3)Alex Deucher
2010-08-02r6xx/r7xx: move syrface sync emit to the functions that emit surface infoAlex Deucher
2010-08-02EXA: move more common helpers to exa_sharedAlex Deucher
2010-08-01radeon/r600: restructure exa + vbo to provide more sharingDave Airlie
2010-07-30r6xx/r7xx: unify composite mask and non-mask pixel shaderAlex Deucher
2010-07-21r6xx/r7xx: group op variable stateAlex Deucher
2010-06-21Convert x(c)alloc/xfree to m/calloc/free.Michel Dänzer
2010-04-01r600/exa: further cleanup, use the object struct in the accel state.Dave Airlie
2010-04-01r600: cleanup wasteful variables.Dave Airlie
2010-04-01r600: reduce function call overhead.Dave Airlie
2010-03-31r6xx+ EXA: fix swapped domains in kms UTSAlex Deucher
2010-03-23r6xx+ EXA/Xv: add a R600SetAccelState functionAlex Deucher
2010-03-23r6xx+ EXA: always use a temp surface for overlapping copiesAlex Deucher
2010-03-22r6xx+ EXA: always use the accel_state state in DoPrepareCopyAlex Deucher
2010-03-22r6xx EXA/Xv: track src/dst domainsAlex Deucher
2010-03-15r6xx/r7xx: fix domain handling in accel codeAlex Deucher
2010-02-26rv740: disable dfs workaround for drm 1.32+Alex Deucher
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-12r6xx/r7xx: implement EXA vline supportAlex Deucher
2009-12-21radeon: use new libdrm apiDave Airlie
2009-12-01r600: fix multi-operation in single batch support.Dave Airlie
2009-11-30R600: fix some warningsKusanagi Kouichi
2009-11-27r600/accel: cleanup and merge a lot of the accel functionsDave Airlie
2009-11-25r600: fixup problems with EXA operation reset for multiple opsDave Airlie
2009-11-25radeon: fix check for no work in operationDave Airlie
2009-11-25r600: refactor code to help future acceleration speedups.Dave Airlie
2009-11-24r600: enable mixed pixmapsDave Airlie
2009-11-16r600: remove un-needed format conversionsAlex Deucher
2009-11-05EXA: fallback if no pMaskPicture->pDrawableAlex Deucher
2009-10-09r600 EXA: fix up mask reg mixupAlex Deucher
2009-10-09r600 EXA: fix some compile warningsAlex Deucher
2009-10-09r600 EXA: properly check planemaskAlex Deucher
2009-10-04R6/7xx EXA: Add support for BGRA picture formats.Alex Deucher
2009-09-25r600: space check wasn't correct.Dave Airlie
2009-09-10r600: add CS UTS and DFS hooksAlex Deucher
2009-09-08Merge branch 'r6xx-cs'Dave Airlie
2009-09-08r600: more alignment fixups + vb map/unmapDave Airlie
2009-09-03EXA: Check for solid/gradient pictures the same way for all generations.Michel Dänzer
2009-08-31r6xx/r7xx: various CS fixes from DaveAlex Deucher
2009-08-28EXA: RENDER repeat fix and more cleanup.Michel Dänzer
2009-08-27EXA: RENDER repeat cleanups.Michel Dänzer
2009-08-26r6xx/r7xx: set EXA_HANDLES_PIXMAPSAlex Deucher
2009-08-26r6xx/r7xx: more WIPAlex Deucher
2009-08-25r6xx/r7xx: fix some define problems in Xv codeAlex Deucher
2009-08-25R6xx/r7xx: unmap vb bo when doneAlex Deucher