aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* 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
* glx: remove always true XDAMAGE_1_1_INTERFACE guardEmil Velikov2017-02-131-4/+0
* glx: remove DRI2DriverPrimeShift compile guardsEmil Velikov2017-02-131-2/+0
* glx: remove always true ifdef guardsEmil Velikov2017-02-131-4/+0
* glx: guard swap-interval functions against destroyed drawablesNicolai Hähnle2017-02-062-3/+19
* glx/dri3: guard in_current_context against a disappeared drawableNicolai Hähnle2017-02-061-0/+4
* glx/dri3: handle NULL pointers in loader-to-DRI3 drawable conversionNicolai Hähnle2017-02-061-0/+2
* glx/windows: automake: include builddir prior to srcdirEmil Velikov2017-01-271-1/+1
* glx/apple: automake: include builddir prior to srcdirEmil Velikov2017-01-271-2/+2
* glx: automake: include builddir prior to srcdirEmil Velikov2017-01-271-2/+2
* glx: unify GLX_SGIX_pbuffer aliased declarationsEmil Velikov2017-01-182-18/+0
* glx: use GLX_ALIAS for glXGetProcAddressEmil Velikov2017-01-181-13/+4
* mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macroEmil Velikov2017-01-182-4/+4
* glx: remove always false ifdef GLX_NO_STATIC_EXTENSION_FUNCTIONSEmil Velikov2017-01-181-5/+0
* dri3: Fix MakeCurrent without a default framebufferFredrik Höglund2017-01-051-4/+10
* dri: make use of loader_get_extensions_name(..) helperChristian Gmeiner2016-11-151-3/+2
* Revert "dri: make use of dri_get_extensions_name(..) helper"Emil Velikov2016-11-151-2/+3
* dri: make use of dri_get_extensions_name(..) helperChristian Gmeiner2016-11-151-3/+2
* glx: make interop ABI visible againMarek Olšák2016-11-041-2/+2
* glx/windows: Add wgl.h to the sources listAndreas Boll2016-11-031-1/+2
* glx/glvnd: Use bsearch() in FindGLXFunction instead of open-coding itAdam Jackson2016-11-021-18/+16
* glx/glvnd: Fix dispatch function names and indicesAdam Jackson2016-11-022-146/+144
* glx/glvnd: Don't modify the dummy slot in the dispatch tableAdam Jackson2016-11-021-0/+3
* loader: remove loader_get_driver_for_fd() driver_typeEmil Velikov2016-10-182-2/+2
* loader/dri3: constify the loader_dri3_vtableEmil Velikov2016-10-141-1/+1
* glx: Perform check for valid fbconfig against proper X-Screen.Mario Kleiner2016-10-141-2/+1
* loader/dri3: add get_dri_screen() to the vtableMartin Peres2016-10-071-0/+11
* glx: rename choose_visual(), drop const argumentEmil Velikov2016-10-061-15/+11
* glx: return GL_FALSE from glx_screen_init where applicable.Emil Velikov2016-10-061-2/+5
* glx: correctly mask the drawableType for GLX_ARB_fbconfig_floatEmil Velikov2016-10-061-1/+1
* direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI")Jon Turney2016-09-1516-2/+2050
* glx/glvnd: list the strcmp arguments in correct orderEmil Velikov2016-09-051-2/+2