glx: Fix build and warnings with -Dglx=dri -Dglx-direct=false
[mesa.git] / src / mapi / glapi / gen / glX_proto_send.py
2020-07-23 Adam Jacksonglx: Fix build and warnings with -Dglx=dri -Dglx-direct...
2019-09-12 Adam Jacksonglx: Remove unused indirection for glx_context->fillImage
2018-08-07 Mathieu Bridonpython: Use explicit integer divisions
2018-07-24 Mathieu Bridonpython: Use range() instead of xrange()
2018-07-24 Mathieu Bridonpython: Better sort dictionary keys/values
2018-07-24 Mathieu Bridonpython: Stop using the string module
2018-07-24 Mathieu Bridonpython: Better check for keys in dicts
2018-07-06 Mathieu Bridonpython: Use the print function
2017-05-04 Emil Velikovglx: glX_proto_send.py: use correct compile guard GLX_I...
2017-03-10 Emil Velikovmapi/gen: remove shebang from python scripts
2017-01-13 Boyan DingglX_proto_send.py: Unify the style of function pointer...
2016-06-08 Adam Jacksonglapi/glx: Add overflow checks to the client-side indir...
2016-05-17 Adam Jacksonglapi: Harden GLX request size processing (v2)
2016-05-17 Adam Jacksonglapi: Add the safe_{add,mul,pad} functions from xserver
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-22 Dylan Bakerglapi: glX_proto_send.py: use a main function.
2015-05-22 Dylan Bakerglapi: glX_proto_send.py: use argparse instead of getopt
2015-04-27 Zoë BladeFix a few typos
2014-05-23 Jon TURNEYFix build of appleglx
2014-03-03 Brian Paulmesa: remove empty glthread.h file
2014-01-06 Juha-Pekka Heikkilaglx: Add missing null check in __glXNewIndirectAPI()
2013-02-19 Stefan Brünsglx: fix glGetTexLevelParameteriv for indirect rendering
2012-10-10 Paul Berryglapi: Reformat python code generation scripts to use...
2012-10-09 Eric Anholtglx: Remove the last user of -DUSE_XCB.
2012-09-28 Eric Anholtglx: Fix compile warnings since 99fee476a102be898a1a093...
2012-09-07 Brian Paulglapi/glx: rename 'table' variable to 'disp_table'
2012-09-06 Matt TurnerglX_proto_send.py: Don't cast the return value of malloc
2012-09-06 Matt TurnerglX_proto_send.py: Remove deprecated Xmalloc/Xfree...
2012-08-27 Julien Cristauglapi/glx: call __glEmptyImage if USE_XCB, not memcpy...
2012-08-08 Ian Romanickglx: Don't use glapitable.h at all
2012-08-08 Ian Romanickglx: Don't rely on struct _glapi_table
2012-01-24 Matt TurnerRevert "Always build shared glapi"
2012-01-20 Matt TurnerAlways build shared glapi
2011-12-14 Ian Romanickglapi/glx: For GLX code, use the existing _X_HIDDEN...
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Chia-I Wuglapi: Fix OpenGL and OpenGL ES interop.
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-27 Chia-I Wuglapi: Do not use glapioffsets.h.
2010-10-27 Chia-I Wuglapi: Do not use glapidispatch.h.
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-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-30 Luca Barbieriglapi: fix generator which got out of sync with the...
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-28 Kristian Høgsbergglx: Move bind and unbind to context vtable
2010-07-28 Kristian Høgsbergglx: Rename __GLXcontext and __GLXdisplayPrivate to...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-12 Brian Paulglapi: fix generator scripts w.r.t. GLX_USE_APPLEGL
2010-05-07 Chia-I Wuglapi: Move to src/mapi/.