mapi/glapi: Generate sizeof() helpers instead of fixed sizes.
[mesa.git] / src / mapi / glapi / gen / gl_XML.py
2019-11-22 Markus Wickmapi/glapi: Generate sizeof() helpers instead of fixed...
2019-06-10 Emil Velikovmapi: correctly handle the full offset table
2019-01-24 Emil Velikovmapi: remove old, unused ES* generator code
2019-01-24 Emil Velikovmapi: add all _glapi_table entrypoints to static_data.py
2018-07-24 Mathieu Bridonpython: Better use iterators
2018-07-24 Mathieu Bridonpython: Better sort dictionary keys/values
2018-07-24 Mathieu Bridonpython: Better iterate over dictionaries
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: Stop using the Python 2 exception syntax
2018-07-06 Mathieu Bridonpython: Use the print function
2018-07-05 Mathieu Bridonpython: Stabilize some script outputs
2017-05-04 Timothy Arceriglapi: add KHR_no_error support to dispatch table gener...
2017-03-10 Emil Velikovmapi/gen: remove shebang from python scripts
2016-05-17 Adam Jacksonglapi: Define PURE for Sun Studio as well
2016-05-17 Adam Jacksonglapi: Harden GLX request size processing (v2)
2016-05-17 Adam Jacksonglapi: Fix whitespace droppings when printing the licen...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-02 Jose FonsecaRemove Sun CC specific code.
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-16 Ian Romanickglapi: Use the offsets from static_data.py instead...
2015-05-16 Ian Romanickglapi: Store list of functions with static dispatch...
2015-05-16 Ian Romanickglapi: Store static dispatch offsets in a separate...
2014-03-26 José Fonsecamapi/glapi: Use ElementTree instead of libxml2.
2013-04-19 Paul Berryglapi: skip padding in get_called_parameter_string
2012-11-12 Paul Berryglapi: Remove handling of mesa_name XML attribute.
2012-11-06 Paul Berryglapi/gen: handle new XML attributes.
2012-11-06 Paul Berryglapi/gen: Gather API version info across aliased funct...
2012-11-06 Paul Berryglapi/gen: Comment fix.
2012-11-01 Paul Berrydispatch: properly handle parameter name mismatches...
2012-10-16 Paul Berryglapi: Read GLES information from XML.
2012-10-16 Paul Berryglapi: use new-style Python classes.
2012-10-10 Paul Berryglapi: Reformat python code generation scripts to use...
2012-03-11 José Fonsecaglapi/gen: Add support for pointer types.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-13 Chia-I Wuglapi: add methods to filter functions
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-23 José Fonsecamapi/glapi: Avoid warnings about visibility being unsup...
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-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-07 Chia-I Wuglapi: Move to src/mapi/.