summaryrefslogtreecommitdiff
path: root/src/radeon_video.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-14R3/4/5xx: only upload the bicubic texture onceAlex Deucher1-4/+0
2009-07-03radeon: don't set up overlay under KMS until we figure out how.Dave Airlie1-1/+1
2009-04-17R6xx/R7xx: implement Xv attributesAlex Deucher1-6/+0
2009-04-17r200/r300: implement brightness/contrast/hue/saturation/gamma controls for te...Roland Scheidegger1-13/+0
2009-04-07radeon: fix Xv vsync for multi-headAlex Deucher1-10/+7
2009-03-26radeon: re-enable r/g/b intensity attributes for overlayAlex Deucher1-3/+3
2009-03-24don't convert planar yuv to packed for r200Roland Scheidegger1-12/+9
2009-03-04R6xx/R7xx: wire up DMAForXv option like older asicsAlex Deucher1-1/+1
2009-01-28Move encoder specific data to encoder dev_privAlex Deucher1-1/+1
2008-12-04First pass at tear-free accelAlex Deucher1-1/+31
2008-10-09radeon: rename radeon_memory to radeon_legacy_memory.Dave Airlie1-15/+15
2008-09-30Pass base offset into RADEONDisplayVideo() explicitly.Michel Dänzer1-13/+17
2008-08-26fix some fallout from the common allocatorAlex Deucher1-0/+1
2008-08-25Bicubic fixes from the last cherry-pickAlex Deucher1-13/+15
2008-08-25Convert randr, Xv to a common allocatorAlex Deucher1-134/+13
2008-08-25Additional cleanups and re-arragement following bicubic mergeAlex Deucher1-4/+0
2008-08-25Merge upstream changes to vertices, and also add Xv attributes for textured v...Corbin Simpson1-8/+1
2008-08-25Fix texture size, texture filter, vertex offsets, etc.Dennis Kasprzyk1-0/+4
2008-08-25Allocate memory for the bicubic filter texture.Corbin Simpson1-0/+4
2008-08-14Make sure video offerlay offsets don't exceed the hardware limit of 128 MB.Michel Dänzer1-0/+21
2008-05-28R1xx: Gamma fixes for overlayAlex Deucher1-21/+34
2008-05-20R200/R300: fix gamma setup for overlayTobias Diedrich1-4/+7
2008-05-13RS4xx: Split out RS400 and RS480 as separate familiesAlex Deucher1-1/+2
2008-05-12Replace CARD{8,16,32} with uint{8,16,32}_tMatt Turner1-83/+83
2008-05-09RADEON: fixup ifdef from last commitAlex Deucher1-9/+9
2008-05-08RADEON: disable MMIO paths for EXA composite/texvid on IGP/R5xxAlex Deucher1-0/+7
2008-03-25RV250: disable textured video due to HW bugAlex Deucher1-5/+8
2008-03-01RS4xx: enable exa render accel and textured videoAlex Deucher1-8/+6
2008-02-28Fix 16 bit packed YUV XVideo playback on big endian systems with DRI disabled.Michel Dänzer1-7/+7
2008-02-26RADEON: Convert textured video to use pipelined uploadsAlex Deucher1-2/+2
2008-02-24rs690: initial textured video supportDave Airlie1-1/+1
2008-02-23r500: add textured video Xv adapter supportDave Airlie1-1/+1
2008-02-23RADEON: no textured video yet on XPRESS chipsAlex Deucher1-6/+8
2008-02-23RADEON: add textured video support for r1xx-r4xx radeonsAlex Deucher1-38/+51
2008-02-18bring back to life planar-to-packed conversion for rs4xxRoland Scheidegger1-32/+62
2008-01-19radeon: Partial fix for XVideo RGB image distortions.Kusanagi Kouichi1-3/+5
2008-01-11Drop symbol lists from r128, radeon, theatre.George Sapountzis1-3/+0
2007-12-21Merge remote branch 'origin/atombios-support'Dave Airlie1-9/+9
2007-12-20RADEON: check for xf86_crtc_clip_video_helper() in configure.acAlex Deucher1-20/+46
2007-12-19more endian related fixageDave Airlie1-6/+6
2007-12-07radeon: move savedreg/modereg into entity instead of infoDave Airlie1-3/+3
2007-12-02radeon: Further XVideo fixes.Michel Dänzer1-29/+27
2007-12-02radeon: Fix crash with XVideo 24bit RGB images.Kusanagi Kouichi1-7/+13
2007-10-04radeon: Fix for pci-rework.Michel Dänzer1-2/+4
2007-09-22RADEON: Fix crash when Xv window is outside of either crtcAlex Deucher1-0/+27
2007-09-22Revert "RADEON: fix crash when Xv window is outside of either crtc"Alex Deucher1-2/+1
2007-09-22RADEON: fix crash when Xv window is outside of either crtcMichel Dänzer1-1/+2
2007-08-25RADEON: fix crtc clipping for XvAlex Deucher1-3/+3
2007-08-2464 bit warning fixes.Michel Dänzer1-7/+8
2007-08-23radeon: Warning fixes.Michel Dänzer1-10/+5