summaryrefslogtreecommitdiff
path: root/src/r600_exa.c
AgeCommit message (Expand)Author
2011-04-20EXA/Xv: used cached bo tiling flags for accel setup on 6xx+Alex Deucher
2011-04-05EXA: Cache BO tiling flags.Michel Dänzer
2011-03-21bug fix for r6xx/r7xx UMSmatthew green
2011-03-16radeon/exa: correct function nameDave Airlie
2011-03-02r6xx+: truncate point sampled coordinatesAlex Deucher
2011-02-16kms: EXA/Xv tiling fixesAlex Deucher
2011-02-11kms: 6xx/7xx big endian accel supportCédric Cano
2011-02-11kms/exa/xv: fix alignment checking in accel state setupAlex Deucher
2011-02-11kms/exa: UTS/DFS base alignment fixesAlex Deucher
2011-02-11EXA/r6xx+: properly account for height alignment in copy temp bufferAlex Deucher
2011-02-106xx+: switch to linear aligned rather than linear generalAlex Deucher
2011-02-106xx/7xx: consolidate spi setupAlex Deucher
2011-02-106xx/7xx: consolidate remaining CB stateAlex Deucher
2011-02-10kms/r6xx+: clean up pitch/height alignment in EXA UTS/DFSAlex Deucher
2011-02-01kms/r6xx+: fix tiling and pageflipping harderAlex Deucher
2011-01-21vbo: remove useless radeon_vb_discard()Alex Deucher
2011-01-10Merge branch 'kms-pflip' of git+ssh://git.freedesktop.org/git/xorg/driver/xf8...Alex Deucher
2010-12-03radeon: remove duplicated defineAlex Deucher
2010-12-03radeon/exa: fallback for non-affine transformsAlex Deucher
2010-12-01radeon/kms: allow tiled front buffer on 6xx/7xxAlex Deucher
2010-11-29r6xx/r7xx use dot4 for transformsAlex Deucher
2010-10-04Merge branch 'evergreen_accel' of git+ssh://git.freedesktop.org/git/xorg/driv...Alex Deucher
2010-09-20radeon: complete UTS and DFS even when a scratch BO is not necessaryKarl Tomlinson
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