summaryrefslogtreecommitdiff
path: root/src/radeon_textured_videofuncs.c
AgeCommit message (Expand)Author
2009-04-23r300/r500: set R clamp mode.Dave Airlie
2009-04-21Tex vid: rework part 2Alex Deucher
2009-04-17R3xx/R5xx: only apply Xv attributes if bicubic is disabledAlex Deucher
2009-04-17R3xx/R4xx: set tex caching for Y texture when doing planar renderingAlex Deucher
2009-04-17Tex vid: remove remnants of XV_HWPLANARAlex Deucher
2009-04-17R3xx/R4xx: fix up planar shaderAlex Deucher
2009-04-17R5xx: add shader-based cscAlex Deucher
2009-04-17R3xx/R4xx: Implement shader-based csc for packed formatsAlex Deucher
2009-04-17R200: clean code, always use shader based cscAlex Deucher
2009-04-17Tex vid: general cleanupAlex Deucher
2009-04-17R1xx: add support for native planar textured XvAlex Deucher
2009-04-17R2xx tex vid: append verts for clip boxesAlex Deucher
2009-04-17R1xx tex vid: append verts for clip boxesAlex 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-04-07radeon: fix Xv vsync for multi-headAlex Deucher
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-02-24Only call RADEONWaitForVLine if it might actually do anything useful.Michel Dänzer
2009-01-12R3xx/R4xx: Maximize the use of clipped triangles for Xv renderingChristiaan van Dijk
2008-12-22R3xx-R5xx: better fix for xv primitive tearing issuesAlex Deucher
2008-12-17R2xx: switch EXA composite to rects rather quadsAlex Deucher
2008-12-15R3xx-R5xx: switch back to quad rendering for XvAlex Deucher
2008-12-05Fix scissor setup for XvPierre Ossman
2008-12-05Make VSync for EXA and Xv configurableAlex Deucher
2008-12-05Optimise RADEONWaitForVLinePierre Ossman
2008-12-04Improve tearing avoidance for Xvideo in two stepsPierre Ossman
2008-12-04First pass at tear-free accelAlex Deucher
2008-12-04Switch r200 Xv to use rect lists rather than quads to avoid tearingPierre Ossman
2008-12-04Fix up US setup after r3xx bicubic mergeAlex Deucher
2008-12-04Merge branch 'bicubic' of git://git.infradead.org/users/drzeus/xf86-video-atiAlex Deucher
2008-12-03Make sure 3D state is emited when switching to 3D IBAlex Deucher
2008-12-03Make the R300 bicubic shader program a bit easier to understand byPierre Ossman
2008-12-03Now that we have a bicubic code path that messes up the pixel shader,Pierre Ossman
2008-12-03Fix node setup on R300 bicubic pixel shader. It was backwards and usedPierre Ossman
2008-12-02move 3d state init after RADEON_SWITCH_TO_3D()Alex Deucher
2008-12-02Stability fixes from radeon-gem-csDave Airlie
2008-12-01Fix comments for R500 fragment shader to reflect the code.Pierre Ossman
2008-12-01Fix indentation on IS_R300_3D Xv code.Corbin Simpson
2008-12-01r3xx: Various Xv fixes.Corbin Simpson
2008-12-01Switch to Mesa-style 24-bit float packing.Corbin Simpson
2008-12-01Add r3xx-specific bicubic filtering code. FP, RS, mostly, everything else is ...Maciej Cencora
2008-08-25Move accel state to a separate structAlex Deucher
2008-08-25match textured video macro names with other accel codeAlex Deucher
2008-08-25Additional cleanups and re-arragement following bicubic mergeAlex Deucher
2008-08-25Whitespace cleanup from bucubic mergeAlex Deucher
2008-08-25Fix typos.Dennis Kasprzyk
2008-08-25Fix bicubic fp calculation.Dennis Kasprzyk
2008-08-25Fixed bicubic fragment program comments.Dennis Kasprzyk
2008-08-25Switch from 32-bit floats to 16-bit half-floats.Corbin Simpson