| Commit message (Expand) | Author | Age | Files | Lines |
* | glx: use v2 of DRI_ConfigOptions | Nicolai Hähnle | 2017-08-02 | 1 | -14/+99 |
* | loader: remove clamp_swap_interval() | Eric Engestrom | 2017-08-01 | 1 | -7/+0 |
* | egl: turn one more boolean `int` into a `bool` | Eric Engestrom | 2017-06-21 | 1 | -1/+1 |
* | dri: Optionally turn off a couple of GLX extensions based on driconf options | Thomas Hellstrom | 2017-06-07 | 2 | -3/+15 |
* | dri3/GLX: Fix drawable invalidation v2 | Thomas Hellstrom | 2017-06-07 | 1 | -0/+6 |
* | glx: implement __DRIbackgroundCallableExtension.isThreadSafe | Gregory Hainaut | 2017-05-29 | 2 | -2/+25 |
* | glxglvnddispatch: Add missing dispatch for GetDriverConfig | Hans de Goede | 2017-05-17 | 2 | -0/+15 |
* | glx/apple: remove empty variable SHARED_GLAPI_CFLAGS | Emil Velikov | 2017-05-04 | 1 | -1/+0 |
* | glx/windows: remove empty variable SHARED_GLAPI_CFLAGS | Emil Velikov | 2017-05-04 | 1 | -1/+0 |
* | glx: automake: scons: remove unneeded GLX_SHARED_GLAPI define | Emil Velikov | 2017-05-04 | 2 | -5/+0 |
* | glx: glX_proto_send.py: use correct compile guard GLX_INDIRECT_RENDERING | Emil Velikov | 2017-05-04 | 1 | -1/+1 |
* | glx: add missing sRGB attribute check in fbconfigs_compatible() | Neha Bhende | 2017-04-28 | 1 | -0/+1 |
* | EGL: Implement the libglvnd interface for EGL (v3) | Kyle Brenneman | 2017-04-17 | 2 | -2/+2 |
* | glx: silence uninitialized var warning | Brian Paul | 2017-04-07 | 1 | -1/+1 |
* | glx: Remove #include <GL/glxint.h> | Adam Jackson | 2017-03-28 | 1 | -1/+0 |
* | glx: Prefer library path given by pkgconfig over the system | Topi Pohjolainen | 2017-03-23 | 1 | -0/+3 |
* | glx: Implement __DRI_BACKGROUND_CALLABLE | Paul Berry | 2017-03-16 | 2 | -1/+30 |
* | glx: don't expose systemTimeExtension for DRI2/DRI3/DRISW | Emil Velikov | 2017-03-15 | 3 | -4/+0 |
* | glx/tests: automake: add dispatch-index-check to the tarball | Emil Velikov | 2017-02-28 | 1 | -0/+1 |
* | check: add support for running test as standalone | Eric Engestrom | 2017-02-26 | 1 | -0/+5 |
* | check: make any failure fatal | Eric Engestrom | 2017-02-26 | 1 | -0/+1 |
* | check: mark two tests are requiring bash | Eric Engestrom | 2017-02-26 | 1 | -1/+1 |
* | glx: add GLXdispatchIndex sort check | Eric Engestrom | 2017-02-24 | 2 | -1/+25 |
* | glx/glvnd: Fix GLXdispatchIndex sorting | Hans de Goede | 2017-02-15 | 1 | -4/+4 |
* | glx: remove always true XDAMAGE_1_1_INTERFACE guard | Emil Velikov | 2017-02-13 | 1 | -4/+0 |
* | glx: remove DRI2DriverPrimeShift compile guards | Emil Velikov | 2017-02-13 | 1 | -2/+0 |
* | glx: remove always true ifdef guards | Emil Velikov | 2017-02-13 | 1 | -4/+0 |
* | glx: guard swap-interval functions against destroyed drawables | Nicolai Hähnle | 2017-02-06 | 2 | -3/+19 |
* | glx/dri3: guard in_current_context against a disappeared drawable | Nicolai Hähnle | 2017-02-06 | 1 | -0/+4 |
* | glx/dri3: handle NULL pointers in loader-to-DRI3 drawable conversion | Nicolai Hähnle | 2017-02-06 | 1 | -0/+2 |
* | glx/windows: automake: include builddir prior to srcdir | Emil Velikov | 2017-01-27 | 1 | -1/+1 |
* | glx/apple: automake: include builddir prior to srcdir | Emil Velikov | 2017-01-27 | 1 | -2/+2 |
* | glx: automake: include builddir prior to srcdir | Emil Velikov | 2017-01-27 | 1 | -2/+2 |
* | glx: unify GLX_SGIX_pbuffer aliased declarations | Emil Velikov | 2017-01-18 | 2 | -18/+0 |
* | glx: use GLX_ALIAS for glXGetProcAddress | Emil Velikov | 2017-01-18 | 1 | -13/+4 |
* | mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macro | Emil Velikov | 2017-01-18 | 2 | -4/+4 |
* | glx: remove always false ifdef GLX_NO_STATIC_EXTENSION_FUNCTIONS | Emil Velikov | 2017-01-18 | 1 | -5/+0 |
* | dri3: Fix MakeCurrent without a default framebuffer | Fredrik Höglund | 2017-01-05 | 1 | -4/+10 |
* | dri: make use of loader_get_extensions_name(..) helper | Christian Gmeiner | 2016-11-15 | 1 | -3/+2 |
* | Revert "dri: make use of dri_get_extensions_name(..) helper" | Emil Velikov | 2016-11-15 | 1 | -2/+3 |
* | dri: make use of dri_get_extensions_name(..) helper | Christian Gmeiner | 2016-11-15 | 1 | -3/+2 |
* | glx: make interop ABI visible again | Marek Olšák | 2016-11-04 | 1 | -2/+2 |
* | glx/windows: Add wgl.h to the sources list | Andreas Boll | 2016-11-03 | 1 | -1/+2 |
* | glx/glvnd: Use bsearch() in FindGLXFunction instead of open-coding it | Adam Jackson | 2016-11-02 | 1 | -18/+16 |
* | glx/glvnd: Fix dispatch function names and indices | Adam Jackson | 2016-11-02 | 2 | -146/+144 |
* | glx/glvnd: Don't modify the dummy slot in the dispatch table | Adam Jackson | 2016-11-02 | 1 | -0/+3 |
* | loader: remove loader_get_driver_for_fd() driver_type | Emil Velikov | 2016-10-18 | 2 | -2/+2 |
* | loader/dri3: constify the loader_dri3_vtable | Emil Velikov | 2016-10-14 | 1 | -1/+1 |
* | glx: Perform check for valid fbconfig against proper X-Screen. | Mario Kleiner | 2016-10-14 | 1 | -2/+1 |
* | loader/dri3: add get_dri_screen() to the vtable | Martin Peres | 2016-10-07 | 1 | -0/+11 |