summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gl_enums.py
Commit message (Expand)AuthorAgeFilesLines
* 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