Re: [Mesa-dev] [PATCH 08/59] mapi: Add support for ARB_gpu_shader_int64.

2016-10-26 Thread Ian Romanick
On 10/26/2016 01:20 PM, Matt Turner wrote: > On Tue, Oct 25, 2016 at 5:59 PM, Ian Romanick wrote: >> + > > These comments were placeholders for unimplemented extensions, until > recently when people began adding them before the actual extension > with that number. I think the comment should be dr

Re: [Mesa-dev] [PATCH 08/59] mapi: Add support for ARB_gpu_shader_int64.

2016-10-26 Thread Matt Turner
On Tue, Oct 25, 2016 at 5:59 PM, Ian Romanick wrote: > + These comments were placeholders for unimplemented extensions, until recently when people began adding them before the actual extension with that number. I think the comment should be dropped since int64 is #178. > + xmlns:xi="http://www.w

[Mesa-dev] [PATCH 08/59] mapi: Add support for ARB_gpu_shader_int64.

2016-10-25 Thread Ian Romanick
From: Dave Airlie Just add the boilerplate xml code. v2 (idr): Update dispatch_sanity. Only add extension functions in core profile. Signed-off-by: Dave Airlie Signed-off-by: Ian Romanick Reviewed-by: Ian Romanick [v1] --- src/mapi/glapi/gen/ARB_gpu_shader_int64.xml | 262 +