summaryrefslogtreecommitdiff
path: root/src/mapi/mapi_abi.py
AgeCommit message (Expand)AuthorFilesLines
2024-03-22treewide: Replace usage of macro DEBUG with MESA_DEBUG when possibleYonggang Luo1-3/+3
2023-06-12mapi: Clean up mapi_stub struct.Emma Anholt1-1/+1
2022-11-03mapi: #include "util/glheader.h" instead of #include "GL/gl.h"Yonggang Luo1-7/+7
2021-08-14python: drop python2 supportEric Engestrom1-2/+0
2021-01-28mapi: Undefine MemoryBarrierJesse Natalie1-0/+4
2019-10-10GL: drop symbols mangling supportEric Engestrom1-5/+0
2019-01-25mapi: print function declarations for shared glapiEmil Velikov1-1/+1
2019-01-24mapi: remove machinery handling CSV filesEmil Velikov1-74/+6
2019-01-24mapi: remove old, unused ES* generator codeEmil Velikov1-58/+0
2019-01-24mapi: drop unneeded gl_dispatch_stub declarationsErik Faye-Lund1-1/+2
2019-01-24mesa: correctly use os.path.join in our python scriptsEmil Velikov1-2/+2
2018-08-09python: Simplify list sortingMathieu Bridon1-4/+2
2018-08-09python: Use key-functions when sorting containersMathieu Bridon1-2/+3
2018-08-07python: Fix rich comparisonsMathieu Bridon1-8/+7
2018-07-24python: Use range() instead of xrange()Mathieu Bridon1-1/+1
2018-07-24python: Better check for keys in dictsMathieu Bridon1-6/+4
2018-07-06python: Use the print functionMathieu Bridon1-76/+78
2017-05-04mapi_abi.py: remove no longer used --mode optionEmil Velikov1-7/+2
2017-05-04mapy_abi.py: remove dead output_for_app generatorEmil Velikov1-48/+0
2017-05-04mapi: replace mapi_table abstractionEmil Velikov1-1/+1
2017-03-10nir: remove shebang from python scriptsEmil Velikov1-1/+0
2015-03-04st/vega: Remove.Jose Fonseca1-19/+1
2014-03-31mapi_abi: Make ES1 and ES2 static_dispatch=false functions hiddenIan Romanick1-4/+6
2014-03-31mapi: Hack around glGetInternalformativ not being hidden in GLESIan Romanick1-0/+8
2013-06-28mesa: Fix build with older gcc since update of glext.hTom Stellard1-4/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-15build: Move src/mapi/mapi/* to src/mapi/Matt Turner1-0/+873