| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | glx: Refactor and simplify context creation | Kristian Høgsberg | 2010-07-23 | 1 | -0/+11 |
* | glx: Move context destroy to context vtable | Kristian Høgsberg | 2010-07-23 | 1 | -3/+7 |
* | glx: Drop screen argument to GetGLXDRIDrawable | Kristian Høgsberg | 2010-07-22 | 1 | -1/+1 |
* | glx: Move WaitGL, WaitX, UseXFont to context vtable functions | Kristian Høgsberg | 2010-07-22 | 1 | -3/+6 |
* | glx: Allocate the __GLXcontext in the DRI drivers | Kristian Høgsberg | 2010-07-22 | 1 | -20/+11 |
* | glx: Use _Xglobal_lock for protecting extension display list | Kristian Høgsberg | 2010-07-22 | 1 | -0/+4 |
* | glx: Move last few dri_interface.h types out of glxclient.h and drop include | Kristian Høgsberg | 2010-07-21 | 1 | -5/+3 |
* | glx: Move __driContext field out of __GLXcontextRec | Kristian Høgsberg | 2010-07-21 | 1 | -1/+0 |
* | glx: #ifdef DRI specific prototype | Kristian Høgsberg | 2010-07-20 | 1 | -0/+2 |
* | glx: Move DRI CopySubBuffer extension to DRI1 code | Kristian Høgsberg | 2010-07-19 | 1 | -5/+0 |
* | glx: Move driver_configs to DRI screen privates | Kristian Høgsberg | 2010-07-19 | 1 | -2/+0 |
* | glx: Move drawHash to display private | Kristian Høgsberg | 2010-07-19 | 1 | -1/+2 |
* | glx: Don't use __glXInitialize() when we might be holding __glXLock() | Kristian Høgsberg | 2010-07-19 | 1 | -0/+2 |
* | glx: Move __DRIdrawable pointers to DRI drawable privates | Kristian Høgsberg | 2010-07-19 | 1 | -1/+0 |
* | glx: Remove support for MESA_swap_frame_usage | Kristian Høgsberg | 2010-07-19 | 1 | -4/+0 |
* | glx: Move __driScreen into the dri screen privates | Kristian Høgsberg | 2010-07-19 | 1 | -1/+0 |
* | glx: Move DRI1 specific extensions and code to DRI1 screen private | Kristian Høgsberg | 2010-07-19 | 1 | -9/+1 |
* | glx: Move DRI2 extensions to DRI2 screen private | Kristian Høgsberg | 2010-07-19 | 1 | -12/+0 |
* | glx: Drop support for GLX_MESA_allocate_memory | Kristian Høgsberg | 2010-07-19 | 1 | -4/+0 |