progs/gallium/python: New home for python statetracker scripts.

This commit is contained in:
José Fonseca
2010-02-14 11:15:19 +00:00
parent 0a3e362175
commit 50812e633f
79 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
FRAG
DCL IN[0], COLOR, LINEAR
DCL OUT[0], COLOR
DCL TEMP[0]
IMM FLT32 { -0.3, -0.5, -0.4, 0.0 }
ADD TEMP[0], IN[0], IMM[0]
MOV OUT[0], |TEMP[0]|
END