python/regress: Add vertex shader test for XPD.
authorMichal Krol <michal@vmware.com>
Wed, 1 Apr 2009 08:56:53 +0000 (10:56 +0200)
committerMichal Krol <michal@vmware.com>
Wed, 1 Apr 2009 08:56:53 +0000 (10:56 +0200)
src/gallium/state_trackers/python/tests/regress/vertex-shader/vert-xpd.sh [new file with mode: 0644]
src/gallium/state_trackers/python/tests/regress/vertex-shader/vertex-shader.py

diff --git a/src/gallium/state_trackers/python/tests/regress/vertex-shader/vert-xpd.sh b/src/gallium/state_trackers/python/tests/regress/vertex-shader/vert-xpd.sh
new file mode 100644 (file)
index 0000000..6c767cc
--- /dev/null
@@ -0,0 +1,8 @@
+VERT1.1
+DCL IN[0], POSITION
+DCL IN[1], COLOR
+DCL OUT[0], POSITION
+DCL OUT[1], COLOR
+XPD OUT[0], IN[0], IN[1]
+MOV OUT[1], IN[1]
+END
index 7e0b561d79a6fc73890b8f889565d034186e9b62..c207a46ec3545f778d875e4dd902f709a8489aca 100644 (file)
@@ -218,6 +218,7 @@ def main():
         'mov',
         'mul',
         'sub',
+        'xpd',
     ]
     
     html = '''<html>