summaryrefslogtreecommitdiff
path: root/src/radeon_textured_video.c
AgeCommit message (Expand)Author
2010-02-26Use RADEON_ALIGN instead of open coding it.Matt Turner
2010-02-15Allocate Xv buffers to GTT.Pauli Nieminen
2010-01-22Remove unnecessary checks.Kusanagi Kouichi
2009-12-02radeon: Lift hardcoded limit from RADEONQueryImageAttributesKusanagi Kouichi
2009-11-23radeon: avoid using hw pixmaps when we have little VRAM.Dave Airlie
2009-10-13radeon: add XV_CRTC attribute for textured videoAlex Deucher
2009-10-03Fix KMS on big endian machines.Michel Dänzer
2009-10-03KMS: Double-buffer textured video source image upload.Michel Dänzer
2009-09-25r600: fix bo accounting for XvAlex Deucher
2009-08-27KMS: Remove explicit radeon_bo_wait calls before radeon_bo_map.Michel Dänzer
2009-08-01radeon: reload bicubic Xv texture on VT switchAlex Deucher
2009-07-23R6xx/R7xx: clip rendering to destination surface dimensionsAlex Deucher
2009-07-14R3/4/5xx: only upload the bicubic texture onceAlex Deucher
2009-07-14R3/4/5xx: fix bicubic Xv filtering with KMS changesAlex Deucher
2009-07-06radeon: port to new space checking in libdrm interfaceDave Airlie
2009-07-02radeon/kms: add textured video BO size checksDave Airlie
2009-06-30radeon: initial preparation for kms patch.Dave Airlie
2009-04-21Tex vid: fix top clippingAlex Deucher
2009-04-21Tex vid: rework part 2Alex Deucher
2009-04-20Tex vid: cleanup and unify common codeAlex Deucher
2009-04-17R3xx/R5xx: only apply Xv attributes if bicubic is disabledAlex Deucher
2009-04-17Tex vid: remove remnants of XV_HWPLANARAlex Deucher
2009-04-17R5xx: add shader-based cscAlex Deucher
2009-04-17tex vid: fix attribute setup typo for XV_COLORSPACEAlex Deucher
2009-04-17R6xx/R7xx: implement Xv attributesAlex Deucher
2009-04-17R200: clean code, always use shader based cscAlex Deucher
2009-04-17R1xx: add support for native planar textured XvAlex Deucher
2009-04-17Tex vid: split by familyAlex Deucher
2009-04-17r200/r300: implement brightness/contrast/hue/saturation/gamma controls for te...Roland Scheidegger
2009-03-24fix textured video allocation bugRoland Scheidegger
2009-03-24don't convert planar yuv to packed for r200Roland Scheidegger
2009-03-24don't convert planar yuv to packed for r300Roland Scheidegger
2009-03-24clip fixesRoland Scheidegger
2009-03-04R6xx/R7xx: wire up DMAForXv option like older asicsAlex Deucher
2009-03-04R6xx/R7xx: disable XV_BICUBIC attributeAlex Deucher
2009-02-11adjust alignmentAlex Deucher
2009-02-11R6xx/R7xx Xv: add support for packed uploadsAlex Deucher
2009-02-11R6xx/R7xx Xv: Add native support for packed formatsAlex Deucher
2009-02-09R6xx/R7xx Xv: add accelerated uploads for planar formatsAlex Deucher
2009-02-09R6xx/R7xx Xv: implement native shader for planar formatsAlex Deucher
2009-02-03Initial R6xx/R7xx EXA and textured video supportAlex Deucher
2008-12-05Make VSync for EXA and Xv configurableAlex Deucher
2008-12-03Change the XV_BICUBIC attribute to a tristate, where the third statePierre Ossman
2008-12-01r3xx: Various Xv fixes.Corbin Simpson
2008-12-01Switch to Mesa-style 24-bit float packing.Corbin Simpson
2008-12-01Enable bicubic Xv on r3xx+. Still some buggies in the actual display, but loo...Maciej Cencora
2008-11-10radeon: always align dstPitch to 64 bytes for textured videoDave Airlie
2008-10-09radeon: rename radeon_memory to radeon_legacy_memory.Dave Airlie
2008-08-25Bicubic fixes from the last cherry-pickAlex Deucher
2008-08-25Convert randr, Xv to a common allocatorAlex Deucher