Re: [Mesa-dev] [PATCH 1/6] mesa: Add GL_INTEL_performance_query definitions

2014-03-12 Thread Ian Romanick
On 03/12/2014 05:54 AM, Petri Latvala wrote: > Until Khronos adds the definitions to glext.h, add definitions for this > extension to gl.h. I don't know how we missed it, but the glext.h at http://www.opengl.org/registry/api/GL/glext.h does have the definitions. We should just import that instead

[Mesa-dev] [PATCH 1/6] mesa: Add GL_INTEL_performance_query definitions

2014-03-12 Thread Petri Latvala
Until Khronos adds the definitions to glext.h, add definitions for this extension to gl.h. Signed-off-by: Petri Latvala --- include/GL/gl.h | 45 + 1 file changed, 45 insertions(+) diff --git a/include/GL/gl.h b/include/GL/gl.h index 4e2932d..e2caf73