aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* glx: Prepare driFetchDrawable for no-config contextsAdam Jackson2017-12-013-8/+30
* glx: Use __glXSendError instead of open-coding itAdam Jackson2017-12-012-26/+4
* glx: Simplify some dummy vtable interactionsAdam Jackson2017-12-011-5/+5
* glx/dri3: Remove unused deviceName variableVadym Shovkoplias2017-12-011-4/+1
* meson: fix deps and underlinkage of libGLJon Turney2017-11-301-0/+1
* meson: build src/glx/windowsJon Turney2017-11-302-10/+83
* meson: replace with_*dri with with_dri_platformDylan Baker2017-11-221-2/+2
* glx/dri3: Fix passing renderType into glXCreateContextAdam Jackson2017-11-131-1/+2
* glx/drisw: Fix glXMakeCurrent(dpy, None, ctx)Adam Jackson2017-11-131-4/+2
* glx: Lower GLX opcode lookup into SendMakeCurrentRequestAdam Jackson2017-11-131-9/+7
* meson: move gl pkgconfig generation out of glxDylan Baker2017-11-101-11/+0
* glx/windows: Fix building libwindowsdri when libX11 headers are installed in ...Jon Turney2017-11-101-0/+3
* Revert "glx: Implement GLX_EXT_no_config_context (v2)"Adam Jackson2017-11-096-31/+13
* glx: Implement GLX_EXT_no_config_context (v2)Adam Jackson2017-11-096-13/+31
* glx: Prepare the DRI backends for GLX_EXT_no_config_contextAdam Jackson2017-11-093-6/+7
* glx: Relax validate_renderType_against_config for EXT_no_config_contextAdam Jackson2017-11-091-13/+17
* meson: standardize .so version to major.minor.patchEric Engestrom2017-11-071-1/+1
* glx: Implement GLX_ARB_context_flush_controlNeil Roberts2017-11-067-9/+62
* meson: rename all instances of xf86vm to xxf86vmDylan Baker2017-10-271-1/+1
* 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