diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2009-09-03 14:00:08 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2009-09-03 14:02:49 -0700 |
commit | 0c3c5348e914a20d7743f457e9058f0afcc3ef89 (patch) | |
tree | bc9e74bc833cf23e30b4c8a1e90be997de53880c /tests/asmparsertest | |
parent | 1c1b74d5f344966d93481e99a6b66e0be5cc514e (diff) |
asmparsertest: Remove erroneous constant tests
Diffstat (limited to 'tests/asmparsertest')
-rw-r--r-- | tests/asmparsertest/shaders/ARBfp1.0/constant-01.txt | 4 | ||||
-rw-r--r-- | tests/asmparsertest/shaders/ARBfp1.0/constant-02.txt | 6 |
2 files changed, 0 insertions, 10 deletions
diff --git a/tests/asmparsertest/shaders/ARBfp1.0/constant-01.txt b/tests/asmparsertest/shaders/ARBfp1.0/constant-01.txt deleted file mode 100644 index f48bb0910..000000000 --- a/tests/asmparsertest/shaders/ARBfp1.0/constant-01.txt +++ /dev/null @@ -1,4 +0,0 @@ -!!ARBfp1.0 -# FAIL - ARB spec requires a (wortless!) .x suffix on the constant - MOV result.color, 0.5; - END diff --git a/tests/asmparsertest/shaders/ARBfp1.0/constant-02.txt b/tests/asmparsertest/shaders/ARBfp1.0/constant-02.txt deleted file mode 100644 index af6f6e3ba..000000000 --- a/tests/asmparsertest/shaders/ARBfp1.0/constant-02.txt +++ /dev/null @@ -1,6 +0,0 @@ -!!ARBfp1.0 -# REQUIRE GL_NV_fragment_program_option - - OPTION NV_fragment_program; - MOV result.color, 0.5; - END |