aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/get_hash_generator.py
Commit message (Expand)AuthorAgeFilesLines
* mesa: correctly use os.path.join in our python scriptsEmil Velikov2019-01-241-4/+3
* mesa: drop unused & deprecated libEric Engestrom2018-12-041-1/+1
* python: Explicitly use a listMathieu Bridon2018-08-091-2/+2
* python: Stop using the Python 2 exception syntaxMathieu Bridon2018-07-061-1/+1
* python: Use the print functionMathieu Bridon2018-07-061-13/+15
* mesa: remove shebang from python scriptsEmil Velikov2017-03-101-1/+0
* mesa: add a GLES3.2 enums section, and expose new MS line width paramsIlia Mirkin2016-09-131-4/+11
* mesa/es3.1: Add ES 3.1 handling to get.c and get_hash_generator.pyMarta Lofstedt2015-07-291-4/+8
* mesa/main: Make get_hash.c values constant.José Fonseca2014-06-031-1/+1
* mesa: generate glGetInteger/Boolean/Float/Doublev() code for all APIsBrian Paul2013-04-171-23/+3
* Add ES 3 handling to get.c and get_hash_generator.pyMatt Turner2013-01-101-1/+7
* mesa: Avoid C99 indexed initializers.José Fonseca2012-10-101-5/+26
* mesa: glGet: add script to generate hash tables in build timeImre Deak2012-10-101-0/+214