summaryrefslogtreecommitdiff
path: root/src/r600_textured_videofuncs.c
AgeCommit message (Expand)Author
2010-03-15r6xx/r7xx: fix domain handling in accel codeAlex Deucher
2010-02-26Use RADEON_ALIGN instead of open coding it.Matt Turner
2010-02-12radeon: consolidate crtc selector for vline waitAlex Deucher
2009-12-01r600: fix multi-operation in single batch support.Dave Airlie
2009-11-27r600/accel: cleanup and merge a lot of the accel functionsDave Airlie
2009-11-25r600/xv: drop inited 3d false in xv codeDave 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-10-13radeon: add XV_CRTC attribute for textured videoAlex Deucher
2009-10-09r600 EXA: fix up mask reg mixupAlex Deucher
2009-10-03KMS: Double-buffer textured video source image upload.Michel Dänzer
2009-09-25radeon: fix vline handling for kmsAlex Deucher
2009-09-26r600: fix buildDave Airlie
2009-09-26r600/xv: fix dst bo write domainDave Airlie
2009-09-25r600: fix bo accounting for XvAlex 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
2009-08-25r6xx/r7xx: more cs exa wipAlex Deucher
2009-08-25r6xx/r7xx: first pass at kms accel supportAlex Deucher
2009-08-25R6xx/r7xx: add begin/end batch macrosAlex Deucher
2009-08-25r6xx/r7xx: move more common state to default state setupAlex Deucher
2009-08-11radeon/r600: abstract vertex buffer for r600 & r700 hardwareJerome Glisse
2009-08-04RS880: enable accelAlex Deucher
2009-07-23R6xx/R7xx: clip rendering to destination surface dimensionsAlex Deucher
2009-06-30radeon: initial preparation for kms patch.Dave Airlie
2009-05-13R6xx/R7xx Xv: normalize texture coordinates in the vertex shaderAlex Deucher
2009-04-21Tex vid: rework part 2Alex Deucher
2009-04-20Tex vid: cleanup and unify common codeAlex Deucher
2009-04-17R6xx/R7xx: implement Xv attributesAlex Deucher
2009-04-07radeon: fix Xv vsync for multi-headAlex Deucher
2009-03-26R6xx/R7xx: clean up bool const codeAlex Deucher
2009-03-13R6xx/R7xx: fix up vline stuff along the lines of previous chipsAlex Deucher
2009-03-02R6xx/R7xx EXA: combine composite mask/non-mask VSAlex Deucher
2009-03-02R6xx/R7xx Xv: combine packed and planar shadersAlex Deucher
2009-03-01R6xx/R7xx: code cleanupsAlex Deucher
2009-03-01R6xx/R7xx: write vertexes directly to the IBAlex Deucher
2009-03-01R6xx/R7xx: switch emit functions to macrosAlex Deucher
2009-02-18R6xx/R7xx Xv: fix some missing bits from last commitAlex Deucher
2009-02-18R6xx/R7xx EXA/Xv: properly deal with running out of vertex buffer spaceAlex Deucher
2009-02-11Revert "R6xx/R7xx: handle running out of vertex buffer space"Alex Deucher
2009-02-11R6xx/R7xx Xv: switch packed over to Yang's new shader codeAlex Deucher
2009-02-11R6xx/R7xx Xv: Planar - Properly scale Y'CbCr values before converting to RGBYang Zhao
2009-02-11R6xx/R7xx: handle running out of vertex buffer spaceAlex Deucher
2009-02-11R6xx/R7xx: be more verbose about what function ran out of VB spaceAlex Deucher
2009-02-11R6xx/R7xx Xv: Add native support for packed formatsAlex Deucher
2009-02-09R6xx/R7xx: Add checks to make sure we don't overrun VB spaceAlex Deucher
2009-02-09R6xx/R7xx Xv: fix cache flush buffer size for planarAlex Deucher
2009-02-09R6xx/R7xx Xv: implement native shader for planar formatsAlex Deucher