summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
2018-02-05meson: build src/glx/appleJon Turney2-0/+65
2018-02-02meson: Don't confuse the install and search paths for dri driversDylan Baker1-2/+2
2018-02-02glx/test: fix building for osxJon Turney2-0/+16
2018-02-01meson: don't install windows headers on non-windows platformsMarc Dietrich1-1/+3
2018-02-01glx/apple: locate dispatch table functions to wrap by nameJon Turney1-7/+5
2018-02-01glx/apple: include util/debug.h for env_var_as_boolean prototypeJon Turney2-0/+2
2018-01-19autotools: include meson build files in tarballDylan Baker3-2/+4
2018-01-16glx: fix non-dri buildSamuel Thibault1-0/+4
2018-01-11meson: add variable for including include/GL/internalDylan Baker2-10/+4
2018-01-11meson: Use consistent style for testsDylan Baker1-11/+11
2018-01-11meson: Use consistent styleDylan Baker1-1/+4
2017-12-13meson: fix glx-test raceDylan Baker1-1/+1
2017-12-04meson: fix underlinkage without dri3Dylan Baker1-1/+2
2017-12-04meson: Reformat glx code to match more common styleDylan Baker1-5/+8
2017-12-01glx: Prepare driFetchDrawable for no-config contextsAdam Jackson3-8/+30
2017-12-01glx: Use __glXSendError instead of open-coding itAdam Jackson2-26/+4
2017-12-01glx: Simplify some dummy vtable interactionsAdam Jackson1-5/+5
2017-12-01glx/dri3: Remove unused deviceName variableVadym Shovkoplias1-4/+1
2017-11-30meson: fix deps and underlinkage of libGLJon Turney1-0/+1
2017-11-30meson: build src/glx/windowsJon Turney2-10/+83
2017-11-22meson: replace with_*dri with with_dri_platformDylan Baker1-2/+2
2017-11-13glx/dri3: Fix passing renderType into glXCreateContextAdam Jackson1-1/+2
2017-11-13glx/drisw: Fix glXMakeCurrent(dpy, None, ctx)Adam Jackson1-4/+2
2017-11-13glx: Lower GLX opcode lookup into SendMakeCurrentRequestAdam Jackson1-9/+7
2017-11-10meson: move gl pkgconfig generation out of glxDylan Baker1-11/+0
2017-11-10glx/windows: Fix building libwindowsdri when libX11 headers are installed in ...Jon Turney1-0/+3
2017-11-09Revert "glx: Implement GLX_EXT_no_config_context (v2)"Adam Jackson6-31/+13
2017-11-09glx: Implement GLX_EXT_no_config_context (v2)Adam Jackson6-13/+31
2017-11-09glx: Prepare the DRI backends for GLX_EXT_no_config_contextAdam Jackson3-6/+7
2017-11-09glx: Relax validate_renderType_against_config for EXT_no_config_contextAdam Jackson1-13/+17
2017-11-07meson: standardize .so version to major.minor.patchEric Engestrom1-1/+1
2017-11-06glx: Implement GLX_ARB_context_flush_controlNeil Roberts7-9/+62
2017-10-27meson: rename all instances of xf86vm to xxf86vmDylan Baker1-1/+1
2017-10-20meson: build libEGLDylan Baker1-22/+0
2017-10-09meson: Add support for configuring dri drivers directory.Dylan Baker1-1/+1
2017-10-09meson: build glxDylan Baker2-0/+256
2017-10-09make: Don't traverse backwards through include directories.Dylan Baker2-1/+2
2017-09-30glx: don't use the template keywordMarek Olšák1-3/+3
2017-09-27glx: Be more tolerant in glXImportContext (v2)Adam Jackson1-42/+30
2017-09-22glx: Sort the GLX extension bit enum and tableAdam Jackson2-23/+23
2017-09-12glx: turn LIBGL_NO_DRAWARRAYS into a booleanEric Engestrom1-1/+5
2017-09-12glx: turn LIBGL_PROFILE_CORE into a booleanEric Engestrom1-1/+1
2017-09-12glx: turn LIBGL_DUMP_VISUALID into a booleanEric Engestrom1-1/+1
2017-09-12egl+glx: turn LIBGL_DRI3_DISABLE into a booleanEric Engestrom1-1/+1
2017-09-12glx: turn LIBGL_ALWAYS_INDIRECT into a booleanEric Engestrom1-1/+1
2017-09-12glx: turn LIBGL_ALLOW_SOFTWARE into a booleanEric Engestrom1-2/+2
2017-09-12egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a booleanEric Engestrom2-2/+2
2017-09-12glx: turn LIBGL_DIAGNOSTIC into a booleanEric Engestrom6-5/+16
2017-09-08glx: use ARRAY_SIZE macroEric Engestrom1-1/+2
2017-08-25mesa: Implement GL_ARB_texture_filter_anisotropicAdam Jackson2-4/+5