| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build of appleglx | Jon TURNEY | 2014-05-23 | 1 | -0/+4 |
* | glx/indirect: explicitly assign struct components for glx_*_vtable | Emil Velikov | 2014-04-28 | 1 | -12/+14 |
* | glx: Fix return value from indirect_bind_context | Adam Jackson | 2013-10-25 | 1 | -4/+4 |
* | glx: Propagate failures from SendMakeCurrentRequest where possible | Adam Jackson | 2013-10-08 | 1 | -3/+4 |
* | glx: Hide xGLXMakeCurrentReply inside SendMakeCurrentRequest | Adam Jackson | 2013-10-08 | 1 | -7/+9 |
* | glx: Validate the GLX_RENDER_TYPE value | Tomasz Lis | 2013-07-18 | 1 | -0/+4 |
* | glx: Store the RENDER_TYPE in indirect rendering | Tomasz Lis | 2013-07-18 | 1 | -7/+15 |
* | Replace another malloc/memset-0 combination with calloc | Matt Turner | 2012-09-05 | 1 | -2/+1 |
* | 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 | -8/+4 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 1 | -1/+1 |
* | Remove Xcalloc/Xmalloc/Xfree calls | Matt Turner | 2012-09-05 | 1 | -14/+14 |
* | glx: Implement glx_screen_vtable::create_context_attribs for indirect contexts | Ian Romanick | 2012-01-02 | 1 | -1/+23 |
* | 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: Allow a context-specific fallback for glXGetProcAddress | Jeremy Huddleston | 2011-06-20 | 1 | -0/+1 |
* | glx: Remove (unused, broken) fastImageUnpack fast path | Adam Jackson | 2011-06-02 | 1 | -3/+0 |
* | glx: Drop broken drawable garbage collection | Kristian Høgsberg | 2010-09-08 | 1 | -0/+3 |
* | glx: Only clear the stored context tag when the context has been unbound | Jon TURNEY | 2010-09-07 | 1 | -5/+8 |
* | glx: Compare old ctx against dummyCtx, not NULL | Kristian Høgsberg | 2010-07-29 | 1 | -1/+1 |
* | glx: Split indirect and applegl implementations into different files | Kristian Høgsberg | 2010-07-28 | 1 | -0/+456 |