Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/egl/
Degl-entrypoint-check.py11 # These entrypoints should *not* be in the GLVND entrypoints
35 print('Checking the GLVND entrypoints against the plain EGL ones...')
42 …print('ERROR: ' + egl_entrypoint + ' is missing from the GLVND entrypoints (src/egl/generate/eglFu…
52 …print('ERROR: ' + glvnd_entrypoint + ' is should *not* be in the GLVND entrypoints (src/egl/genera…
Dmeson.build176 glvnd_config.set('glvnd_vendor_name', get_option('glvnd-vendor-name'))
182 install_dir : join_paths(get_option('datadir'), 'glvnd', 'egl_vendor.d')
230 egl_symbols = files('egl-glvnd-symbols.txt')
/third_party/mesa3d/src/gallium/frontends/dri/
Dmeson.build48 if get_option('glvnd')
49 …libdri_c_args += '-DKOPPER_LIB_NAMES="libEGL_@0@ and libGLX_@0@"'.format(get_option('glvnd-vendor-…
/third_party/mesa3d/docs/relnotes/
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
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
D18.1.6.rst84 - autotools: error out when building with mangling and glvnd
85 - autotools: use correct gl.pc LIBS when using glvnd
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
D19.2.6.rst53 - meson: generate .pc files for gles and gles2 with old glvnd
D19.1.1.rst68 - glx: fix glvnd pointer types
D20.1.6.rst82 - egl/entrypoint-check: add check that GLVND and plain EGL have the same entrypoints
D19.2.3.rst71 - meson: Add dep_glvnd to egl deps when building with glvnd
D19.2.1.rst70 - meson: fix logic for generating .pc files with old glvnd
D18.2.5.rst65 - egl/glvnd: correctly report errors when vendor cannot be found
D19.2.2.rst91 - meson: skip installation of GLVND-provided headers
D19.2.0.rst210 - gl: drop incorrect pkg-config file for glvnd
211 - meson: re-add incorrect pkg-config files with GLVND for backward
D18.2.6.rst95 - egl: add missing glvnd entrypoint for EGL_ANDROID_blob_cache
D20.3.4.rst132 - glx: Provide glvnd wrapper for glXSwapIntervalEXT
/third_party/mesa3d/
DCODEOWNERS75 # GLVND
79 /src/glx/*glvnd* @kbrenneman
Dmeson_options.txt314 'glvnd', boolean
317 description : 'Enable GLVND support.'
332 'glvnd-vendor-name',
335 description : 'Vendor name string to use for glvnd libraries'
/third_party/mesa3d/src/glx/
Dglxglvnd.c5 #include "glvnd/libglxabi.h"
Dglxglvnddispatchfuncs.h6 #include "glvnd/libglxabi.h"
/third_party/mesa3d/src/egl/main/
Degldispatchstubs.h31 #include "glvnd/libeglabi.h"
Deglglvnd.c31 #include <glvnd/libeglabi.h>
Deglglobals.h65 * For a non-glvnd build create a concatenated one.
Degldispatchstubs.c90 // end up using the GLVND error code. Set it here. in FetchVendorFunc()

123