Add NV_vertex_program specific tests.
authorMichal Krol <michal@tungstengraphics.com>
Tue, 19 Aug 2008 12:44:41 +0000 (14:44 +0200)
committerMichal Krol <michal@tungstengraphics.com>
Tue, 19 Aug 2008 12:44:41 +0000 (14:44 +0200)
progs/vp/exp.txt [new file with mode: 0644]
progs/vp/log.txt [new file with mode: 0644]

diff --git a/progs/vp/exp.txt b/progs/vp/exp.txt
new file mode 100644 (file)
index 0000000..601aae7
--- /dev/null
@@ -0,0 +1,5 @@
+!!VP1.0
+EXP R0, v[COL0].x; 
+ADD o[COL0], R0.z, -R0.w;
+MOV o[HPOS], v[OPOS];
+END
diff --git a/progs/vp/log.txt b/progs/vp/log.txt
new file mode 100644 (file)
index 0000000..9b04268
--- /dev/null
@@ -0,0 +1,6 @@
+!!VP1.0
+ADD R0, v[COL0], v[COL0];
+ADD R0, R0, R0;
+LOG o[COL0], R0.x; 
+MOV o[HPOS], v[OPOS];
+END