summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
2017-03-14glx: guard swap-interval functions against destroyed drawablesNicolai Hähnle2-3/+19
2017-03-14glx/dri3: guard in_current_context against a disappeared drawableNicolai Hähnle1-0/+4
2017-03-14glx/dri3: handle NULL pointers in loader-to-DRI3 drawable conversionNicolai Hähnle1-0/+2
2017-02-16glx/glvnd: Fix GLXdispatchIndex sortingHans de Goede1-4/+4
2017-02-09glx/windows: automake: include builddir prior to srcdirEmil Velikov1-1/+1
2017-02-09glx/apple: automake: include builddir prior to srcdirEmil Velikov1-2/+2
2017-02-09glx: automake: include builddir prior to srcdirEmil Velikov1-2/+2
2017-01-24dri3: Fix MakeCurrent without a default framebufferFredrik Höglund1-4/+10
2016-11-09glx: make interop ABI visible againMarek Olšák1-2/+2
2016-11-09glx/windows: Add wgl.h to the sources listAndreas Boll1-1/+2
2016-11-09glx/glvnd: Fix dispatch function names and indicesAdam Jackson2-146/+144
2016-11-09glx/glvnd: Don't modify the dummy slot in the dispatch tableAdam Jackson1-0/+3
2016-10-18loader: remove loader_get_driver_for_fd() driver_typeEmil Velikov2-2/+2
2016-10-14loader/dri3: constify the loader_dri3_vtableEmil Velikov1-1/+1
2016-10-14glx: Perform check for valid fbconfig against proper X-Screen.Mario Kleiner1-2/+1
2016-10-07loader/dri3: add get_dri_screen() to the vtableMartin Peres1-0/+11
2016-10-06glx: rename choose_visual(), drop const argumentEmil Velikov1-15/+11
2016-10-06glx: return GL_FALSE from glx_screen_init where applicable.Emil Velikov1-2/+5
2016-10-06glx: correctly mask the drawableType for GLX_ARB_fbconfig_floatEmil Velikov1-1/+1
2016-09-15direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI")Jon Turney16-2/+2050
2016-09-05glx/glvnd: list the strcmp arguments in correct orderEmil Velikov1-2/+2
2016-08-17glx: Don't use current context in __glXSendErrorMichel Dänzer1-3/+1
2016-08-15glx: apple specific occurences of dummyContext checkTapani Pälli3-4/+4
2016-08-15glx: fix error code when there is no context boundBernard Kilarski5-20/+33
2016-07-26glx: Avoid aliasing violations.Matt Turner2-24/+25
2016-07-20Avoid overflow in 'last' variable of FindGLXFunction(...)Stefan Dirsch1-3/+3
2016-07-08glx: Fix for commit 2c86668694.Matt Turner1-0/+2
2016-07-08glx: Undo memory allocation checking damage.Matt Turner1-5/+1
2016-07-08glx: Fix indirect multi-texture GL_DOUBLE coordinate arrays.Colin McDonald2-30/+50
2016-07-08glx: Correct opcode typos in __indirect_glTexCoordPointer.Colin McDonald1-5/+14
2016-07-08glx: Call __glXInitVertexArrayState() with a usable gc.Colin McDonald2-8/+12
2016-06-23Remove wrongly repeated words in commentsGiuseppe Bilotta1-1/+1
2016-06-09glx: fix crash with bad fbconfigDaniel Czarnowski1-0/+23
2016-05-30mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov5-21/+21
2016-05-30glx/glvnd: automake: include all the sources in libglx_la_SOURCESEmil Velikov1-2/+5
2016-05-30glx/glvnd: remove the final if defined($extension) guardsEmil Velikov1-6/+0
2016-05-30glx/glvnd: rework dispatch functions/indices tables lookupEmil Velikov2-13/+13
2016-05-30glx/glvnd: Use strcmp() based binary search in FindGLXFunction()Emil Velikov1-5/+14
2016-05-30glx: Implement the libglvnd interface.Kyle Brenneman11-62/+1309
2016-05-25scons: whitespace cleanupGiuseppe Bilotta1-2/+2
2016-05-24mesa_glinterop: make GL interop version field bidirectionalEmil Velikov5-6/+6
2016-05-24mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbolsEmil Velikov1-2/+2
2016-05-23glxcmds: glXGetFBConfigs, fix screen boundsJiri Slaby1-1/+1
2016-04-27dri3: Check for dummyContext to see if the glx_context is validStefan Dirsch1-6/+2
2016-04-27dri2: Check for dummyContext to see if the glx_context is validEgbert Eich1-1/+1
2016-04-26glx: Remove every double semi-colonJakob Sinclair1-1/+1
2016-04-26glx: Don't enclose includes inside `extern "C" { }`.Jose Fonseca9-10/+33
2016-04-20scons: Build dri_common_interop.c.Jose Fonseca1-0/+1
2016-04-20glx: implement GLX part of interop interface (v2)Marek Olšák8-6/+192
2016-02-03glx: update to updated version of EXT_create_context_es2_profileIlia Mirkin6-21/+31