| Commit message (Expand) | Author | Age | Files | Lines |
* | direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI") | Jon Turney | 2016-09-15 | 1 | -2/+9 |
* | mesa_glinterop: remove mesa_glinterop typedefs | Emil Velikov | 2016-05-30 | 1 | -6/+6 |
* | glx: Implement the libglvnd interface. | Kyle Brenneman | 2016-05-30 | 1 | -0/+5 |
* | mesa_glinterop: make GL interop version field bidirectional | Emil Velikov | 2016-05-24 | 1 | -1/+1 |
* | glx: Don't enclose includes inside `extern "C" { }`. | Jose Fonseca | 2016-04-26 | 1 | -0/+9 |
* | glx: implement GLX part of interop interface (v2) | Marek Olšák | 2016-04-20 | 1 | -0/+9 |
* | glx: remove support for non-multithreaded platforms | Emil Velikov | 2015-03-11 | 1 | -17/+1 |
* | Revert "glx: remove support for non-multithreaded platforms" | Emil Velikov | 2015-03-06 | 1 | -1/+17 |
* | glx: remove unneeded ifdef _WIN32 guard | Emil Velikov | 2015-03-06 | 1 | -2/+0 |
* | glx: remove support for non-multithreaded platforms | Emil Velikov | 2015-03-06 | 1 | -17/+1 |
* | glx: use ARRAY_SIZE from macros.h | Brian Paul | 2015-03-04 | 1 | -1/+1 |
* | glx: remove __glXstrdup() | Juha-Pekka Heikkila | 2014-12-16 | 1 | -3/+0 |
* | dri3: Add GLX_EXT_buffer_age support | Adel Gadllah | 2014-03-13 | 1 | -0/+1 |
* | glx: Simplify __glxGetMscRate, it only needs the screen, not a drawable | Lauri Kasanen | 2013-12-20 | 1 | -1/+1 |
* | glx: change query_renderer_integer() value param to unsigned | Brian Paul | 2013-11-11 | 1 | -1/+1 |
* | Add DRI3+Present loader | Keith Packard | 2013-11-07 | 1 | -0/+2 |
* | glx: Add functions and GLX plumbing for GLX_MESA_query_renderer | Ian Romanick | 2013-11-07 | 1 | -1/+6 |
* | glx: Validate the GLX_RENDER_TYPE value | Tomasz Lis | 2013-07-18 | 1 | -0/+3 |
* | glx: Store the RENDER_TYPE in indirect rendering | Tomasz Lis | 2013-07-18 | 1 | -0/+7 |
* | glx: move the glFlush call one layer down | Marek Olšák | 2012-12-02 | 1 | -2/+2 |
* | build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition | Matt Turner | 2012-10-01 | 1 | -4/+4 |
* | Use the correct macro _WIN32 for Windows. | Vinson Lee | 2012-09-05 | 1 | -1/+1 |
* | glx: Don't use glapitable.h at all | Ian Romanick | 2012-08-08 | 1 | -1/+0 |
* | glx: Don't use 'new' as a function parameter name | Ian Romanick | 2012-01-02 | 1 | -1/+1 |
* | glx: Initial implementation of glXCreateContextAttribsARB | Ian Romanick | 2012-01-02 | 1 | -0/+2 |
* | glx: Add glx_screen_vtable::create_context_attribs | Ian Romanick | 2012-01-02 | 1 | -0/+8 |
* | glx: Add __glX_send_client_info super function | Ian Romanick | 2012-01-02 | 1 | -0/+3 |
* | glx: Send DestroyContext protocol at the correct times | Ian Romanick | 2011-12-19 | 1 | -3/+0 |
* | GLX/DRI2: handle swap event swap count wrapping | Jesse Barnes | 2011-07-08 | 1 | -0/+16 |
* | glx: Allow a context-specific fallback for glXGetProcAddress | Jeremy Huddleston | 2011-06-20 | 1 | -1/+1 |
* | glx: implement drawable refcounting. | Stéphane Marchesin | 2011-06-17 | 1 | -0/+1 |
* | apple: Dead code removal | Jeremy Huddleston | 2011-06-13 | 1 | -1/+0 |
* | apple: Build darwin using applegl rather than indirect | Jeremy Huddleston | 2011-06-05 | 1 | -0/+12 |
* | apple: Re-add driContext and do_destroy | Jeremy Huddleston | 2011-06-05 | 1 | -0/+5 |
* | glx: Remove (unused, broken) fastImageUnpack fast path | Adam Jackson | 2011-06-02 | 1 | -8/+0 |
* | mesa: Add new MESA_multithread_makecurrent extension. | Eric Anholt | 2011-02-26 | 1 | -2/+2 |
* | glx: Fix leaks in DRI2 screen creation error paths. | Henri Verbeet | 2011-01-31 | 1 | -0/+2 |
* | glx: remove duplicated include | Nicolas Kaiser | 2010-09-30 | 1 | -2/+0 |
* | glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x build | Luca Barbieri | 2010-09-22 | 1 | -0/+1 |
* | glx: Set an all NULL vtable for dummyContext | Kristian Høgsberg | 2010-09-07 | 1 | -2/+2 |
* | glx: Move dpy and scr fields out of direct rendering conditional | Kristian Høgsberg | 2010-09-07 | 1 | -3/+3 |
* | glx: Compare old ctx against dummyCtx, not NULL | Kristian Høgsberg | 2010-07-29 | 1 | -0/+2 |
* | glx: Split indirect and applegl implementations into different files | Kristian Høgsberg | 2010-07-28 | 1 | -5/+4 |
* | glx: Move bind and unbind to context vtable | Kristian Høgsberg | 2010-07-28 | 1 | -17/+8 |
* | glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. | Kristian Høgsberg | 2010-07-28 | 1 | -39/+39 |
* | glx: Rename __GLXscreenConfigs to struct glx_screen | Kristian Høgsberg | 2010-07-28 | 1 | -16/+15 |
* | glx: Use _X_EXPORT instead of our own PUBLIC macro | Kristian Høgsberg | 2010-07-28 | 1 | -18/+1 |
* | glx: Rename glcontextmodes.[ch] to glxconfig.[ch] | Kristian Høgsberg | 2010-07-28 | 1 | -1/+1 |
* | glx: Rename __GLcontextModes to struct glx_config | Kristian Høgsberg | 2010-07-28 | 1 | -9/+9 |
* | glx: Stop using glcore.h and glxint.h in glx | Kristian Høgsberg | 2010-07-28 | 1 | -2/+1 |