aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gl_enums.py
Commit message (Expand)AuthorAgeFilesLines
* remove final imports.h and imports.c bitsDylan Baker2020-04-211-2/+1
* mesa|mapi: replace _mesa_[v]snprintf with [v]snprintfDylan Baker2020-04-211-1/+2
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-271-1/+1
* python: Use the print functionMathieu Bridon2018-07-061-30/+32
* mapi/gen: remove shebang from python scriptsEmil Velikov2017-03-101-1/+0
* mesa: Document that _mesa_enum_to_string() returns non-null (v2)Chad Versace2016-08-121-1/+6
* glapi: work-around MSVC 65K string length limitation for enums.cBrian Paul2015-12-011-3/+10
* mesa: Drop the blacklisting of new GL enums.Eric Anholt2015-12-011-266/+0
* mesa: Use a 32-bit offset for the enums.c string offset table.Eric Anholt2015-12-011-3/+1
* mesa: Prefer newer names to older ones among names present in core.Eric Anholt2015-12-011-17/+8
* mesa: Drop bitfield "enums" from the enum-to-string table.Eric Anholt2015-12-011-8/+11
* mesa: Switch to using the Khronos registry for generating enums.Eric Anholt2015-12-011-37/+368
* mesa: Remove the python mode bits from gl_enums.py.Eric Anholt2015-12-011-1/+0
* mapi: add ARB_tessellation_shaderFabian Bieler2015-07-231-0/+1
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-1/+1
* glapi: gl_enums.py: use main() function for if __name__ == "__main__"Dylan Baker2015-05-221-1/+5
* glapi: gl_enums.py: use argparse instead of getopt.Dylan Baker2015-05-221-16/+14
* mesa: move LONGSTRING into generated enums.cBrian Paul2015-03-121-0/+6
* mapi: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-2/+2
* mesa: Drop _mesa_bsearch() wrapper.Matt Turner2014-09-241-4/+4
* glapi: Move declaration before code.Vinson Lee2013-09-231-4/+6
* mesa: Shrink the size of the enum string lookup struct.Eric Anholt2013-09-231-2/+4
* mesa: Remove the extra enum strings and extra lookup table.Eric Anholt2013-09-231-41/+20
* mesa: Remove _mesa_lookup_enum_by_name().Eric Anholt2013-09-231-29/+0
* mesa: add names of geometry shader prims in gl_enums.pyBrian Paul2013-05-021-1/+5
* mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constantBrian Paul2013-05-021-1/+0
* glapi: no longer emit #include "mfeatures.h" in generated filesBrian Paul2013-04-171-1/+0
* glapi: Reformat python code generation scripts to use 4-space indentation.Paul Berry2012-10-101-96/+96
* mesa: clean-up _mesa_lookup_prim_by_nr()Brian Paul2011-01-201-16/+27
* glapi: use _mesa_snprintf()Brian Paul2010-07-131-1/+2
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-0/+247