glsl: Flagged extension EXT_texture3D as "supported" in the builtin compiler.
authorPaul Berry <stereotype441@gmail.com>
Wed, 15 Jun 2011 23:26:10 +0000 (16:26 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 23 Jun 2011 20:39:47 +0000 (13:39 -0700)
commit935e7e41266186c454e08c80aff40c34084d83c6
treee47e221cda15a4d8a3472a5474f2ee4cb62eadcd
parente9d49d282d3d065e7312a5f812fd1e1331725371
glsl: Flagged extension EXT_texture3D as "supported" in the builtin compiler.

Previously, the builtins in OES_texture_3D.{frag,vert} were only
compiling properly as a consequence of bug 38015, which allows
unsupported extensions to be enabled.  This fix eliminates the builtin
compiler's reliance on bug 38015, so that bug 38015 can be fixed.
src/glsl/main.cpp