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,12 @@
VERT
DCL IN[0], POSITION
DCL IN[1], COLOR
DCL OUT[0], POSITION
DCL OUT[1], COLOR
MOV OUT[0].xy, -IN[0]
MOV OUT[0].zw, IN[0]
MOV OUT[1], IN[1]
END