aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* dri3: Don't fail on version mismatchDaniel Stone2018-03-201-2/+6
* glx: remove empty GLX_SGIX_swap_group stubsEmil Velikov2018-03-124-30/+0
* glx: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2018-03-124-48/+0
* egl/x11: Re-allocate buffers if format is suboptimalLouis-Francis Ratté-Boulianne2018-03-091-1/+3
* egl/x11: Support DRI3 v1.1Louis-Francis Ratté-Boulianne2018-03-091-1/+9
* glx/apple: Ship meson build file in tarballThierry Reding2018-03-081-1/+3
* glx/dri: Add a driconf option to disable GLX_SGI_video_syncThomas Hellstrom2018-03-082-4/+11
* loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callbackThomas Hellstrom2018-02-201-0/+11
* meson: build src/glx/appleJon Turney2018-02-052-0/+65
* meson: Don't confuse the install and search paths for dri driversDylan Baker2018-02-021-2/+2
* glx/test: fix building for osxJon Turney2018-02-022-0/+16
* meson: don't install windows headers on non-windows platformsMarc Dietrich2018-02-011-1/+3
* glx/apple: locate dispatch table functions to wrap by nameJon Turney2018-02-011-7/+5
* glx/apple: include util/debug.h for env_var_as_boolean prototypeJon Turney2018-02-012-0/+2
* autotools: include meson build files in tarballDylan Baker2018-01-193-2/+4
* glx: fix non-dri buildSamuel Thibault2018-01-161-0/+4
* meson: add variable for including include/GL/internalDylan Baker2018-01-112-10/+4
* meson: Use consistent style for testsDylan Baker2018-01-111-11/+11
* meson: Use consistent styleDylan Baker2018-01-111-1/+4
* meson: fix glx-test raceDylan Baker2017-12-131-1/+1
* meson: fix underlinkage without dri3Dylan Baker2017-12-041-1/+2
* meson: Reformat glx code to match more common styleDylan Baker2017-12-041-5/+8
* 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