Home
last modified time | relevance | path

Searched refs:GLX (Results 1 – 25 of 104) sorted by relevance

12345

/external/mesa3d/src/glx/
Dglxextensions.c43 #define GLX(n) "GLX_" # n, 4 + sizeof( # n ) - 1, CONCAT(n,_bit) macro
136 { GLX(ARB_context_flush_control), VER(0,0), Y, N, N, N },
137 { GLX(ARB_create_context), VER(0,0), Y, N, N, N },
138 { GLX(ARB_create_context_no_error), VER(1,4), Y, N, N, N },
139 { GLX(ARB_create_context_profile), VER(0,0), Y, N, N, N },
140 { GLX(ARB_create_context_robustness), VER(0,0), Y, N, N, N },
141 { GLX(ARB_fbconfig_float), VER(0,0), Y, Y, N, N },
142 { GLX(ARB_framebuffer_sRGB), VER(0,0), Y, Y, N, N },
143 { GLX(ARB_get_proc_address), VER(1,4), Y, N, Y, N },
144 { GLX(ARB_multisample), VER(1,4), Y, Y, N, N },
[all …]
/external/mesa3d/docs/_extra/specs/
DMESA_multithread_makecurrent.spec28 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
DMESA_pixmap_colormap.spec28 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
DMESA_query_renderer.spec31 GLX 1.4 is required.
97 None. This specification is written for GLX.
99 Additions to the GLX 1.4 Specification
101 [Add to Section 3.3.2 "GLX Versioning" of the GLX Specification]
113 GLX renderer attribute number description
169 If <attribute> is not a recognized value, False is returned, but no GLX
181 GLX renderer attribute description
190 If <attribute> is not a recognized value, NULL is returned, but no GLX
319 the GLX enums would have different names and would almost certainly
332 UNRESOLVED. Other similar GLX query functions just use int or
DMESA_window_pos.spec100 Additions to the AGL/GLX/WGL Specifications
104 GLX Protocol
DMESA_swap_control.spec74 Additions to the GLX 1.3 Specification
76 [Add the following to Section 3.3.10 of the GLX Specification (Double
109 GLX Protocol
DMESA_copy_sub_buffer.spec28 GLX 1.0 or later is required.
54 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
DMESA_release_buffers.spec28 GLX 1.0 or later is required.
DEXT_shader_integer_mix.spec72 Additions to the AGL/GLX/WGL Specifications
95 GLX Protocol
DMESA_ycbcr_texture.spec166 Additions to the AGL/GLX/WGL Specifications
170 GLX Protocol
DMESA_shader_debug.spec234 Additions to the AGL/EGL/GLX/WGL Specifications
238 GLX Protocol
/external/angle/src/libANGLE/renderer/gl/glx/
DFBConfigCompatibility.md1 GLX Framebuffer Compatibility investigation
4 In GLX and EGL, contexts are created with respect to a config that
9 the GLX and EGL specs but the following is clear:
10 * In GLX the config's color buffer must have the same type, including
22 the confusion and call the GLX context our backing context.
24 The problem we have is that the the GLX context is created before
27 are compatible with the GLXFBConfig of our GLX context; we also need
28 to choose the GLXFBConfig of our GLX context so that it matches the
31 Choice of the GLX context GLXFBConfig
34 We decided that our GLX context's configuration must satisfy the following:
[all …]
/external/libepoxy/
Dconfigure.ac68 … [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"
Dmeson_options.txt8 description: 'Enable GLX support')
17 description: 'Enable X11 support (GLX or EGL-X11)')
/external/mesa3d/docs/_extra/specs/OLD/
DMESA_set_3dfx_mode.spec28 GLX 1.0 or later is required.
53 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
71 GLX Protocol
/external/mesa3d/src/glx/apple/
DRELEASE_NOTES14 o GLX 1.4 Support
16 The GLX 1.3 and 1.4 functions should all work with a few exceptions
19 o glXMakeContextCurrent (a GLX 1.3 feature)
26 o glXGetProcAddress (a GLX 1.4 feature and ARB extension)
/external/deqp/targets/x11_glx/
Dx11_glx.cmake21 message("*** Using X11 GLX target")
22 set(DEQP_TARGET_NAME "X11 GLX")
/external/mesa3d/docs/
Dxlibdriver.rst4 Mesa's Xlib driver provides an emulation of the GLX interface so that
5 OpenGL programs which use the GLX API can render to any X display, even
6 those that don't support the GLX extension. Effectively, the Xlib driver
12 Since the Xlib driver *emulates* the GLX extension, it's not totally
13 conformant with a true GLX implementation. The differences are fairly
73 When using Mesa directly or with GLX, it's up to the application writer
154 This extension adds the GLX function:
165 pixmap does not. This function associates a colormap to a GLX pixmap.
Dfaq.rst64 - The GLX API is supported, but it's really just an emulation of the
66 - The GLX wire protocol is not supported and there's no OpenGL
70 programming API, the GLX functions and all the rendering code).
75 - The ``libGL.so`` library provides the GL and GLX API functions, a GLX
79 - The X server loads the GLX module. The GLX module decodes incoming
80 GLX protocol and dispatches the commands to a rendering module. For
165 the OpenGL GLX header
169 the OpenGL GLX extensions header
Dapplication-issues.rst10 creates a GLX visual without requesting a depth buffer. This causes bad
18 Then, all GLX visuals will be created with a depth buffer.
/external/deqp/targets/x11_egl_glx/
Dx11_egl_glx.cmake21 message("*** Using X11 EGL/GLX target")
22 set(DEQP_TARGET_NAME "X11 EGL/GLX")
/external/mesa3d/docs/relnotes/
D7.4.3.rst43 - GLX fix for glean's makeCurrent test case
53 XMesa/GLX (on Xlib) implements OpenGL 2.1
D4.0102 GLX 1.4 is the companion to OpenGL 1.3. The only new features in GLX 1.4
104 glXGetProcAddress() is the only new function in GLX 1.4.
D7.0.rst40 - The GLX protocol request for glXDestroyPBuffer() was incorrect (bug
69 XMesa/GLX (on Xlib) implements OpenGL 2.1
D7.0.3.rst35 - Fixed GLX indirect vertex array rendering bug (14197)
63 XMesa/GLX (on Xlib) implements OpenGL 2.1

12345