| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | glx: Don't use current context in __glXSendError | Michel Dänzer | 2016-08-17 | 1 | -3/+1 |
* | glx: apple specific occurences of dummyContext check | Tapani Pälli | 2016-08-15 | 3 | -4/+4 |
* | glx: fix error code when there is no context bound | Bernard Kilarski | 2016-08-15 | 5 | -20/+33 |
* | glx: Avoid aliasing violations. | Matt Turner | 2016-07-26 | 2 | -24/+25 |
* | Avoid overflow in 'last' variable of FindGLXFunction(...) | Stefan Dirsch | 2016-07-20 | 1 | -3/+3 |
* | glx: Fix for commit 2c86668694. | Matt Turner | 2016-07-08 | 1 | -0/+2 |
* | glx: Undo memory allocation checking damage. | Matt Turner | 2016-07-08 | 1 | -5/+1 |
* | glx: Fix indirect multi-texture GL_DOUBLE coordinate arrays. | Colin McDonald | 2016-07-08 | 2 | -30/+50 |
* | glx: Correct opcode typos in __indirect_glTexCoordPointer. | Colin McDonald | 2016-07-08 | 1 | -5/+14 |
* | glx: Call __glXInitVertexArrayState() with a usable gc. | Colin McDonald | 2016-07-08 | 2 | -8/+12 |
* | Remove wrongly repeated words in comments | Giuseppe Bilotta | 2016-06-23 | 1 | -1/+1 |
* | glx: fix crash with bad fbconfig | Daniel Czarnowski | 2016-06-09 | 1 | -0/+23 |
* | mesa_glinterop: remove mesa_glinterop typedefs | Emil Velikov | 2016-05-30 | 5 | -21/+21 |
* | glx/glvnd: automake: include all the sources in libglx_la_SOURCES | Emil Velikov | 2016-05-30 | 1 | -2/+5 |
* | glx/glvnd: remove the final if defined($extension) guards | Emil Velikov | 2016-05-30 | 1 | -6/+0 |
* | glx/glvnd: rework dispatch functions/indices tables lookup | Emil Velikov | 2016-05-30 | 2 | -13/+13 |
* | glx/glvnd: Use strcmp() based binary search in FindGLXFunction() | Emil Velikov | 2016-05-30 | 1 | -5/+14 |
* | glx: Implement the libglvnd interface. | Kyle Brenneman | 2016-05-30 | 11 | -62/+1309 |
* | scons: whitespace cleanup | Giuseppe Bilotta | 2016-05-25 | 1 | -2/+2 |
* | mesa_glinterop: make GL interop version field bidirectional | Emil Velikov | 2016-05-24 | 5 | -6/+6 |
* | mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbols | Emil Velikov | 2016-05-24 | 1 | -2/+2 |
* | glxcmds: glXGetFBConfigs, fix screen bounds | Jiri Slaby | 2016-05-23 | 1 | -1/+1 |
* | dri3: Check for dummyContext to see if the glx_context is valid | Stefan Dirsch | 2016-04-27 | 1 | -6/+2 |
* | dri2: Check for dummyContext to see if the glx_context is valid | Egbert Eich | 2016-04-27 | 1 | -1/+1 |
* | glx: Remove every double semi-colon | Jakob Sinclair | 2016-04-26 | 1 | -1/+1 |
* | glx: Don't enclose includes inside `extern "C" { }`. | Jose Fonseca | 2016-04-26 | 9 | -10/+33 |
* | scons: Build dri_common_interop.c. | Jose Fonseca | 2016-04-20 | 1 | -0/+1 |
* | glx: implement GLX part of interop interface (v2) | Marek Olšák | 2016-04-20 | 8 | -6/+192 |
* | glx: update to updated version of EXT_create_context_es2_profile | Ilia Mirkin | 2016-02-03 | 6 | -21/+31 |
* | glx/dri3: a drawable might not be bound at wait time | Ilia Mirkin | 2015-12-21 | 1 | -2/+4 |
* | glx: Fix a typo in a comment | Andreas Boll | 2015-12-09 | 1 | -1/+1 |
* | glx/dri3: Convert to use dri3 helper in loader library | Boyan Ding | 2015-11-17 | 3 | -1372/+131 |
* | loader: Add dri3 helper | Boyan Ding | 2015-11-17 | 1 | -0/+2 |
* | gallium/swrast: fix front buffer blitting. (v2) | Dave Airlie | 2015-10-31 | 1 | -5/+14 |
* | glx: Drop CRAY support. | Matt Turner | 2015-10-05 | 2 | -102/+0 |
* | glx: Don't hard-code the name "libGL.so.1" in driOpenDriver (v3) | Kyle Brenneman | 2015-10-02 | 2 | -1/+6 |
* | glx: Fix build errors with --enable-mangling (v2) | Kyle Brenneman | 2015-10-02 | 2 | -2/+12 |
* | glxl/tests: Use X11_INCLUDES instead of X11_CFLAGS | Jon TURNEY | 2015-09-07 | 1 | -1/+1 |
* | mesa/glx: Resolve GCC sign-compare warning. | Rhys Kidd | 2015-08-18 | 1 | -1/+1 |
* | mesa/glx: Resolve GCC sign-compare warning. | Rhys Kidd | 2015-08-18 | 1 | -2/+1 |
* | glx: Fix __glXWireToEvent for BufferSwapComplete | Adam Jackson | 2015-08-18 | 1 | -0/+3 |
* | glx: Use _mesa_lroundevenf() in glPixelStoref(). | Matt Turner | 2015-08-04 | 1 | -12/+13 |
* | glx: Fix missing bit decl for EXT_texture_integer | Adam Jackson | 2015-07-31 | 1 | -0/+1 |
* | glx: Fix image size computation for EXT_texture_integer (v2) | Adam Jackson | 2015-07-31 | 2 | -0/+11 |
* | Revert "Match swrast modes more loosely." | Marek Olšák | 2015-07-23 | 1 | -58/+1 |
* | Match swrast modes more loosely. | Tom Hughes | 2015-07-23 | 1 | -1/+58 |
* | dri3_open: don't leak the reply | Guillaume Desmottes | 2015-07-11 | 1 | -0/+2 |
* | glx: Use loader_open_device() helper | Derek Foreman | 2015-06-23 | 1 | -9/+1 |
* | glx: fix Scons build | Brian Paul | 2015-05-22 | 1 | -1/+1 |
* | glx/dri3: Add additional check for gpu offloading case | Axel Davy | 2015-05-11 | 1 | -0/+5 |