D | glxextensions.c | 44 #define VER(a,b) a, b macro 74 { GLX(ARB_create_context), VER(0,0), Y, N, N, N }, 75 { GLX(ARB_create_context_profile), VER(0,0), Y, N, N, N }, 76 { GLX(ARB_create_context_robustness), VER(0,0), Y, N, N, N }, 77 { GLX(ARB_get_proc_address), VER(1,4), Y, N, Y, N }, 78 { GLX(ARB_multisample), VER(1,4), Y, Y, N, N }, 79 { GLX(ATI_pixel_format_float), VER(0,0), N, N, N, N }, 80 { GLX(EXT_import_context), VER(0,0), Y, Y, N, N }, 81 { GLX(EXT_visual_info), VER(0,0), Y, Y, N, N }, 82 { GLX(EXT_visual_rating), VER(0,0), Y, Y, N, N }, [all …]
|