glx: Eliminate glx_config::{rgb,float,colorIndex}Mode
[mesa.git] / src / glx / indirect_glx.c
2017-11-13 Adam Jacksonglx: Lower GLX opcode lookup into SendMakeCurrentRequest
2017-09-12 Eric Engestromglx: turn LIBGL_NO_DRAWARRAYS into a boolean
2016-07-08 Colin McDonaldglx: Call __glXInitVertexArrayState() with a usable gc.
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2014-05-23 Jon TURNEYFix build of appleglx
2014-04-28 Emil Velikovglx/indirect: explicitly assign struct components for...
2013-10-25 Adam Jacksonglx: Fix return value from indirect_bind_context
2013-10-08 Adam Jacksonglx: Propagate failures from SendMakeCurrentRequest...
2013-10-08 Adam Jacksonglx: Hide xGLXMakeCurrentReply inside SendMakeCurrentRe...
2013-07-18 Tomasz Lisglx: Validate the GLX_RENDER_TYPE value
2013-07-18 Tomasz Lisglx: Store the RENDER_TYPE in indirect rendering
2012-09-06 Matt TurnerReplace another malloc/memset-0 combination with calloc
2012-09-06 Matt TurnerUse calloc instead of malloc/memset-0
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-06 Matt TurnerRemove Xcalloc/Xmalloc/Xfree calls
2012-01-02 Ian Romanickglx: Implement glx_screen_vtable::create_context_attrib...
2012-01-02 Ian Romanickglx: Add glx_screen_vtable::create_context_attribs
2011-12-19 Ian Romanickglx: Send DestroyContext protocol at the correct times
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-20 Jeremy Huddlestonglx: Allow a context-specific fallback for glXGetProcAd...
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-02 Adam Jacksonglx: Remove (unused, broken) fastImageUnpack fast path
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-08 Kristian Høgsbergglx: Drop broken drawable garbage collection
2010-09-07 Jon TURNEYglx: Only clear the stored context tag when the context...
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-29 Kristian Høgsbergglx: Compare old ctx against dummyCtx, not NULL
2010-07-28 Kristian Høgsbergglx: Split indirect and applegl implementations into...