summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* glx: make interop ABI visible againMarek Olšák2016-11-091-2/+2
* glx/windows: Add wgl.h to the sources listAndreas Boll2016-11-091-1/+2
* glx/glvnd: Fix dispatch function names and indicesAdam Jackson2016-11-092-146/+144
* glx/glvnd: Don't modify the dummy slot in the dispatch tableAdam Jackson2016-11-091-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
* glx: Don't use current context in __glXSendErrorMichel Dänzer2016-08-171-3/+1
* glx: apple specific occurences of dummyContext checkTapani Pälli2016-08-153-4/+4
* glx: fix error code when there is no context boundBernard Kilarski2016-08-155-20/+33
* glx: Avoid aliasing violations.Matt Turner2016-07-262-24/+25
* Avoid overflow in 'last' variable of FindGLXFunction(...)Stefan Dirsch2016-07-201-3/+3
* glx: Fix for commit 2c86668694.Matt Turner2016-07-081-0/+2
* glx: Undo memory allocation checking damage.Matt Turner2016-07-081-5/+1
* glx: Fix indirect multi-texture GL_DOUBLE coordinate arrays.Colin McDonald2016-07-082-30/+50
* glx: Correct opcode typos in __indirect_glTexCoordPointer.Colin McDonald2016-07-081-5/+14
* glx: Call __glXInitVertexArrayState() with a usable gc.Colin McDonald2016-07-082-8/+12
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* glx: fix crash with bad fbconfigDaniel Czarnowski2016-06-091-0/+23
* mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov2016-05-305-21/+21
* glx/glvnd: automake: include all the sources in libglx_la_SOURCESEmil Velikov2016-05-301-2/+5
* glx/glvnd: remove the final if defined($extension) guardsEmil Velikov2016-05-301-6/+0
* glx/glvnd: rework dispatch functions/indices tables lookupEmil Velikov2016-05-302-13/+13
* glx/glvnd: Use strcmp() based binary search in FindGLXFunction()Emil Velikov2016-05-301-5/+14
* glx: Implement the libglvnd interface.Kyle Brenneman2016-05-3011-62/+1309
* scons: whitespace cleanupGiuseppe Bilotta2016-05-251-2/+2
* mesa_glinterop: make GL interop version field bidirectionalEmil Velikov2016-05-245-6/+6
* mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbolsEmil Velikov2016-05-241-2/+2
* glxcmds: glXGetFBConfigs, fix screen boundsJiri Slaby2016-05-231-1/+1
* dri3: Check for dummyContext to see if the glx_context is validStefan Dirsch2016-04-271-6/+2
* dri2: Check for dummyContext to see if the glx_context is validEgbert Eich2016-04-271-1/+1
* glx: Remove every double semi-colonJakob Sinclair2016-04-261-1/+1
* glx: Don't enclose includes inside `extern "C" { }`.Jose Fonseca2016-04-269-10/+33
* scons: Build dri_common_interop.c.Jose Fonseca2016-04-201-0/+1
* glx: implement GLX part of interop interface (v2)Marek Olšák2016-04-208-6/+192
* glx: update to updated version of EXT_create_context_es2_profileIlia Mirkin2016-02-036-21/+31
* glx/dri3: a drawable might not be bound at wait timeIlia Mirkin2015-12-211-2/+4
* glx: Fix a typo in a commentAndreas Boll2015-12-091-1/+1
* glx/dri3: Convert to use dri3 helper in loader libraryBoyan Ding2015-11-173-1372/+131
* loader: Add dri3 helperBoyan Ding2015-11-171-0/+2
* gallium/swrast: fix front buffer blitting. (v2)Dave Airlie2015-10-311-5/+14
* glx: Drop CRAY support.Matt Turner2015-10-052-102/+0
* glx: Don't hard-code the name "libGL.so.1" in driOpenDriver (v3)Kyle Brenneman2015-10-022-1/+6
* glx: Fix build errors with --enable-mangling (v2)Kyle Brenneman2015-10-022-2/+12