aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* meson: build libEGLDylan Baker2017-10-201-22/+0
* meson: Add support for configuring dri drivers directory.Dylan Baker2017-10-091-1/+1
* meson: build glxDylan Baker2017-10-092-0/+256
* make: Don't traverse backwards through include directories.Dylan Baker2017-10-092-1/+2
* glx: don't use the template keywordMarek Olšák2017-09-301-3/+3
* glx: Be more tolerant in glXImportContext (v2)Adam Jackson2017-09-271-42/+30
* glx: Sort the GLX extension bit enum and tableAdam Jackson2017-09-222-23/+23
* glx: turn LIBGL_NO_DRAWARRAYS into a booleanEric Engestrom2017-09-121-1/+5
* glx: turn LIBGL_PROFILE_CORE into a booleanEric Engestrom2017-09-121-1/+1
* glx: turn LIBGL_DUMP_VISUALID into a booleanEric Engestrom2017-09-121-1/+1
* egl+glx: turn LIBGL_DRI3_DISABLE into a booleanEric Engestrom2017-09-121-1/+1
* glx: turn LIBGL_ALWAYS_INDIRECT into a booleanEric Engestrom2017-09-121-1/+1
* glx: turn LIBGL_ALLOW_SOFTWARE into a booleanEric Engestrom2017-09-121-2/+2
* egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a booleanEric Engestrom2017-09-122-2/+2
* glx: turn LIBGL_DIAGNOSTIC into a booleanEric Engestrom2017-09-126-5/+16
* glx: use ARRAY_SIZE macroEric Engestrom2017-09-081-1/+2
* mesa: Implement GL_ARB_texture_filter_anisotropicAdam Jackson2017-08-252-4/+5
* glxcmds: Fix a typo in the __APPLE__ codepathJeremy Huddleston Sequoia2017-08-171-1/+1
* loader_dri3/glx/egl: Optionally use a blit context for blitting operationsThomas Hellstrom2017-08-171-0/+1
* loader_dri3/glx/egl: Remove the loader_dri3_vtable get_dri_screen callbackThomas Hellstrom2017-08-171-11/+0
* dri: Introduce SWAP_METHOD tokensThomas Hellstrom2017-08-101-0/+13
* glx: Fix swap method config matchingThomas Hellstrom2017-08-101-3/+1
* glx: Work around X servers reporting bogus values of GLX_SWAP_METHOD_OMLThomas Hellstrom2017-08-101-1/+11
* loader: drop the [gs]et_swap_interval callbacksEmil Velikov2017-08-041-18/+1
* loader: rework xmlconfig dependencyEmil Velikov2017-08-041-1/+3
* glx/dri3: Implement the flush_swapbuffers methodThomas Hellstrom2017-08-031-1/+29
* glx: use v2 of DRI_ConfigOptionsNicolai Hähnle2017-08-021-14/+99
* loader: remove clamp_swap_interval()Eric Engestrom2017-08-011-7/+0
* egl: turn one more boolean `int` into a `bool`Eric Engestrom2017-06-211-1/+1
* dri: Optionally turn off a couple of GLX extensions based on driconf optionsThomas Hellstrom2017-06-072-3/+15
* dri3/GLX: Fix drawable invalidation v2Thomas Hellstrom2017-06-071-0/+6
* glx: implement __DRIbackgroundCallableExtension.isThreadSafeGregory Hainaut2017-05-292-2/+25
* glxglvnddispatch: Add missing dispatch for GetDriverConfigHans de Goede2017-05-172-0/+15
* glx/apple: remove empty variable SHARED_GLAPI_CFLAGSEmil Velikov2017-05-041-1/+0
* glx/windows: remove empty variable SHARED_GLAPI_CFLAGSEmil Velikov2017-05-041-1/+0
* glx: automake: scons: remove unneeded GLX_SHARED_GLAPI defineEmil Velikov2017-05-042-5/+0
* glx: glX_proto_send.py: use correct compile guard GLX_INDIRECT_RENDERINGEmil Velikov2017-05-041-1/+1
* glx: add missing sRGB attribute check in fbconfigs_compatible()Neha Bhende2017-04-281-0/+1
* EGL: Implement the libglvnd interface for EGL (v3)Kyle Brenneman2017-04-172-2/+2
* glx: silence uninitialized var warningBrian Paul2017-04-071-1/+1
* glx: Remove #include <GL/glxint.h>Adam Jackson2017-03-281-1/+0
* glx: Prefer library path given by pkgconfig over the systemTopi Pohjolainen2017-03-231-0/+3
* glx: Implement __DRI_BACKGROUND_CALLABLEPaul Berry2017-03-162-1/+30
* glx: don't expose systemTimeExtension for DRI2/DRI3/DRISWEmil Velikov2017-03-153-4/+0
* glx/tests: automake: add dispatch-index-check to the tarballEmil Velikov2017-02-281-0/+1
* check: add support for running test as standaloneEric Engestrom2017-02-261-0/+5
* check: make any failure fatalEric Engestrom2017-02-261-0/+1
* check: mark two tests are requiring bashEric Engestrom2017-02-261-1/+1
* glx: add GLXdispatchIndex sort checkEric Engestrom2017-02-242-1/+25
* glx/glvnd: Fix GLXdispatchIndex sortingHans de Goede2017-02-151-4/+4