Home
last modified time | relevance | path

Searched full:glvnd (Results 1 – 25 of 53) sorted by relevance

123

/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DFindOpenGL.cmake14 GLVND support on Linux. See the :ref:`Linux Specific` section below.
37 Additionally, the following GLVND-specific library targets are defined:
40 Defined to libOpenGL if the system is GLVND-based.
73 Variables for GLVND-specific libraries ``OpenGL``, ``EGL`` and ``GLX``.
85 Path to the GLVND 'GLX' library.
87 Path to the GLVND 'OpenGL' library
93 Variables for GLVND-specific libraries ``OpenGL``, ``EGL`` and ``GLX``.
100 Some Linux systems utilize GLVND as a new ABI for OpenGL. GLVND separates
102 contexts are defined in "libGLX" or "libEGL". GLVND is currently the only way
104 Projects may use GLVND explicitly with target ``OpenGL::OpenGL`` and either
[all …]
/aosp_15_r20/external/mesa3d/.gitlab-ci/build/
H A Dgitlab-ci.yml98 -D glvnd=disabled
195 -D glvnd=disabled
250 -D glvnd=disabled
292 -D glvnd=disabled
333 -D glvnd=enabled
387 -D glvnd=disabled
465 -D glvnd=disabled
486 -D glvnd=disabled
507 -D glvnd=disabled
527 -D glvnd=disabled
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/policy/
DCMP0072.rst6 :module:`FindOpenGL` prefers GLVND by default when available.
10 When both a legacy GL library (e.g. ``libGL.so``) and GLVND libraries
16 CMake 3.11 and above prefer to choose GLVND libraries. This policy provides
21 ``OpenGL_GL_PREFERENCE`` to ``GLVND``.
/aosp_15_r20/external/mesa3d/src/egl/
H A Degl-entrypoint-check.py12 # These entrypoints should *not* be in the GLVND entrypoints
36 print('Checking the GLVND entrypoints against the plain EGL ones...')
43 …print('ERROR: ' + egl_entrypoint + ' is missing from the GLVND entrypoints (src/egl/generate/eglFu…
53 …print('ERROR: ' + glvnd_entrypoint + ' is should *not* be in the GLVND entrypoints (src/egl/genera…
H A Dmeson.build162 glvnd_config.set('glvnd_vendor_name', get_option('glvnd-vendor-name'))
169 install_dir : join_paths(get_option('datadir'), 'glvnd', 'egl_vendor.d')
214 egl_symbols = files('egl-glvnd-symbols.txt')
/aosp_15_r20/external/mesa3d/
H A Dmeson_options.txt348 'glvnd', feature
351 description : 'Enable GLVND support.'
370 'glvnd-vendor-name',
373 description : 'Vendor name string to use for glvnd libraries'
H A DCODEOWNERS75 # GLVND
79 /src/glx/*glvnd* @kbrenneman
H A Dmeson.build555 _glvnd = get_option('glvnd') \
557 error_message: 'glvnd cannot be used on Windows') \
559 error_message: 'Cannot build glvnd support for GLX that is not DRI based.') \
561 error_message: 'glvnd requires DRI based GLX and/or EGL') \
567 glvnd_vendor_name = get_option('glvnd-vendor-name')
2297 'GLVND': with_glvnd,
H A D.mr-label-maker.yml33 'glvnd': 'GLVND'
/aosp_15_r20/hardware/google/gfxstream/
Dmeson_options.txt354 'glvnd', boolean
357 description : 'Enable GLVND support.'
376 'glvnd-vendor-name',
379 description : 'Vendor name string to use for glvnd libraries'
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D19.1.8.rst114 - meson: fix logic for generating .pc files with old glvnd
123 - gl: drop incorrect pkg-config file for glvnd
124 - meson: re-add incorrect pkg-config files with GLVND for backward
H A D12.0.5.rst45 - glx/glvnd: Don't modify the dummy slot in the dispatch table
46 - glx/glvnd: Fix dispatch function names and indices
H A D18.1.6.rst84 - autotools: error out when building with mangling and glvnd
85 - autotools: use correct gl.pc LIBS when using glvnd
H A D13.0.1.rst43 - glx/glvnd: Don't modify the dummy slot in the dispatch table
44 - glx/glvnd: Fix dispatch function names and indices
H A D19.2.0.rst210 - gl: drop incorrect pkg-config file for glvnd
211 - meson: re-add incorrect pkg-config files with GLVND for backward
H A D19.2.6.rst53 - meson: generate .pc files for gles and gles2 with old glvnd
H A D19.1.1.rst68 - glx: fix glvnd pointer types
H A D20.1.6.rst82 - egl/entrypoint-check: add check that GLVND and plain EGL have the same entrypoints
/aosp_15_r20/external/libepoxy/src/
H A Ddispatch_common.c230 * runtime is glvnd-enabled, else libGL.so.1
238 * this is either libOpenGL (if the runtime is glvnd-enabled) or
551 /* prefer the glvnd library if it exists */ in epoxy_load_glx()
/aosp_15_r20/external/mesa3d/src/glx/
H A Dglxglvnddispatchfuncs.h6 #include "glvnd/libglxabi.h"
H A Dglxglvnd.c5 #include "glvnd/libglxabi.h"
/aosp_15_r20/external/mesa3d/src/egl/main/
H A Degldispatchstubs.h31 #include "glvnd/libeglabi.h"
H A Deglglvnd.c31 #include <glvnd/libeglabi.h>
H A Deglglobals.h62 * For a non-glvnd build create a concatenated one.
H A Degldispatchstubs.c97 // end up using the GLVND error code. Set it here. in FetchVendorFunc()

123