summaryrefslogtreecommitdiff
path: root/src/radeon_textured_video.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-03Fix KMS on big endian machines.Michel Dänzer1-1/+7
2009-10-03KMS: Double-buffer textured video source image upload.Michel Dänzer1-7/+17
2009-09-25r600: fix bo accounting for XvAlex Deucher1-0/+2
2009-08-27KMS: Remove explicit radeon_bo_wait calls before radeon_bo_map.Michel Dänzer1-2/+0
2009-08-01radeon: reload bicubic Xv texture on VT switchAlex Deucher1-1/+3
2009-07-23R6xx/R7xx: clip rendering to destination surface dimensionsAlex Deucher1-2/+2
2009-07-14R3/4/5xx: only upload the bicubic texture onceAlex Deucher1-33/+56
2009-07-14R3/4/5xx: fix bicubic Xv filtering with KMS changesAlex Deucher1-2/+2
2009-07-06radeon: port to new space checking in libdrm interfaceDave Airlie1-8/+0
2009-07-02radeon/kms: add textured video BO size checksDave Airlie1-0/+8
2009-06-30radeon: initial preparation for kms patch.Dave Airlie1-5/+40
2009-04-21Tex vid: fix top clippingAlex Deucher1-3/+5
2009-04-21Tex vid: rework part 2Alex Deucher1-33/+28
2009-04-20Tex vid: cleanup and unify common codeAlex Deucher1-214/+82
2009-04-17R3xx/R5xx: only apply Xv attributes if bicubic is disabledAlex Deucher1-3/+5
2009-04-17Tex vid: remove remnants of XV_HWPLANARAlex Deucher1-43/+24
2009-04-17R5xx: add shader-based cscAlex Deucher1-2/+8
2009-04-17tex vid: fix attribute setup typo for XV_COLORSPACEAlex Deucher1-2/+2
2009-04-17R6xx/R7xx: implement Xv attributesAlex Deucher1-7/+6
2009-04-17R200: clean code, always use shader based cscAlex Deucher1-5/+6
2009-04-17R1xx: add support for native planar textured XvAlex Deucher1-5/+18
2009-04-17Tex vid: split by familyAlex Deucher1-6/+22
2009-04-17r200/r300: implement brightness/contrast/hue/saturation/gamma controls for te...Roland Scheidegger1-10/+98
2009-03-24fix textured video allocation bugRoland Scheidegger1-4/+2
2009-03-24don't convert planar yuv to packed for r200Roland Scheidegger1-2/+16
2009-03-24don't convert planar yuv to packed for r300Roland Scheidegger1-19/+70
2009-03-24clip fixesRoland Scheidegger1-4/+5
2009-03-04R6xx/R7xx: wire up DMAForXv option like older asicsAlex Deucher1-23/+116
2009-03-04R6xx/R7xx: disable XV_BICUBIC attributeAlex Deucher1-3/+6
2009-02-11adjust alignmentAlex Deucher1-1/+1
2009-02-11R6xx/R7xx Xv: add support for packed uploadsAlex Deucher1-17/+13
2009-02-11R6xx/R7xx Xv: Add native support for packed formatsAlex Deucher1-28/+12
2009-02-09R6xx/R7xx Xv: add accelerated uploads for planar formatsAlex Deucher1-46/+31
2009-02-09R6xx/R7xx Xv: implement native shader for planar formatsAlex Deucher1-26/+41
2009-02-03Initial R6xx/R7xx EXA and textured video supportAlex Deucher1-27/+157
2008-12-05Make VSync for EXA and Xv configurableAlex Deucher1-2/+23
2008-12-03Change the XV_BICUBIC attribute to a tristate, where the third statePierre Ossman1-5/+16
2008-12-01r3xx: Various Xv fixes.Corbin Simpson1-8/+3
2008-12-01Switch to Mesa-style 24-bit float packing.Corbin Simpson1-0/+26
2008-12-01Enable bicubic Xv on r3xx+. Still some buggies in the actual display, but loo...Maciej Cencora1-2/+2
2008-11-10radeon: always align dstPitch to 64 bytes for textured videoDave Airlie1-7/+1
2008-10-09radeon: rename radeon_memory to radeon_legacy_memory.Dave Airlie1-7/+7
2008-08-25Bicubic fixes from the last cherry-pickAlex Deucher1-3/+3
2008-08-25Convert randr, Xv to a common allocatorAlex Deucher1-4/+4
2008-08-25match textured video macro names with other accel codeAlex Deucher1-16/+24
2008-08-25Additional cleanups and re-arragement following bicubic mergeAlex Deucher1-6/+9
2008-08-25Switch from 32-bit floats to 16-bit half-floats.Corbin Simpson1-1/+1
2008-08-25Enable bicubic filtering for all r5xx HW.Corbin Simpson1-3/+3
2008-08-25Update bicubic tables.Corbin Simpson1-2/+2
2008-08-25Force R580-only for bicubic.Corbin Simpson1-2/+2