Searched full:glvnd (Results 1 – 25 of 51) sorted by relevance
123
11 # These entrypoints should *not* be in the GLVND entrypoints35 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…
176 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')
48 if get_option('glvnd')49 …libdri_c_args += '-DKOPPER_LIB_NAMES="libEGL_@0@ and libGLX_@0@"'.format(get_option('glvnd-vendor-…
114 - meson: fix logic for generating .pc files with old glvnd123 - gl: drop incorrect pkg-config file for glvnd124 - meson: re-add incorrect pkg-config files with GLVND for backward
45 - glx/glvnd: Don't modify the dummy slot in the dispatch table46 - glx/glvnd: Fix dispatch function names and indices
84 - autotools: error out when building with mangling and glvnd85 - autotools: use correct gl.pc LIBS when using glvnd
43 - glx/glvnd: Don't modify the dummy slot in the dispatch table44 - glx/glvnd: Fix dispatch function names and indices
53 - meson: generate .pc files for gles and gles2 with old glvnd
68 - glx: fix glvnd pointer types
82 - egl/entrypoint-check: add check that GLVND and plain EGL have the same entrypoints
71 - meson: Add dep_glvnd to egl deps when building with glvnd
70 - meson: fix logic for generating .pc files with old glvnd
65 - egl/glvnd: correctly report errors when vendor cannot be found
91 - meson: skip installation of GLVND-provided headers
210 - gl: drop incorrect pkg-config file for glvnd211 - meson: re-add incorrect pkg-config files with GLVND for backward
95 - egl: add missing glvnd entrypoint for EGL_ANDROID_blob_cache
132 - glx: Provide glvnd wrapper for glXSwapIntervalEXT
75 # GLVND79 /src/glx/*glvnd* @kbrenneman
314 'glvnd', boolean317 description : 'Enable GLVND support.'332 'glvnd-vendor-name',335 description : 'Vendor name string to use for glvnd libraries'
5 #include "glvnd/libglxabi.h"
6 #include "glvnd/libglxabi.h"
31 #include "glvnd/libeglabi.h"
31 #include <glvnd/libeglabi.h>
65 * For a non-glvnd build create a concatenated one.
90 // end up using the GLVND error code. Set it here. in FetchVendorFunc()