summaryrefslogtreecommitdiff
path: root/src/r600_shader.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-11radeon: use GB_GR and BG_RG formats for packed yuv video for r600+Roland Scheidegger1-31/+3
2011-02-11kms: 6xx/7xx big endian accel supportCédric Cano1-10/+50
2010-11-296xx/7xx: clean up gpr/const handling in shadersAlex Deucher1-101/+101
2010-11-29r6xx/r7xx use dot4 for transformsAlex Deucher1-146/+524
2010-07-30r6xx/r7xx: unify composite mask and non-mask pixel shaderAlex Deucher1-229/+276
2010-07-30r6xx/r7xx: clean up composite vertex shaderAlex Deucher1-182/+173
2010-06-24r6xx shader: use ADDR() for CF_DWORD0Alex Deucher1-1/+1
2009-11-16r600: fix num format in vtx fetchAlex Deucher1-26/+26
2009-06-08R6xx/r7xx: don't clamp tex coords in composite VSAlex Deucher1-8/+8
2009-05-13R6xx/R7xx Xv: normalize texture coordinates in the vertex shaderAlex Deucher1-7/+76
2009-05-13R6xx/R7xx: do EXA transforms in the vertex shaderAlex Deucher1-32/+505
2009-04-17R6xx/R7xx: implement Xv attributesAlex Deucher1-302/+138
2009-03-26R6xx/R7xx EXA: rework composite pixel shaderAlex Deucher1-20/+14
2009-03-02R6xx/R7xx EXA: combine composite mask/non-mask VSAlex Deucher1-159/+208
2009-03-02R6xx/R7xx Xv: combine packed and planar shadersAlex Deucher1-536/+115
2009-03-01R6xx/R7xx: move shaders to r600_shader.c and fixup Xv PSChristian Koenig1-0/+2226