From: Michal Krol Date: Tue, 19 Aug 2008 12:44:41 +0000 (+0200) Subject: Add NV_vertex_program specific tests. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=47e14cc0932346a1133840890ac2fbdf71ba8c1b;p=mesa.git Add NV_vertex_program specific tests. --- diff --git a/progs/vp/exp.txt b/progs/vp/exp.txt new file mode 100644 index 00000000000..601aae7d715 --- /dev/null +++ b/progs/vp/exp.txt @@ -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 index 00000000000..9b042684335 --- /dev/null +++ b/progs/vp/log.txt @@ -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