mesa: don't expose GL_ARB_fragment_coord_conventions until the GLSL part is done
authorLuca Barbieri <luca@luca-barbieri.com>
Thu, 28 Jan 2010 22:17:27 +0000 (23:17 +0100)
committerLuca Barbieri <luca@luca-barbieri.com>
Fri, 29 Jan 2010 13:13:13 +0000 (14:13 +0100)
commit3cea5525d0b59c7dadb4be634cc244948cd634e6
treed71aa219ba82992d22f99e8c7377d45a55e95fd5
parentdf8273494ed9a92932a19fa3d19f5160dfe30881
mesa: don't expose GL_ARB_fragment_coord_conventions until the GLSL part is done

Exposing it was incorrect, as the GLSL part of the extension is
missing.

We still keep the ARB_fragment_coord_conventions field, so that the
ARBfp parser can know whether to accept or reject the keywords.
src/mesa/main/extensions.c