summaryrefslogtreecommitdiff
path: root/src/radeon_textured_video.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-25Bump bicubic cutoff to R580.Corbin Simpson1-2/+2
2008-08-25Merge upstream changes to vertices, and also add Xv attributes for textured v...Corbin Simpson1-5/+55
2008-08-25Fix texture size, texture filter, vertex offsets, etc.Dennis Kasprzyk1-1/+1
2008-08-25Make vertices emit properly.Corbin Simpson1-1/+1
2008-08-25Try to get tex coords from the VAP to RS properly when bicubic filtering is e...Corbin Simpson1-1/+1
2008-08-25Upload pixel shader to card for r5xx. This was ridiculous. Also it doesn't wo...Corbin Simpson1-0/+1
2008-08-25Upload bicubic filter to card. This was a LOT easier than I had feared, to be...Corbin Simpson1-1/+6
2008-08-25Allocate memory for the bicubic filter texture.Corbin Simpson1-0/+9
2008-05-12Replace CARD{8,16,32} with uint{8,16,32}_tMatt Turner1-3/+3
2008-05-07radeon: fix zaphod EXA with texture videoDave Airlie1-1/+1
2008-03-19R5xx: bump textured video limits to 4096Alex Deucher1-1/+19
2008-03-19RADEON: fixed textured video with XAA and tilingAlex Deucher1-0/+3
2008-03-13xv: fixup XAA on r500 textured videoDave Airlie1-3/+0
2008-02-27RADEON: fix textured video uploadsAlex Deucher1-7/+14
2008-02-27RADEON: fix clipping for textured videoAlex Deucher1-9/+5
2008-02-26RADEON: Convert textured video to use pipelined uploadsAlex Deucher1-239/+38
2008-02-26R300: fix cordinate clamping in render codeAlex Deucher1-15/+0
2008-02-23RADEON: add textured video support for r1xx-r4xx radeonsAlex Deucher1-0/+596