diff options
author | Keith Whitwell <keithw@vmware.com> | 2009-03-06 21:15:19 +0000 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-03-06 21:15:19 +0000 |
commit | 185ff38895cfc1376f21d892b122235ed0563922 (patch) | |
tree | a75ee02dc6035046540d23ec1299c391486a2453 /progs/fp/tex.txt | |
parent | 2dd9a0197cf3d4d8ee5808c613fab9a256b9a0e6 (diff) | |
download | external_mesa3d-185ff38895cfc1376f21d892b122235ed0563922.zip external_mesa3d-185ff38895cfc1376f21d892b122235ed0563922.tar.gz external_mesa3d-185ff38895cfc1376f21d892b122235ed0563922.tar.bz2 |
fp: add some more texture, position and kill tests
Diffstat (limited to 'progs/fp/tex.txt')
-rw-r--r-- | progs/fp/tex.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/progs/fp/tex.txt b/progs/fp/tex.txt new file mode 100644 index 0000000..b3a885d --- /dev/null +++ b/progs/fp/tex.txt @@ -0,0 +1,3 @@ +!!ARBfp1.0 +TEX result.color, fragment.color, texture[0], 2D; +END |