commit | 4922a3ae522de31287808f22a8e3a1fcbb2d3dab | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Sat Sep 19 12:35:15 2015 -0400 |
committer | Eric Anholt <eric@anholt.net> | Tue Dec 01 10:24:42 2015 -0800 |
tree | e3f6801363fee02126790ff9d5c852c1e8229b96 | |
parent | b65e44f55d531ff8ceaec8861f02a2c3c7a01297 [diff] |
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>