summaryrefslogtreecommitdiff
path: root/src/glx/indirect_glx.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-25glx: Fix return value from indirect_bind_contextAdam Jackson1-4/+4
2013-10-08glx: Propagate failures from SendMakeCurrentRequest where possibleAdam Jackson1-3/+4
2013-10-08glx: Hide xGLXMakeCurrentReply inside SendMakeCurrentRequestAdam Jackson1-7/+9
2013-07-18glx: Validate the GLX_RENDER_TYPE valueTomasz Lis1-0/+4
2013-07-18glx: Store the RENDER_TYPE in indirect renderingTomasz Lis1-7/+15
2012-09-05Replace another malloc/memset-0 combination with callocMatt Turner1-2/+1
2012-09-05Use calloc instead of malloc/memset-0Matt Turner1-4/+2
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-8/+4
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-1/+1
2012-09-05Remove Xcalloc/Xmalloc/Xfree callsMatt Turner1-14/+14
2012-01-02glx: Implement glx_screen_vtable::create_context_attribs for indirect contextsIan Romanick1-1/+23
2012-01-02glx: Add glx_screen_vtable::create_context_attribsIan Romanick1-1/+2
2011-12-19glx: Send DestroyContext protocol at the correct timesIan Romanick1-3/+0
2011-06-20glx: Allow a context-specific fallback for glXGetProcAddressJeremy Huddleston1-0/+1
2011-06-02glx: Remove (unused, broken) fastImageUnpack fast pathAdam Jackson1-3/+0
2010-09-08glx: Drop broken drawable garbage collectionKristian Høgsberg1-0/+3
2010-09-07glx: Only clear the stored context tag when the context has been unboundJon TURNEY1-5/+8
2010-07-29glx: Compare old ctx against dummyCtx, not NULLKristian Høgsberg1-1/+1
2010-07-28glx: Split indirect and applegl implementations into different filesKristian Høgsberg1-0/+456