summaryrefslogtreecommitdiff
path: root/src/r600_textured_videofuncs.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-23R6xx/R7xx: clip rendering to destination surface dimensionsAlex Deucher1-0/+4
2009-06-30radeon: initial preparation for kms patch.Dave Airlie1-2/+2
2009-05-13R6xx/R7xx Xv: normalize texture coordinates in the vertex shaderAlex Deucher1-6/+16
2009-04-21Tex vid: rework part 2Alex Deucher1-6/+8
2009-04-20Tex vid: cleanup and unify common codeAlex Deucher1-13/+6
2009-04-17R6xx/R7xx: implement Xv attributesAlex Deucher1-12/+94
2009-04-07radeon: fix Xv vsync for multi-headAlex Deucher1-8/+12
2009-03-26R6xx/R7xx: clean up bool const codeAlex Deucher1-2/+2
2009-03-13R6xx/R7xx: fix up vline stuff along the lines of previous chipsAlex Deucher1-10/+10
2009-03-02R6xx/R7xx EXA: combine composite mask/non-mask VSAlex Deucher1-7/+3
2009-03-02R6xx/R7xx Xv: combine packed and planar shadersAlex Deucher1-7/+13
2009-03-01R6xx/R7xx: code cleanupsAlex Deucher1-35/+33
2009-03-01R6xx/R7xx: write vertexes directly to the IBAlex Deucher1-27/+19
2009-03-01R6xx/R7xx: switch emit functions to macrosAlex Deucher1-19/+20
2009-02-18R6xx/R7xx Xv: fix some missing bits from last commitAlex Deucher1-2/+4
2009-02-18R6xx/R7xx EXA/Xv: properly deal with running out of vertex buffer spaceAlex Deucher1-57/+59
2009-02-11Revert "R6xx/R7xx: handle running out of vertex buffer space"Alex Deucher1-61/+56
2009-02-11R6xx/R7xx Xv: switch packed over to Yang's new shader codeAlex Deucher1-1/+1
2009-02-11R6xx/R7xx Xv: Planar - Properly scale Y'CbCr values before converting to RGBYang Zhao1-3/+10
2009-02-11R6xx/R7xx: handle running out of vertex buffer spaceAlex Deucher1-56/+61
2009-02-11R6xx/R7xx: be more verbose about what function ran out of VB spaceAlex Deucher1-1/+1
2009-02-11R6xx/R7xx Xv: Add native support for packed formatsAlex Deucher1-18/+19
2009-02-09R6xx/R7xx: Add checks to make sure we don't overrun VB spaceAlex Deucher1-0/+5
2009-02-09R6xx/R7xx Xv: fix cache flush buffer size for planarAlex Deucher1-2/+2
2009-02-09R6xx/R7xx Xv: implement native shader for planar formatsAlex Deucher1-72/+190
2009-02-07Xv vsync support on r6xx/r7xx cards.Pierre Ossman1-0/+12
2009-02-07R6xx/R7xx Xv: fix typos in cache flushing commandsAlex Deucher1-2/+2
2009-02-03Initial R6xx/R7xx EXA and textured video supportAlex Deucher1-0/+374