From 1ca22855119508457b2cbd9a0a3b840e47a61eff Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 21 Jan 2010 09:38:50 -0700 Subject: 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 --- progs/fp/position-frc.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 progs/fp/position-frc.txt (limited to 'progs/fp/position-frc.txt') diff --git a/progs/fp/position-frc.txt b/progs/fp/position-frc.txt new file mode 100644 index 0000000..35ae3ef --- /dev/null +++ b/progs/fp/position-frc.txt @@ -0,0 +1,6 @@ +!!ARBfp1.0 +# expected: brown triangle +# black means the wrong pixel center convention is being used +MOV result.color, {0}.x; +FRC result.color.xy, fragment.position; +END -- cgit v1.1