diff options
author | Brian Paul <brianp@vmware.com> | 2010-01-21 09:38:50 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-01-21 09:38:50 -0700 |
commit | 1ca22855119508457b2cbd9a0a3b840e47a61eff (patch) | |
tree | 99d11f30fe03e27b21e2dac975d00cfc3241f7e7 /progs/fp/position.txt | |
parent | 24d3a7a251b091be1da5c8c4ef03d1b187ffd39c (diff) | |
download | external_mesa3d-1ca22855119508457b2cbd9a0a3b840e47a61eff.zip external_mesa3d-1ca22855119508457b2cbd9a0a3b840e47a61eff.tar.gz external_mesa3d-1ca22855119508457b2cbd9a0a3b840e47a61eff.tar.bz2 |
progs/fp: testcases for GL_ARB_fragment_coord_conventions
Based on a patch from Luca Barbieri but moved the comments after
the !!ARBfp1.0 header
Diffstat (limited to 'progs/fp/position.txt')
-rw-r--r-- | progs/fp/position.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/fp/position.txt b/progs/fp/position.txt index 1875897..f59d025 100644 --- a/progs/fp/position.txt +++ b/progs/fp/position.txt @@ -1,4 +1,6 @@ !!ARBfp1.0 +# expected: the yellow vertex is the top one +# if it is the bottom one, the wrong origin convention is being used MOV result.color, {0}.x; MUL result.color.xy, fragment.position, {.005}.x; END |