[Mesa-dev] [PATCH 12/12] mesa: Drop the blacklisting of new GL enums.
Ilia Mirkin
imirkin at alum.mit.edu
Wed Nov 25 19:20:15 PST 2015
On Wed, Nov 25, 2015 at 10:10 PM, Eric Anholt <eric at anholt.net> wrote:
> index bff425a..4c89849 100644
> --- a/src/mesa/main/tests/enum_strings.cpp
> +++ b/src/mesa/main/tests/enum_strings.cpp
> @@ -71,7 +71,7 @@ const struct enum_info everything[] = {
> * see go farther. Disabled for the moment since Mesa doesn't have the XML
> * for it yet.
> */
> - /* { 0x80a1, "GL_1PASS_EXT" }, */
> + { 0x80a1, "GL_1PASS_EXT" },
Does the comment above this need to go? At least the bit about disabling?
>
> /* A vendor-only extension that we never expect to see show up in
> * EXT/ARB/core.
More information about the mesa-dev
mailing list