| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | extension_string.c | 27 * Routines to manage the GLX extension string and GLX version for AIGLX 42 #define GLX(n) "GLX_" # n, 4 + sizeof( # n ) - 1, CONCAT(n,_bit) macro 55 * This is the lowest version of GLX that "requires" this extension. 56 * For example, GLX 1.3 requires SGIX_fbconfig, SGIX_pbuffer, and 58 * version of GLX, use 0, 0. 70 * List of known GLX Extensions. 76 { GLX(ARB_context_flush_control), VER(0,0), N, }, 77 { GLX(ARB_create_context), VER(0,0), N, }, 78 { GLX(ARB_create_context_no_erro [all...] |
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | extension_string.c | 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) macro 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_inf [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glxextensions.c | 43 #define GLX(n) "GLX_" # n, 4 + sizeof( # n ) - 1, CONCAT(n,_bit) macro 74 * The extension has no GLX protocol, and, therefore, no explicit 84 { GLX(ARB_context_flush_control), N, N }, 85 { GLX(ARB_create_context), N, N }, 86 { GLX(ARB_create_context_no_error), N, N }, 87 { GLX(ARB_create_context_profile), N, N }, 88 { GLX(ARB_create_context_robustness), N, N }, 89 { GLX(ARB_fbconfig_float), Y, N }, 90 { GLX(ARB_framebuffer_sRGB), Y, N }, 91 { GLX(ARB_get_proc_addres [all...] |
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_release_buffers.spec | 28 GLX 1.0 or later is required. 32 Mesa's implementation of GLX is entirely implemented on the client side. 57 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) 65 deallocated. True is returned if <d> is a valid Mesa GLX drawable, 71 GLX Protocol
|
| H A D | MESA_pixmap_colormap.spec | 28 GLX 1.0 or later is required. 59 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) 63 The Mesa implementation of GLX allows RGB rendering into X windows and 76 GLX Protocol
|
| H A D | MESA_multithread_makecurrent.spec | 28 GLX 1.3 or later is required. 32 The GLX context setup encourages multithreaded applications to 64 Changes to Chapter 2 of the GLX 1.3 Specification (Functions and Errors) 76 Changes to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) 92 GLX Protocol 94 None. The GLX extension only extends to direct rendering contexts. 116 The GLX context is unreferenced from that thread, and the other 117 threads retain their GLX context binding. 122 As with GLX context destruction previously, the XID is destroyed
|
| H A D | MESA_window_pos.spec | 100 Additions to the AGL/GLX/WGL Specifications 104 GLX Protocol
|
| H A D | MESA_copy_sub_buffer.spec | 28 GLX 1.0 or later is required. 54 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) 78 GLX Protocol
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_release_buffers.spec | 28 GLX 1.0 or later is required. 32 Mesa's implementation of GLX is entirely implemented on the client side. 57 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) 65 deallocated. True is returned if <d> is a valid Mesa GLX drawable, 71 GLX Protocol
|
| H A D | MESA_pixmap_colormap.spec | 28 GLX 1.0 or later is required. 59 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) 63 The Mesa implementation of GLX allows RGB rendering into X windows and 76 GLX Protocol
|
| H A D | MESA_multithread_makecurrent.spec | 28 GLX 1.3 or later is required. 32 The GLX context setup encourages multithreaded applications to 64 Changes to Chapter 2 of the GLX 1.3 Specification (Functions and Errors) 76 Changes to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) 92 GLX Protocol 94 None. The GLX extension only extends to direct rendering contexts. 116 The GLX context is unreferenced from that thread, and the other 117 threads retain their GLX context binding. 122 As with GLX context destruction previously, the XID is destroyed
|
| H A D | MESA_window_pos.spec | 100 Additions to the AGL/GLX/WGL Specifications 104 GLX Protocol
|
| H A D | MESA_copy_sub_buffer.spec | 28 GLX 1.0 or later is required. 54 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) 78 GLX Protocol
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxextensions.c | 42 #define GLX(n) "GLX_" # n, 4 + sizeof( # n ) - 1, CONCAT(n,_bit) macro 57 /* This is the lowest version of GLX that "requires" this extension. 58 * For example, GLX 1.3 requires SGIX_fbconfig, SGIX_pbuffer, and 60 * version of GLX, use 0, 0. 115 * The extension has no GLX protocol, and, therefore, no explicit 135 { GLX(ARB_context_flush_control), VER(0,0), Y, N, N, N }, 136 { GLX(ARB_create_context), VER(0,0), Y, N, N, N }, 137 { GLX(ARB_create_context_no_error), VER(1,4), Y, N, N, N }, 138 { GLX(ARB_create_context_profile), VER(0,0), Y, N, N, N }, 139 { GLX(ARB_create_context_robustnes [all...] |
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| H A D | MESA_set_3dfx_mode.spec | 28 GLX 1.0 or later is required. 53 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) 71 GLX Protocol
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| H A D | MESA_set_3dfx_mode.spec | 28 GLX 1.0 or later is required. 53 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) 71 GLX Protocol
|
| /xsrc/external/mit/libepoxy/dist/ |
| H A D | configure.ac | 68 [AC_HELP_STRING([--enable-glx=@<:@auto,yes,no@:>@], [Enable GLX support @<:@default=auto@:>@])], 72 # GLX can be used on different platforms, so we expose a 74 # the "auto" default value is set, we only enable GLX 134 # (like checking for EGL and GLX libs in non-windows.). 157 AC_MSG_ERROR([GLX support is explicitly enabled, but X11 was disabled]) 173 AC_DEFINE([BUILD_GLX], [1], [build GLX tests]) 234 AC_MSG_ERROR([libX11 headers (libx11-dev) are required to build with GLX support]) 241 AC_DEFINE(ENABLE_GLX, [1], [Whether GLX support is enabled]) 273 echo " GLX: $build_glx"
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | fake_glx_screen.cpp | 79 #warning Indirect GLX tests are not built
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | fake_glx_screen.cpp | 77 #warning Indirect GLX tests are not built
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | application-issues.rst | 10 creates a GLX visual without requesting a depth buffer. This causes bad 18 Then, all GLX visuals will be created with a depth buffer.
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.0.rst | 40 - The GLX protocol request for glXDestroyPBuffer() was incorrect (bug 69 XMesa/GLX (on Xlib) implements OpenGL 2.1
|
| H A D | 7.4.3.rst | 43 - GLX fix for glean's makeCurrent test case 53 XMesa/GLX (on Xlib) implements OpenGL 2.1
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | Makefile.am | 57 if GLX
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dixmods/ |
| H A D | Makefile.am | 3 if GLX
|
| /xsrc/external/mit/xorg-server.old/dist/ |
| H A D | Makefile.am | 8 if GLX
|