Re: [Mesa-dev] [PATCH v2 1/5] mesa/main: add ARB_clear_texture entrypoints

2014-07-03 Thread Neil Roberts
Ilia Mirkin writes: > I believe what this is saying is akin to "Danger! There is a hole from > 145 to 146". Since ARB_clear_texture is 145, the hole is now just 146 > (ARB_enhanced_layouts)... Whereas your comments indicate the numbers > of the actually-listed extensions. > > Note that I don't re

Re: [Mesa-dev] [PATCH v2 1/5] mesa/main: add ARB_clear_texture entrypoints

2014-07-02 Thread Ilia Mirkin
On Wed, Jul 2, 2014 at 2:00 PM, Neil Roberts wrote: > From: Ilia Mirkin > > Signed-off-by: Ilia Mirkin > Reviewed-by: Neil Roberts > --- > src/mapi/glapi/gen/ARB_clear_texture.xml | 34 > > src/mapi/glapi/gen/gl_API.xml| 6 +- > src/mesa/main/

[Mesa-dev] [PATCH v2 1/5] mesa/main: add ARB_clear_texture entrypoints

2014-07-02 Thread Neil Roberts
From: Ilia Mirkin Signed-off-by: Ilia Mirkin Reviewed-by: Neil Roberts --- src/mapi/glapi/gen/ARB_clear_texture.xml | 34 src/mapi/glapi/gen/gl_API.xml| 6 +- src/mesa/main/extensions.c | 1 + src/mesa/main/mtypes.h