mesa: Drop the blacklisting of new GL enums.
authorEric Anholt <eric@anholt.net>
Sat, 19 Sep 2015 16:35:15 +0000 (12:35 -0400)
committerEric Anholt <eric@anholt.net>
Tue, 1 Dec 2015 18:24:42 +0000 (10:24 -0800)
commit4922a3ae522de31287808f22a8e3a1fcbb2d3dab
treee3f6801363fee02126790ff9d5c852c1e8229b96
parentb65e44f55d531ff8ceaec8861f02a2c3c7a01297
mesa: Drop the blacklisting of new GL enums.

Now when people need new extensions, they can skip the entire
enum-definition process, and we can stop reviewing new extension XML for
its enum content.

This also brings in a new enum that I wanted to use in enum_strings.cpp
for testing the code generator.

v2: Drop comment about disabled GL_1PASS_EXT test.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mapi/glapi/gen/gl_enums.py
src/mesa/main/tests/enum_strings.cpp