Magellan Linux

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

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

revision 1972 by niro, Wed May 2 08:35:50 2012 UTC revision 1973 by niro, Thu Nov 15 09:54:20 2012 UTC
# Line 444  extern "C" { Line 444  extern "C" {
444  #define GLX_LATE_SWAPS_TEAR_EXT            0x20F3  #define GLX_LATE_SWAPS_TEAR_EXT            0x20F3
445  #endif  #endif
446    
447    #ifndef GLX_EXT_buffer_age
448    #define GLX_BACK_BUFFER_AGE_EXT            0x20F4
449    #endif
450    
451    
452  /*************************************************************/  /*************************************************************/
453    
# Line 993  typedef void ( * PFNGLXCOPYIMAGESUBDATAN Line 997  typedef void ( * PFNGLXCOPYIMAGESUBDATAN
997  #define GLX_EXT_swap_control_tear 1  #define GLX_EXT_swap_control_tear 1
998  #endif  #endif
999    
1000    #ifndef GLX_EXT_buffer_age
1001    #define GLX_EXT_buffer_age 1
1002    #endif
1003    
1004    
1005  #ifdef __cplusplus  #ifdef __cplusplus
1006  }  }

Legend:
Removed from v.1972  
changed lines
  Added in v.1973