| Commit message (Expand) | Author | Age | Files | Lines |
* | apple/glx/log: added missing va_end() after va_copy() | Andrii Simiklit | 2018-09-06 | 1 | -0/+1 |
* | glx: GLX_MESA_multithread_makecurrent is direct-only | Adam Jackson | 2018-08-09 | 1 | -1/+1 |
* | automake: require shared glapi when using DRI based libGL | Emil Velikov | 2018-08-08 | 1 | -4/+1 |
* | Make glXChooseFBConfig handle unspecified sRGB correctly | Jon Turney | 2018-07-31 | 2 | -2/+3 |
* | glx: Don't allow glXMakeContextCurrent() with only one valid drawable | Adam Jackson | 2018-07-09 | 1 | -0/+7 |
* | glx: Fix number of property values to read in glXImportContextEXT | Michel Dänzer | 2018-06-05 | 1 | -1/+1 |
* | glx/drisw: make the shm/non-shm loader extensions separately. | Dave Airlie | 2018-05-30 | 1 | -8/+24 |
* | drisw/glx: implement getImageShm | Marc-André Lureau | 2018-05-30 | 1 | -1/+30 |
* | drisw/glx: use XShm if possible | Marc-André Lureau | 2018-05-30 | 2 | -24/+144 |
* | meson: allow empty sources when using link_whole | Dylan Baker | 2018-04-24 | 1 | -8/+1 |
* | meson: fix warnings about comparing unlike types | Dylan Baker | 2018-04-06 | 2 | -2/+2 |
* | x11: Only report supported DRI3/Present versions | Daniel Stone | 2018-03-30 | 1 | -6/+16 |
* | dri3: Don't fail on version mismatch | Daniel Stone | 2018-03-20 | 1 | -2/+6 |
* | glx: remove empty GLX_SGIX_swap_group stubs | Emil Velikov | 2018-03-12 | 4 | -30/+0 |
* | glx: remove empty GLX_SGIX_swap_barrier stubs | Emil Velikov | 2018-03-12 | 4 | -48/+0 |
* | egl/x11: Re-allocate buffers if format is suboptimal | Louis-Francis Ratté-Boulianne | 2018-03-09 | 1 | -1/+3 |
* | egl/x11: Support DRI3 v1.1 | Louis-Francis Ratté-Boulianne | 2018-03-09 | 1 | -1/+9 |
* | glx/apple: Ship meson build file in tarball | Thierry Reding | 2018-03-08 | 1 | -1/+3 |
* | glx/dri: Add a driconf option to disable GLX_SGI_video_sync | Thomas Hellstrom | 2018-03-08 | 2 | -4/+11 |
* | loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callback | Thomas Hellstrom | 2018-02-20 | 1 | -0/+11 |
* | meson: build src/glx/apple | Jon Turney | 2018-02-05 | 2 | -0/+65 |
* | meson: Don't confuse the install and search paths for dri drivers | Dylan Baker | 2018-02-02 | 1 | -2/+2 |
* | glx/test: fix building for osx | Jon Turney | 2018-02-02 | 2 | -0/+16 |
* | meson: don't install windows headers on non-windows platforms | Marc Dietrich | 2018-02-01 | 1 | -1/+3 |
* | glx/apple: locate dispatch table functions to wrap by name | Jon Turney | 2018-02-01 | 1 | -7/+5 |
* | glx/apple: include util/debug.h for env_var_as_boolean prototype | Jon Turney | 2018-02-01 | 2 | -0/+2 |
* | autotools: include meson build files in tarball | Dylan Baker | 2018-01-19 | 3 | -2/+4 |
* | glx: fix non-dri build | Samuel Thibault | 2018-01-16 | 1 | -0/+4 |
* | meson: add variable for including include/GL/internal | Dylan Baker | 2018-01-11 | 2 | -10/+4 |
* | meson: Use consistent style for tests | Dylan Baker | 2018-01-11 | 1 | -11/+11 |
* | meson: Use consistent style | Dylan Baker | 2018-01-11 | 1 | -1/+4 |
* | meson: fix glx-test race | Dylan Baker | 2017-12-13 | 1 | -1/+1 |
* | meson: fix underlinkage without dri3 | Dylan Baker | 2017-12-04 | 1 | -1/+2 |
* | meson: Reformat glx code to match more common style | Dylan Baker | 2017-12-04 | 1 | -5/+8 |
* | glx: Prepare driFetchDrawable for no-config contexts | Adam Jackson | 2017-12-01 | 3 | -8/+30 |
* | glx: Use __glXSendError instead of open-coding it | Adam Jackson | 2017-12-01 | 2 | -26/+4 |
* | glx: Simplify some dummy vtable interactions | Adam Jackson | 2017-12-01 | 1 | -5/+5 |
* | glx/dri3: Remove unused deviceName variable | Vadym Shovkoplias | 2017-12-01 | 1 | -4/+1 |
* | meson: fix deps and underlinkage of libGL | Jon Turney | 2017-11-30 | 1 | -0/+1 |
* | meson: build src/glx/windows | Jon Turney | 2017-11-30 | 2 | -10/+83 |
* | meson: replace with_*dri with with_dri_platform | Dylan Baker | 2017-11-22 | 1 | -2/+2 |
* | glx/dri3: Fix passing renderType into glXCreateContext | Adam Jackson | 2017-11-13 | 1 | -1/+2 |
* | glx/drisw: Fix glXMakeCurrent(dpy, None, ctx) | Adam Jackson | 2017-11-13 | 1 | -4/+2 |
* | glx: Lower GLX opcode lookup into SendMakeCurrentRequest | Adam Jackson | 2017-11-13 | 1 | -9/+7 |
* | meson: move gl pkgconfig generation out of glx | Dylan Baker | 2017-11-10 | 1 | -11/+0 |
* | glx/windows: Fix building libwindowsdri when libX11 headers are installed in ... | Jon Turney | 2017-11-10 | 1 | -0/+3 |
* | Revert "glx: Implement GLX_EXT_no_config_context (v2)" | Adam Jackson | 2017-11-09 | 6 | -31/+13 |
* | glx: Implement GLX_EXT_no_config_context (v2) | Adam Jackson | 2017-11-09 | 6 | -13/+31 |
* | glx: Prepare the DRI backends for GLX_EXT_no_config_context | Adam Jackson | 2017-11-09 | 3 | -6/+7 |
* | glx: Relax validate_renderType_against_config for EXT_no_config_context | Adam Jackson | 2017-11-09 | 1 | -13/+17 |