On Wed, Nov 25, 2015 at 10:10 PM, Eric Anholt <[email protected]> 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. _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
