[Piglit] [PATCH 1/4] glsl-1.40: New test that ftransform() is gone.

Eric Anholt eric at anholt.net
Thu Mar 15 14:07:52 PDT 2012


---
 tests/spec/glsl-1.40/compiler/ftransform.vert |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
 create mode 100644 tests/spec/glsl-1.40/compiler/ftransform.vert

diff --git a/tests/spec/glsl-1.40/compiler/ftransform.vert b/tests/spec/glsl-1.40/compiler/ftransform.vert
new file mode 100644
index 0000000..820169f
--- /dev/null
+++ b/tests/spec/glsl-1.40/compiler/ftransform.vert
@@ -0,0 +1,10 @@
+// [config]
+// expect_result: fail
+// glsl_version: 1.40
+// [end config]
+#version 140
+
+void main()
+{
+	ftransform();
+}
-- 
1.7.9.1



More information about the Piglit mailing list