Magellan Linux

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

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

revision 2064 by niro, Thu Nov 15 09:54:20 2012 UTC revision 2065 by niro, Thu Mar 7 13:34:21 2013 UTC
# Line 48  extern "C" { Line 48  extern "C" {
48  /*************************************************************/  /*************************************************************/
49    
50  /* Header file version number, required by OpenGL ABI for Linux */  /* Header file version number, required by OpenGL ABI for Linux */
51  /* glxext.h last updated 2012/02/29 */  /* glxext.h last updated 2013/01/02 */
52  /* Current version at http://www.opengl.org/registry/ */  /* Current version at http://www.opengl.org/registry/ */
53  #define GLX_GLXEXT_VERSION 33  #define GLX_GLXEXT_VERSION 34
54    
55  #ifndef GLX_VERSION_1_3  #ifndef GLX_VERSION_1_3
56  #define GLX_WINDOW_BIT                     0x00000001  #define GLX_WINDOW_BIT                     0x00000001
# Line 440  extern "C" { Line 440  extern "C" {
440  #define GLX_CONTEXT_ES2_PROFILE_BIT_EXT    0x00000004  #define GLX_CONTEXT_ES2_PROFILE_BIT_EXT    0x00000004
441  #endif  #endif
442    
443    #ifndef GLX_EXT_create_context_es_profile
444    #define GLX_CONTEXT_ES_PROFILE_BIT_EXT     0x00000004
445    #endif
446    
447  #ifndef GLX_EXT_swap_control_tear  #ifndef GLX_EXT_swap_control_tear
448  #define GLX_LATE_SWAPS_TEAR_EXT            0x20F3  #define GLX_LATE_SWAPS_TEAR_EXT            0x20F3
449  #endif  #endif
# Line 993  typedef void ( * PFNGLXCOPYIMAGESUBDATAN Line 997  typedef void ( * PFNGLXCOPYIMAGESUBDATAN
997  #define GLX_NV_multisample_coverage 1  #define GLX_NV_multisample_coverage 1
998  #endif  #endif
999    
1000    #ifndef GLX_EXT_create_context_es2_profile
1001    #define GLX_EXT_create_context_es2_profile 1
1002    #endif
1003    
1004    #ifndef GLX_EXT_create_context_es_profile
1005    #define GLX_EXT_create_context_es_profile 1
1006    #endif
1007    
1008  #ifndef GLX_EXT_swap_control_tear  #ifndef GLX_EXT_swap_control_tear
1009  #define GLX_EXT_swap_control_tear 1  #define GLX_EXT_swap_control_tear 1
1010  #endif  #endif

Legend:
Removed from v.2064  
changed lines
  Added in v.2065