Home
last modified time | relevance | path

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

12

/external/mesa3d/src/glx/
Dglxextensions.c42 #define GLX(n) "GLX_" # n, 4 + sizeof( # n ) - 1, CONCAT(n,_bit) 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 …]
/external/mesa3d/docs/
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_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
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)
DRELNOTES-4.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.
DMESA_release_buffers.spec28 GLX 1.0 or later is required.
DMESA_ycbcr_texture.spec166 Additions to the AGL/GLX/WGL Specifications
170 GLX Protocol
DMESA_swap_frame_usage.spec110 Additions to the GLX 1.3 Specification
113 between two buffer-swap operations being committed. In unextended GLX the
186 GLX Protocol
DMESA_shader_debug.spec234 Additions to the AGL/EGL/GLX/WGL Specifications
238 GLX Protocol
DREADME.CYGWIN113 double buffer mode. Using GLX, the default is to use an XImage. The
126 When using Mesa directly or with GLX, it's up to the application writer
197 There are three Mesa-specific GLX extensions at this time.
201 This extension adds the GLX function:
210 pixmap does not. This function associates a colormap to a GLX pixmap.
DRELNOTES-6.3.122 This release includes the DRI drivers and GLX code for hardware rendering.
DMESA_agp_offset.spec61 Additions to Chapter 3 the GLX 1.4 Specification (Functions and Errors)
DlibGL.txt29 libGL.so serves two primary functions: GLX protocol generation for indirect
44 fall back to using indirect GLX rendering.
131 drawables and perform all the operations needed by the GLX interface.
/external/deqp/targets/x11_glx/
Dx11_glx.cmake2 message("*** Using X11 GLX target")
3 set(DEQP_TARGET_NAME "X11 GLX")
/external/deqp/targets/x11_egl_glx/
Dx11_egl_glx.cmake2 message("*** Using X11 EGL/GLX target")
3 set(DEQP_TARGET_NAME "X11 EGL/GLX")
/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)
DTODO20 Make sure we report the proper list of GLX extensions available. Apple direct may not support some
/external/deqp/framework/platform/
DCMakeLists.txt44 message(FATAL_ERROR "At least one of EGL and GLX must be enabled for X11")
115 # GLX functions don't currently have wrappers, so link directly to libGL.
/external/mesa3d/
Dconfigure.ac556 [enable GLX library @<:@default=enabled@:>@])],
613 [make GLX library Xlib-based instead of DRI-based @<:@default=disabled@:>@])],
701 AC_MSG_WARN([GLX disabled, disabling Xlib-GLX])
706 AC_MSG_ERROR([DRI and Xlib-GLX cannot be built together])
710 AC_MSG_ERROR([Xlib-GLX cannot be built without OpenGL])
713 # Disable GLX if OpenGL is not enabled
715 AC_MSG_WARN([OpenGL not enabled, disabling GLX])
719 # Disable GLX if DRI and Xlib-GLX are not enabled
723 AC_MSG_WARN([Neither DRI nor Xlib-GLX enabled, disabling GLX])
796 # DRI-based GLX
[all …]
/external/deqp/targets/default/
Ddefault.cmake35 # X11 / GLX?
/external/mesa3d/docs/OLD/
DMESA_packed_depth_stencil.spec207 Additions to the GLX Specification
211 GLX Protocol
/external/mesa3d/src/mapi/glapi/gen/
DSConscript7 # Mesa and GLX tree. Other .c and .h files are generated elsewhere

12