From 5f95f0b6775bd2fc84b5394a6e4ac27000753b37 Mon Sep 17 00:00:00 2001 From: Lynix Date: Sun, 1 Jul 2012 23:09:25 +0200 Subject: [PATCH] Updated OpenGL headers --- include/GL3/gl3.h | 4 ++-- include/GL3/glext.h | 14 ++++++++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/include/GL3/gl3.h b/include/GL3/gl3.h index a6d803bd6..9c17d418c 100644 --- a/include/GL3/gl3.h +++ b/include/GL3/gl3.h @@ -36,9 +36,9 @@ extern "C" { * will probably change slightly as we make sure exactly the right set * of interfaces is included. * - * gl3.h last updated on $Date: 2012-04-26 00:59:42 -0700 (Thu, 26 Apr 2012) $ + * gl3.h last updated on $Date: 2012-06-18 11:26:35 -0700 (Mon, 18 Jun 2012) $ * - * RELEASE NOTES - 2012/04/25 + * RELEASE NOTES - 2012/06/18 * * gl3.h should be placed under a directory 'GL3' and included as * ''. diff --git a/include/GL3/glext.h b/include/GL3/glext.h index 8fce0f6f0..90e013421 100644 --- a/include/GL3/glext.h +++ b/include/GL3/glext.h @@ -29,9 +29,9 @@ extern "C" { */ /* Header file version number, required by OpenGL ABI for Linux */ -/* glext.h last updated $Date: 2012-04-26 00:59:42 -0700 (Thu, 26 Apr 2012) $ */ +/* glext.h last updated $Date: 2012-06-18 11:26:35 -0700 (Mon, 18 Jun 2012) $ */ /* Current version at http://www.opengl.org/registry/ */ -#define GL_GLEXT_VERSION 81 +#define GL_GLEXT_VERSION 82 /* Function declaration macros - to move into glplatform.h */ #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__) @@ -5478,6 +5478,12 @@ extern "C" { #ifndef GL_NV_shader_atomic_float #endif +#ifndef GL_AMD_query_buffer_object +#define GL_QUERY_BUFFER_AMD 0x9192 +#define GL_QUERY_BUFFER_BINDING_AMD 0x9193 +#define GL_QUERY_RESULT_NO_WAIT_AMD 0x9194 +#endif + /*************************************************************/ @@ -11805,6 +11811,10 @@ typedef GLboolean (APIENTRYP PFNGLISIMAGEHANDLERESIDENTNVPROC) (GLuint64 handle) #define GL_NV_shader_atomic_float 1 #endif +#ifndef GL_AMD_query_buffer_object +#define GL_AMD_query_buffer_object 1 +#endif + #ifdef __cplusplus }