summaryrefslogtreecommitdiffstats
path: root/src/glx/indirect_glx.c
Commit message (Expand)AuthorAgeFilesLines
* glx: Call __glXInitVertexArrayState() with a usable gc.Colin McDonald2016-07-081-8/+0
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* Fix build of appleglxJon TURNEY2014-05-231-0/+4
* glx/indirect: explicitly assign struct components for glx_*_vtableEmil Velikov2014-04-281-12/+14
* glx: Fix return value from indirect_bind_contextAdam Jackson2013-10-251-4/+4
* glx: Propagate failures from SendMakeCurrentRequest where possibleAdam Jackson2013-10-081-3/+4
* glx: Hide xGLXMakeCurrentReply inside SendMakeCurrentRequestAdam Jackson2013-10-081-7/+9
* glx: Validate the GLX_RENDER_TYPE valueTomasz Lis2013-07-181-0/+4
* glx: Store the RENDER_TYPE in indirect renderingTomasz Lis2013-07-181-7/+15
* Replace another malloc/memset-0 combination with callocMatt Turner2012-09-051-2/+1
* Use calloc instead of malloc/memset-0Matt Turner2012-09-051-4/+2
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-8/+4
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-14/+14
* glx: Implement glx_screen_vtable::create_context_attribs for indirect contextsIan Romanick2012-01-021-1/+23
* glx: Add glx_screen_vtable::create_context_attribsIan Romanick2012-01-021-1/+2
* glx: Send DestroyContext protocol at the correct timesIan Romanick2011-12-191-3/+0
* glx: Allow a context-specific fallback for glXGetProcAddressJeremy Huddleston2011-06-201-0/+1
* glx: Remove (unused, broken) fastImageUnpack fast pathAdam Jackson2011-06-021-3/+0
* glx: Drop broken drawable garbage collectionKristian Høgsberg2010-09-081-0/+3
* glx: Only clear the stored context tag when the context has been unboundJon TURNEY2010-09-071-5/+8
* glx: Compare old ctx against dummyCtx, not NULLKristian Høgsberg2010-07-291-1/+1
* glx: Split indirect and applegl implementations into different filesKristian Høgsberg2010-07-281-0/+456