Home
last modified time | relevance | path

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

12

/external/mesa3d/src/glx/
Dglxextensions.c42 #define GLX(n) "GLX_" # n, 4 + sizeof( # n ) - 1, CONCAT(n,_bit) macro
135 { GLX(ARB_create_context), VER(0,0), Y, N, N, N },
136 { GLX(ARB_create_context_profile), VER(0,0), Y, N, N, N },
137 { GLX(ARB_create_context_robustness), VER(0,0), Y, N, N, N },
138 { GLX(ARB_fbconfig_float), VER(0,0), Y, Y, N, N },
139 { GLX(ARB_framebuffer_sRGB), VER(0,0), Y, Y, N, N },
140 { GLX(ARB_get_proc_address), VER(1,4), Y, N, Y, N },
141 { GLX(ARB_multisample), VER(1,4), Y, Y, N, N },
142 { GLX(ATI_pixel_format_float), VER(0,0), N, N, N, N },
143 { GLX(EXT_import_context), VER(0,0), Y, Y, N, N },
[all …]
/external/mesa3d/docs/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.
105 None. This specification is written for GLX.
107 Additions to the GLX 1.4 Specification
109 [Add the following to Section X.Y.Z of the GLX Specification]
121 GLX renderer attribute number description
177 If <attribute> is not a recognized value, False is returned, but no GLX
189 GLX renderer attribute description
198 If <attribute> is not a recognized value, NULL is returned, but no GLX
350 the GLX enums would have different names and would almost certainly
363 UNRESOLVED. Other similar GLX query functions just use int or
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)
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_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
DMESA_agp_offset.spec61 Additions to Chapter 3 the GLX 1.4 Specification (Functions and Errors)
/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/targets/x11_glx/
Dx11_glx.cmake21 message("*** Using X11 GLX target")
22 set(DEQP_TARGET_NAME "X11 GLX")
/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/
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.
D6.3.122 This release includes the DRI drivers and GLX code for hardware rendering.
/external/mesa3d/docs/specs/OLD/
DMESA_packed_depth_stencil.spec207 Additions to the GLX Specification
211 GLX Protocol
DMESA_resize_buffers.spec62 Additions to the AGL/GLX/WGL Specifications
/external/mesa3d/docs/
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.
DVERSIONS16 pseudo-GLX functions added
61 - Added GLU 1.1 and GLX 1.1 functions
83 - better GLX error checking
288 - GLX does garbage collection of ancillary buffers
346 - fixed a memory leak in GLX code
464 - fixed GLX visual handling code to avoid saving redundant visuals
528 - switching between GLX and OSMesa contexts caused a crash
561 - minor tweaking of X visual management in GLX emulator
627 SGI's GLX (kevin@precisioninsight.com)
719 - GLX 1.3 API
[all …]
/external/mesa3d/src/mapi/glapi/gen/
DSConscript13 # Mesa and GLX tree. Other .c and .h files are generated elsewhere

12