regress: remove interpolation and semantic info from vs inputs
authorKeith Whitwell <keithw@vmware.com>
Fri, 4 Jun 2010 15:38:01 +0000 (16:38 +0100)
committerKeith Whitwell <keithw@vmware.com>
Mon, 7 Jun 2010 15:34:55 +0000 (16:34 +0100)
30 files changed:
src/gallium/tests/python/tests/regress/vertex-shader/vert-abs.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-add.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-arl.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-arr.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-cb-1d.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-cb-2d.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-dp3.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-dp4.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-dst.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-ex2.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-flr.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-frc.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-lg2.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-lit.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-lrp.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-mad.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-max.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-min.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-mov.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-mul.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-rcp.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-rsq.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-sge.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-slt.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-srcmod-abs.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-srcmod-absneg.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-srcmod-neg.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-srcmod-swz.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-sub.sh
src/gallium/tests/python/tests/regress/vertex-shader/vert-xpd.sh

index 79c9ca69fb10addfc0819227bfcb618a56a63411..062a48b531e0a122009cf7f54ee7c69266089268 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 DCL TEMP[0]
index ca97ad05df0d42c51779d5054c9545d338d0fda7..188931ebc8d535493c2485ff399816ec110271f0 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index 321140e89e8f77469be6efe20752ef81fbac5595..0039597f6f0db05f952186465ecf82bd9310ebea 100644 (file)
@@ -1,6 +1,6 @@
 VERT
 
-DCL IN[0], POSITION
+DCL IN[0]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index d60ea46b3672a080ae4da43c6d6e38ba8d94d3f0..fdde4f9ad121e9d5538be6123a08f0a8f67e691a 100644 (file)
@@ -1,6 +1,6 @@
 VERT
 
-DCL IN[0], POSITION
+DCL IN[0]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index b41fe5dd38fe9d634dca1e9e118a22d6f59bd055..e227917fd3b64a73ff7e60ec129d25e31bc7fa3b 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 DCL CONST[1]
index 45f5e6b7299ba827898b47d46b13074058c8bb39..39768d2dda9989c2f8da48637c4933e09af62924 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 DCL CONST[1][1..2]
index caff622fe61aead60c598eae9b8d46dfa2c6aba9..357e224f69683f5e79819d3f892d3340d1f8e860 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 DCL TEMP[0]
index 3dd2fd1c2f7b90e982dab3cfcb30a12d37a68438..14f61066014c69c46ec1c0a084e1aeed33f234a2 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 DCL TEMP[0]
index da9cc18dfc07d23c0eeda6cf92ade6ee945be599..2d59bd1a0c3eea126640e6e0e584ce213422fd56 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index 4637227e5c49322fe286c0d97c54731c97931e44..e2383a6b5bdcb8a519711d75db8237191fe2c739 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index aa80d6e394c4f39b5f4b9e5522e6c065936487ba..fa24806663be5c713ee0030038f352e751685e0e 100644 (file)
@@ -1,6 +1,6 @@
 VERT
 
-DCL IN[0], POSITION
+DCL IN[0]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index 64d1a494e13f46e637865ae4fa39080354e886a8..ff09bfafd0ccb88d871299bb0d88f0c37370de62 100644 (file)
@@ -1,6 +1,6 @@
 VERT
 
-DCL IN[0], POSITION
+DCL IN[0]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index 5cf16fd1aa89ecf805bb27611beb9cf9297d2143..876b7ab6608da735cf341903c5c2f2e57fad50d2 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index a4a752d4d23de3b384365b011947f4cc7032a29b..a2235ff6119588707f6559db2b73e3f3c13c26c7 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index 4bb5f3ec3f4522f0eb69df9cb56c0a4361f70825..a26ca3b0ec0ebd783b279359845018f9281cf85e 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index daaa941f15f4d8372086564b38aa0e4e08a7000f..caf83a91e48f3494394e10156ea96b3d7c2b886b 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index af279ec7f4a1ba2f791bbeb3a4a3062877307862..db84a49921485b59d3889b9c4b00fb716e86804d 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index 46d886c55b82eb9ec263a0866d7e3a23ea2902b4..63a8c2cf3cdc586897b9a72d9d99d6c0fea8c4a7 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index 0ef91637e03da1d2fc304e92fa08644780a211e3..4c23e3eaadbcbf8f597800927a02256f7bf49770 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index d34f6cd6e3c816247d954ed3762b978986f94e5f..a409cd4b21e7cbe12f0a8d7def61b368113f5aec 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index cfb3ec37dc2479e8c6b960de33f75b35dead0484..d440e35d9a3d2560faace0f4ccdf19227d8a3a79 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index faf1e6e7d412d23fb395dfe2f49fa6e48fa7476e..6fbd53ae0acf9d75e1d4bb206abbd872bd2ab27f 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index 6de1d071ef480611791cbb463f28c85e0d1d8da0..e32a21b61095211e8f64687aa17128c49e1c436f 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index 9a52422984591ea3fc04c1cddf839959a264d53e..2af6106292244ec404a562899a020845d5442a62 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index dc87ce4ae70fae9e80cf1e77fbaabec8dd4c9101..e768d95049d55f18bfd5f3b4f3e9d157263a382f 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 DCL TEMP[0]
index d82eb08fd304e00206c4b6d033aedfc538b82ccb..40ca5d60def5360897a7817ca101285637d78a53 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 DCL TEMP[0]
index e39bebcd9f1fbcf548bbd3e27020d1aac7276682..297bc1ee3edf59add18d1b9560dff4a98aa4bb00 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index 6f20552f2127bb1f2f4e81cea1e001a3e6af0798..528f164b9ee018134113c18a6ae5e9cc8fb9d575 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index 0f9678b8a3e725e05a8de8d32cb2038d78ad47f4..90249abdd380a2034718e3e60ded24d0fa573896 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR
 
index 39d42ae2a0da1186f7f4d2a5b87de5cd7d6f15ab..72b048676fb4296e02e5a949c70e69088a88d170 100644 (file)
@@ -1,7 +1,7 @@
 VERT
 
-DCL IN[0], POSITION
-DCL IN[1], COLOR
+DCL IN[0]
+DCL IN[1]
 DCL OUT[0], POSITION
 DCL OUT[1], COLOR