| Commit message (Expand) | Author | Age | Files | Lines |
* | include: move sarea.h next to it's only user | Emil Velikov | 2014-08-21 | 1 | -1/+1 |
* | glx: Add an error message when a direct renderer's createScreen() routine fails | Jon TURNEY | 2014-06-18 | 1 | -1/+3 |
* | glx/dri: explicitly assign struct components for glx_*_vtable | Emil Velikov | 2014-04-28 | 1 | -13/+13 |
* | glx/dri: use the implemented version of __DRIdamageExtension | Emil Velikov | 2014-02-23 | 1 | -2/+3 |
* | glx/dri: use the implemented version of __DRIgetDrawableInfoExtension | Emil Velikov | 2014-02-23 | 1 | -2/+3 |
* | loader: Add missing \n on message printing | Emil Velikov | 2014-01-27 | 1 | -4/+4 |
* | glx: Fix two identical null check errors in driSet/GetInterval | Juha-Pekka Heikkila | 2013-12-19 | 1 | -8/+12 |
* | glx: Add an optional function call for getting the DRI driver interface. | Eric Anholt | 2013-10-24 | 1 | -1/+1 |
* | dri: Allow config options to be passed to the loader through extensions. | Eric Anholt | 2013-10-24 | 1 | -3/+14 |
* | glx: Validate the GLX_RENDER_TYPE value | Tomasz Lis | 2013-07-18 | 1 | -0/+4 |
* | glx: Store the value of renderType while creating context | Tomasz Lis | 2013-07-18 | 1 | -0/+2 |
* | glx: move the glFlush call one layer down | Marek Olšák | 2012-12-02 | 1 | -2/+10 |
* | dri_glx: fix use after free report | Dave Airlie | 2012-12-01 | 1 | -1/+4 |
* | glx/dri1: Remove uncompiled __DRI_SWAP_BUFFER_COUNTER code. | Eric Anholt | 2012-10-09 | 1 | -61/+0 |
* | Remove useless memset after calloc | Matt Turner | 2012-09-05 | 1 | -1/+0 |
* | Use calloc instead of malloc/memset-0 | Matt Turner | 2012-09-05 | 1 | -4/+2 |
* | Remove useless checks for NULL before freeing | Matt Turner | 2012-09-05 | 1 | -4/+2 |
* | Remove Xcalloc/Xmalloc/Xfree calls | Matt Turner | 2012-09-05 | 1 | -22/+22 |
* | dri: Emit a critical error if a named driver fails to load. | Carl Worth | 2012-02-08 | 1 | -0/+2 |
* | glx: Add glx_screen_vtable::create_context_attribs | Ian Romanick | 2012-01-02 | 1 | -1/+2 |
* | glx: Send DestroyContext protocol at the correct times | Ian Romanick | 2011-12-19 | 1 | -3/+0 |
* | glx: Don't create a shared context if the other context isn't the same kind | Ian Romanick | 2011-12-19 | 1 | -0/+7 |
* | glx: Fix indirect fallback when a non-Mesa GLX extension is present. | Aaron Plattner | 2011-12-07 | 1 | -5/+16 |
* | dri: Remove all DRI1 drivers | Ian Romanick | 2011-08-26 | 1 | -2/+2 |
* | glx: Allow a context-specific fallback for glXGetProcAddress | Jeremy Huddleston | 2011-06-20 | 1 | -0/+1 |
* | glx: implement drawable refcounting. | Stéphane Marchesin | 2011-06-17 | 1 | -2/+4 |
* | glx: Fix leaks in DRI screen creation error paths. | Henri Verbeet | 2011-01-31 | 1 | -19/+20 |
* | glx: Drop broken drawable garbage collection | Kristian Høgsberg | 2010-09-08 | 1 | -2/+2 |
* | glx: Move bind and unbind to context vtable | Kristian Høgsberg | 2010-07-28 | 1 | -31/+26 |
* | glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. | Kristian Høgsberg | 2010-07-28 | 1 | -9/+9 |
* | glx: Rename __GLXscreenConfigs to struct glx_screen | Kristian Høgsberg | 2010-07-28 | 1 | -8/+8 |
* | glx: Use _X_EXPORT instead of our own PUBLIC macro | Kristian Høgsberg | 2010-07-28 | 1 | -2/+2 |
* | glx: Rename __GLcontextModes to struct glx_config | Kristian Høgsberg | 2010-07-28 | 1 | -7/+7 |
* | glx: Drop duplicate psc field in dri context struct | Kristian Høgsberg | 2010-07-26 | 1 | -3/+2 |
* | glx: Don't destroy context with XID 0 | Kristian Høgsberg | 2010-07-23 | 1 | -1/+2 |
* | glx: zero out drawable structs after allocation | Kristian Høgsberg | 2010-07-23 | 1 | -0/+1 |
* | glx: Refactor and simplify context creation | Kristian Høgsberg | 2010-07-23 | 1 | -4/+8 |
* | glx: Move context destroy to context vtable | Kristian Høgsberg | 2010-07-23 | 1 | -9/+18 |
* | glx: Move WaitGL, WaitX, UseXFont to context vtable functions | Kristian Høgsberg | 2010-07-22 | 1 | -2/+3 |
* | glx: Allocate the __GLXcontext in the DRI drivers | Kristian Høgsberg | 2010-07-22 | 1 | -19/+24 |
* | glx: Move DRI CopySubBuffer extension to DRI1 code | Kristian Høgsberg | 2010-07-19 | 1 | -4/+13 |
* | glx: Move driver_configs to DRI screen privates | Kristian Høgsberg | 2010-07-19 | 1 | -1/+3 |
* | glx: Move __DRIdrawable pointers to DRI drawable privates | Kristian Høgsberg | 2010-07-19 | 1 | -27/+46 |
* | glx: Move __driScreen into the dri screen privates | Kristian Høgsberg | 2010-07-19 | 1 | -10/+11 |
* | glx: Move DRI1 specific extensions and code to DRI1 screen private | Kristian Høgsberg | 2010-07-19 | 1 | -1/+123 |
* | glx: Add screen privates for dri drivers and moved some fields there | Kristian Høgsberg | 2010-07-19 | 1 | -49/+78 |
* | glx: Rename various DRI structs away from obnoxious __GLXfooRec convention | Kristian Høgsberg | 2010-07-19 | 1 | -14/+11 |
* | glx: Split tfp functions out to context vtable | Kristian Høgsberg | 2010-05-21 | 1 | -0/+7 |
* | apple: Change ifdefs for DRI to be DRI && !APPLE | Jeremy Huddleston | 2010-04-27 | 1 | -1/+1 |
* | Revert accidental commits from the xquartz tree | Jeremy Huddleston | 2010-04-01 | 1 | -1/+1 |