summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* 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
* glxl/tests: Use X11_INCLUDES instead of X11_CFLAGSJon TURNEY2015-09-071-1/+1
* mesa/glx: Resolve GCC sign-compare warning.Rhys Kidd2015-08-181-1/+1
* mesa/glx: Resolve GCC sign-compare warning.Rhys Kidd2015-08-181-2/+1
* glx: Fix __glXWireToEvent for BufferSwapCompleteAdam Jackson2015-08-181-0/+3
* glx: Use _mesa_lroundevenf() in glPixelStoref().Matt Turner2015-08-041-12/+13
* glx: Fix missing bit decl for EXT_texture_integerAdam Jackson2015-07-311-0/+1
* glx: Fix image size computation for EXT_texture_integer (v2)Adam Jackson2015-07-312-0/+11
* Revert "Match swrast modes more loosely."Marek Olšák2015-07-231-58/+1
* Match swrast modes more loosely.Tom Hughes2015-07-231-1/+58
* dri3_open: don't leak the replyGuillaume Desmottes2015-07-111-0/+2
* glx: Use loader_open_device() helperDerek Foreman2015-06-231-9/+1