Re: [Mesa-dev] [PATCH 2/4] glapi: Add enums for ARB_ES3_compatibility

2012-11-29 Thread Eric Anholt
Matt Turner writes: > On Thu, Nov 29, 2012 at 2:36 PM, Eric Anholt wrote: >> Matt Turner writes: >>> +>> value="0x9278"/> >>> +>> value="0x9279"/> >> >> Looks like in the ES3_compatibility.txt these are >> COMPRESSED_RGBA8_ETC2_EAC and COMPRESSED_SRGB8_ALPHA8_ETC2_EAC. Pasteo? > > Yeah

Re: [Mesa-dev] [PATCH 2/4] glapi: Add enums for ARB_ES3_compatibility

2012-11-29 Thread Matt Turner
On Thu, Nov 29, 2012 at 2:36 PM, Eric Anholt wrote: > Matt Turner writes: >> +> value="0x9278"/> >> +> value="0x9279"/> > > Looks like in the ES3_compatibility.txt these are > COMPRESSED_RGBA8_ETC2_EAC and COMPRESSED_SRGB8_ALPHA8_ETC2_EAC. Pasteo? Yeah, weird. Consider it (and patch 5/4

Re: [Mesa-dev] [PATCH 2/4] glapi: Add enums for ARB_ES3_compatibility

2012-11-29 Thread Eric Anholt
Matt Turner writes: > + value="0x9278"/> > + value="0x9279"/> Looks like in the ES3_compatibility.txt these are COMPRESSED_RGBA8_ETC2_EAC and COMPRESSED_SRGB8_ALPHA8_ETC2_EAC. Pasteo? > + I don't see this one in my copy of the spec, but I only have a stale copy of the specs while I

[Mesa-dev] [PATCH 2/4] glapi: Add enums for ARB_ES3_compatibility

2012-11-28 Thread Matt Turner
--- src/mapi/glapi/gen/ARB_ES3_compatibility.xml | 23 +++ src/mapi/glapi/gen/Makefile.am |2 ++ src/mapi/glapi/gen/gl_API.xml|6 ++ 3 files changed, 31 insertions(+), 0 deletions(-) create mode 100644 src/mapi/glapi/gen/ARB_ES3_comp