summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-21glx/dri3: a drawable might not be bound at wait timeIlia Mirkin1-2/+4
2015-12-09glx: Fix a typo in a commentAndreas Boll1-1/+1
2015-11-17glx/dri3: Convert to use dri3 helper in loader libraryBoyan Ding3-1372/+131
2015-11-17loader: Add dri3 helperBoyan Ding1-0/+2
2015-10-31gallium/swrast: fix front buffer blitting. (v2)Dave Airlie1-5/+14
2015-10-05glx: Drop CRAY support.Matt Turner2-102/+0
2015-10-02glx: Don't hard-code the name "libGL.so.1" in driOpenDriver (v3)Kyle Brenneman2-1/+6
2015-10-02glx: Fix build errors with --enable-mangling (v2)Kyle Brenneman2-2/+12
2015-09-07glxl/tests: Use X11_INCLUDES instead of X11_CFLAGSJon TURNEY1-1/+1
2015-08-18mesa/glx: Resolve GCC sign-compare warning.Rhys Kidd1-1/+1
2015-08-18mesa/glx: Resolve GCC sign-compare warning.Rhys Kidd1-2/+1
2015-08-18glx: Fix __glXWireToEvent for BufferSwapCompleteAdam Jackson1-0/+3
2015-08-04glx: Use _mesa_lroundevenf() in glPixelStoref().Matt Turner1-12/+13
2015-07-31glx: Fix missing bit decl for EXT_texture_integerAdam Jackson1-0/+1
2015-07-31glx: Fix image size computation for EXT_texture_integer (v2)Adam Jackson2-0/+11
2015-07-23Revert "Match swrast modes more loosely."Marek Olšák1-58/+1
2015-07-23Match swrast modes more loosely.Tom Hughes1-1/+58
2015-07-11dri3_open: don't leak the replyGuillaume Desmottes1-0/+2