Magellan Linux

Diff of /trunk/opengl-update/glext.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1871 by niro, Wed May 2 08:35:50 2012 UTC revision 1872 by niro, Tue Jul 3 09:29:31 2012 UTC
# Line 29  extern "C" { Line 29  extern "C" {
29  */  */
30    
31  /* Header file version number, required by OpenGL ABI for Linux */  /* Header file version number, required by OpenGL ABI for Linux */
32  /* 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) $ */
33  /* Current version at http://www.opengl.org/registry/ */  /* Current version at http://www.opengl.org/registry/ */
34  #define GL_GLEXT_VERSION 81  #define GL_GLEXT_VERSION 82
35  /* Function declaration macros - to move into glplatform.h */  /* Function declaration macros - to move into glplatform.h */
36    
37  #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)  #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
# Line 5478  extern "C" { Line 5478  extern "C" {
5478  #ifndef GL_NV_shader_atomic_float  #ifndef GL_NV_shader_atomic_float
5479  #endif  #endif
5480    
5481    #ifndef GL_AMD_query_buffer_object
5482    #define GL_QUERY_BUFFER_AMD               0x9192
5483    #define GL_QUERY_BUFFER_BINDING_AMD       0x9193
5484    #define GL_QUERY_RESULT_NO_WAIT_AMD       0x9194
5485    #endif
5486    
5487    
5488  /*************************************************************/  /*************************************************************/
5489    
# Line 11805  typedef GLboolean (APIENTRYP PFNGLISIMAG Line 11811  typedef GLboolean (APIENTRYP PFNGLISIMAG
11811  #define GL_NV_shader_atomic_float 1  #define GL_NV_shader_atomic_float 1
11812  #endif  #endif
11813    
11814    #ifndef GL_AMD_query_buffer_object
11815    #define GL_AMD_query_buffer_object 1
11816    #endif
11817    
11818    
11819  #ifdef __cplusplus  #ifdef __cplusplus
11820  }  }

Legend:
Removed from v.1871  
changed lines
  Added in v.1872