Lines Matching defs:GLX
27 * Routines to manage the GLX extension string and GLX version for AIGLX
41 #define GLX(n) "GLX_" # n, 4 + sizeof( # n ) - 1, CONCAT(n,_bit)
54 * This is the lowest version of GLX that "requires" this extension.
55 * For example, GLX 1.3 requires SGIX_fbconfig, SGIX_pbuffer, and
57 * version of GLX, use 0, 0.
70 { GLX(ARB_multisample), VER(1,4), Y, },
72 { GLX(EXT_import_context), VER(0,0), Y, },
73 { GLX(EXT_texture_from_pixmap), VER(0,0), Y, },
74 { GLX(EXT_visual_info), VER(0,0), Y, },
75 { GLX(EXT_visual_rating), VER(0,0), Y, },
77 { GLX(MESA_copy_sub_buffer), VER(0,0), N, },
78 { GLX(OML_swap_method), VER(0,0), Y, },
79 { GLX(SGI_make_current_read), VER(1,3), N, },
80 { GLX(SGI_swap_control), VER(0,0), N, },
81 { GLX(SGIS_multisample), VER(0,0), Y, },
82 { GLX(SGIX_fbconfig), VER(1,3), Y, },
83 { GLX(SGIX_pbuffer), VER(1,3), Y, },
84 { GLX(SGIX_visual_select_group), VER(0,0), Y, },
85 { GLX(INTEL_swap_event), VER(1,4), N, },
91 * Create a GLX extension string for a set of enable bits.
93 * Creates a GLX extension string for the set of bit in \c enable_bits. This