aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gl_table.py
Commit message (Expand)AuthorAgeFilesLines
* python: Use the print functionMathieu Bridon2018-07-061-62/+64
* gl_table.py: add extern C guard for the generated glapitable.hEmil Velikov2017-11-271-0/+8
* gl_table.py: always regenerate the complete struct _glapi_tableEmil Velikov2017-05-041-6/+0
* mapi/gen: remove shebang from python scriptsEmil Velikov2017-03-101-1/+0
* glapi: gl_table.py: remove unused variable 'es'Emil Velikov2015-06-231-49/+8
* glapi: Avoid argparse type argument for API XML input files.Jose Fonseca2015-05-261-4/+5
* glapi: gl_table.py: replace getopt with argparse.Dylan Baker2015-05-221-37/+33
* glapi: gl_table.py: Fix some low hanging style issuesDylan Baker2015-05-221-16/+26
* glapi: no longer emit #include "mfeatures.h" in generated filesBrian Paul2013-04-171-6/+0
* glapi: remove FEATURE_remap_table test (it's always defined)Brian Paul2013-04-171-15/+0
* glapi: Use GLES information from XML rather than gles_api.py.Paul Berry2012-10-161-8/+1
* glapi: Reformat python code generation scripts to use 4-space indentation.Paul Berry2012-10-101-196/+196
* glapi: Prevent accidental use of lies w/shared-glapiIan Romanick2012-08-081-0/+6
* glapi/glx: Generate dispatch.h so that the xserver can use itIan Romanick2011-12-131-0/+4
* glapi: s/INLINE/inline/ for dispatch.h fileBrian Paul2011-11-301-2/+2
* glapi: use gl_and_es_API.xml to generate GLES headersChia-I Wu2011-08-131-5/+15
* mesa: merge glapidispatch.h into dispatch.hChia-I Wu2011-06-081-10/+9
* mesa: fix GLES remap table setup againChia-I Wu2011-06-081-9/+13
* mesa: Fix remap_table setup.Thierry Reding2011-05-231-0/+5
* glapi: More type-checking in Get_xxx too.José Fonseca2011-05-201-4/+8
* glapi: Implement SET_xxx as inline functions instead of macros.José Fonseca2011-05-191-1/+4
* glapi: Merge glapioffsets.h into glapidispath.h.Chia-I Wu2010-10-271-20/+22
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-0/+229