diff options
author | Brian Paul <[email protected]> | 2009-04-15 19:55:00 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-15 19:55:28 -0600 |
commit | f94053eb7d3f129e5086f6dc431a13f83c93a189 (patch) | |
tree | 3c06f437e9f5809217b3d59d14399f0792b461f9 /progs | |
parent | 1a84072db9fb8faf39bd155c3bf249dcc99130d8 (diff) |
tests: another extended swizzle test
Diffstat (limited to 'progs')
-rw-r--r-- | progs/fp/swz3.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/fp/swz3.txt b/progs/fp/swz3.txt new file mode 100644 index 00000000000..382f5880d3c --- /dev/null +++ b/progs/fp/swz3.txt @@ -0,0 +1,5 @@ +!!ARBfp1.0 +TEMP R0, R1; +MOV R0, -fragment.color; +SWZ result.color, R0, -y, -x, z, 1; +END |