summaryrefslogtreecommitdiff
path: root/src/r600_shader.c
AgeCommit message (Expand)Author
2016-06-01EXA/6xx/7xx: fast solid pixmap supportTan Hu
2012-05-11radeon: use GB_GR and BG_RG formats for packed yuv video for r600+Roland Scheidegger
2011-02-11kms: 6xx/7xx big endian accel supportCédric Cano
2010-11-296xx/7xx: clean up gpr/const handling in shadersAlex Deucher
2010-11-29r6xx/r7xx use dot4 for transformsAlex Deucher
2010-07-30r6xx/r7xx: unify composite mask and non-mask pixel shaderAlex Deucher
2010-07-30r6xx/r7xx: clean up composite vertex shaderAlex Deucher
2010-06-24r6xx shader: use ADDR() for CF_DWORD0Alex Deucher
2009-11-16r600: fix num format in vtx fetchAlex Deucher
2009-06-08R6xx/r7xx: don't clamp tex coords in composite VSAlex Deucher
2009-05-13R6xx/R7xx Xv: normalize texture coordinates in the vertex shaderAlex Deucher
2009-05-13R6xx/R7xx: do EXA transforms in the vertex shaderAlex Deucher
2009-04-17R6xx/R7xx: implement Xv attributesAlex Deucher
2009-03-26R6xx/R7xx EXA: rework composite pixel shaderAlex Deucher
2009-03-02R6xx/R7xx EXA: combine composite mask/non-mask VSAlex Deucher
2009-03-02R6xx/R7xx Xv: combine packed and planar shadersAlex Deucher
2009-03-01R6xx/R7xx: move shaders to r600_shader.c and fixup Xv PSChristian Koenig