Re: [Mesa-dev] [PATCH 01/11] glapi: add ARB_gpu_shader_fp64

2014-08-22 Thread Ian Romanick
Either this patch or a patch right after it should add the ProgramUniformd and ProgramUniformMatrix*d functions in ARB_separate_shader_objects. These are already in ARB_separate_shader_objects.xml, but they're all commented out. On 08/14/2014 03:52 AM, Dave Airlie wrote: > From: Dave Airlie > >

[Mesa-dev] [PATCH 01/11] glapi: add ARB_gpu_shader_fp64

2014-08-14 Thread Dave Airlie
From: Dave Airlie Just add the xml file covering this extension, and dummy interface files in mesa, and fix up sanity tests. Signed-off-by: Dave Airlie --- src/mapi/glapi/gen/ARB_gpu_shader_fp64.xml | 143 + src/mapi/glapi/gen/Makefile.am | 1 + src/ma