summaryrefslogtreecommitdiff
path: root/src/r600_exa.c
AgeCommit message (Expand)Author
2012-05-23ati: convert to new screen conversion APIsDave Airlie
2012-04-16EXA: Support acceleration of solid pictures on R3xx-R7xx.Michel Dänzer
2012-02-13radeon: r6xx-eg use linear general when using scratch boJerome Glisse
2012-02-08EXA/r6xx+: Only set write domain or read domains, not both. (Bug #43893)Michel Dänzer
2012-02-08Fix UMS build failure.Michel Dänzer
2012-02-08Remove unused local variable 'height'.Michel Dänzer
2012-02-07radeon: fix tiling for weird resolutionJerome Glisse
2012-02-06r600-evergreen: use common surface allocator for tiling v11Jerome Glisse
2012-01-10EXA/r6xx+: fix rop setting for overlapping copiesAlex Deucher
2011-10-27EXA >= R6xx / KMS: Avoid running out of CS space at inconvenient times.Michel Dänzer
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