summaryrefslogtreecommitdiff
path: root/src/r600_textured_videofuncs.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-03video: add option to include disabled CRTCs in best CRTC searchIlija Hadzic1-1/+1
2012-12-11Remove dead code flagged by gcc -Wunused-but-set-variable.Michel Dänzer1-12/+0
2012-06-15radeon: drop offset member of r600 accel objectDave Airlie1-11/+9
2012-06-15radeon: drop all UMS/DRI1/XAA/overlay support.Dave Airlie1-41/+27
2012-05-11radeon: use GB_GR and BG_RG formats for packed yuv video for r600+Roland Scheidegger1-34/+7
2012-02-20radeon: avoid rounding errors in texture coords for textured xvRoland Scheidegger1-5/+5
2012-02-08Fix UMS build failure.Michel Dänzer1-0/+6
2012-02-07radeon: fix tiling for weird resolutionJerome Glisse1-3/+0
2012-02-06r600-evergreen: use common surface allocator for tiling v11Jerome Glisse1-0/+7
2011-04-20EXA/Xv: used cached bo tiling flags for accel setup on 6xx+Alex Deucher1-1/+3
2011-02-11kms: 6xx/7xx big endian accel supportCédric Cano1-0/+6
2011-02-11Xv: fix textured video alignment harderAlex Deucher1-2/+2
2011-02-106xx+: switch to linear aligned rather than linear generalAlex Deucher1-0/+12
2011-02-106xx/7xx: consolidate spi setupAlex Deucher1-17/+1
2011-02-106xx/7xx: consolidate remaining CB stateAlex Deucher1-4/+3
2011-01-20r6xx/7xx: fix Xv artifactsMarton Balint1-2/+2
2010-08-23radeon: move vbo data to a separate structAlex Deucher1-3/+3
2010-08-20Add initial EXA and Xv support for evergreenAlex Deucher1-27/+27
2010-08-02r6xx/r7xx: move syrface sync emit to the functions that emit surface infoAlex Deucher1-31/+7
2010-08-01radeon/r600: restructure exa + vbo to provide more sharingDave Airlie1-1/+2
2010-07-21r6xx/r7xx: group op variable stateAlex Deucher1-13/+12
2010-04-01r600/exa: further cleanup, use the object struct in the accel state.Dave Airlie1-66/+61
2010-04-01r600: reduce function call overhead.Dave Airlie1-9/+20
2010-03-23r6xx+ EXA/Xv: add a R600SetAccelState functionAlex Deucher1-64/+37
2010-03-22r6xx EXA/Xv: track src/dst domainsAlex Deucher1-12/+14
2010-03-15r6xx/r7xx: fix domain handling in accel codeAlex Deucher1-12/+12
2010-02-26Use RADEON_ALIGN instead of open coding it.Matt Turner1-2/+2
2010-02-12radeon: consolidate crtc selector for vline waitAlex Deucher1-5/+5
2009-12-01r600: fix multi-operation in single batch support.Dave Airlie1-2/+6
2009-11-27r600/accel: cleanup and merge a lot of the accel functionsDave Airlie1-70/+3
2009-11-25r600/xv: drop inited 3d false in xv codeDave Airlie1-4/+0
2009-11-25r600: fixup problems with EXA operation reset for multiple opsDave Airlie1-2/+1
2009-11-25radeon: fix check for no work in operationDave Airlie1-1/+1
2009-11-25r600: refactor code to help future acceleration speedups.Dave Airlie1-6/+12
2009-10-13radeon: add XV_CRTC attribute for textured videoAlex Deucher1-5/+9
2009-10-09r600 EXA: fix up mask reg mixupAlex Deucher1-1/+1
2009-10-03KMS: Double-buffer textured video source image upload.Michel Dänzer1-1/+1
2009-09-25radeon: fix vline handling for kmsAlex Deucher1-5/+2
2009-09-26r600: fix buildDave Airlie1-1/+1
2009-09-26r600/xv: fix dst bo write domainDave Airlie1-1/+1
2009-09-25r600: fix bo accounting for XvAlex Deucher1-0/+10
2009-08-26r6xx/r7xx: more WIPAlex Deucher1-8/+4
2009-08-25r6xx/r7xx: fix some define problems in Xv codeAlex Deucher1-2/+2
2009-08-25R6xx/r7xx: unmap vb bo when doneAlex Deucher1-0/+5
2009-08-25r6xx/r7xx: more cs exa wipAlex Deucher1-4/+1
2009-08-25r6xx/r7xx: first pass at kms accel supportAlex Deucher1-21/+57
2009-08-25R6xx/r7xx: add begin/end batch macrosAlex Deucher1-1/+4
2009-08-25r6xx/r7xx: move more common state to default state setupAlex Deucher1-11/+0
2009-08-11radeon/r600: abstract vertex buffer for r600 & r700 hardwareJerome Glisse1-14/+10
2009-08-04RS880: enable accelAlex Deucher1-0/+1