https://bugs.freedesktop.org/show_bug.cgi?id=30318
--- Comment #1 from Ian Romanick <i...@freedesktop.org> 2010-09-22 09:47:57 PDT --- We removed this test from the piglit list because we determined that the test was incorrect. By default gl_TexCoord is declared as 'vec4 gl_TexCoord[]' (dimensionless). The spec says that an array accessed with an index that is not a constant valued expression must be dimensioned. Here's the piglit commit: commit c6146f121e2f9319aa87631dcc024b208acf7829 Author: Eric Anholt <e...@anholt.net> Date: Thu Aug 5 16:20:15 2010 -0700 glean: Flag the glsl1 test "texcoord varying" as being invalid GLSL. It accesses the builtin unsized array gl_TexCoord[] with a non-constant expression without sizing the array first. See piglit glsl-texcoord-array for a working version of this tset. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev