summaryrefslogtreecommitdiff
path: root/tests/util/gen_dispatch.py
AgeCommit message (Expand)AuthorFilesLines
2016-02-08gen_dispatch.py: don't use tabsDylan Baker1-1/+1
2016-02-08framework,unittests: use __future__ unicode_literalsDylan Baker1-1/+3
2016-02-08python: use future print, division, and absolute_importDylan Baker1-1/+1
2015-12-13util: add infrastructure to look-up glMemoryBarrier() enums via namesTimothy Arceri1-1/+13
2015-05-21piglit-util-gl: Add piglit_get_gl_enum_from_nameJordan Justen1-9/+20
2015-02-23registry generation: Finish hybridizingDylan Baker1-2/+12
2015-01-28gen_dispatch.py: silence errorDylan Baker1-1/+1
2015-01-28gen_dispatch.py: Remove unnecessary parens from assert keywordDylan Baker1-4/+4
2015-01-28gen_dispatch.py: remove use of cmp.Dylan Baker1-40/+2
2015-01-28gen_dispatch.py: sort imports into groupsDylan Baker1-2/+3
2015-01-28gen_dispatch.py: remove unused importsDylan Baker1-4/+1
2015-01-23gen_dispatch.py: PEP 8 fixesVinson Lee1-2/+1
2014-06-23util: Generate piglit_get_gl_enum_name() and friendsChad Versace1-1/+73
2014-06-23dispatch: Generate piglit-dispatch from Khronos XMLChad Versace1-631/+78
2013-10-23Use simplejson if availableDylan Baker1-1/+4
2013-08-28gen_dispatch.py: PEP8 complianceDylan Baker1-11/+15
2013-08-28gen_dispatch.py: PEP8 replace tabsDylan Baker1-11/+11
2013-07-29gen_dispatch.py: Use PIGLIT_DISPATCH_ES1.Matt Turner1-1/+1
2013-06-17glapi: Add dispatch generation support for GLES APIs.Eric Anholt1-12/+26
2013-06-17glapi: Allow one function name to be in multiple categories.Eric Anholt1-5/+5
2013-06-17gen_dispatch: Convert tabs to spaces here, too.Eric Anholt1-165/+165
2013-06-05Include enum.spec along with enumext.spec for piglit-dispatch.Eric Anholt1-4/+10
2012-10-12piglit-dispatch: patch glDraw{Arrays,Elements}InstancedARB dispatch to accept...José Fonseca1-0/+8
2012-03-23piglit-dispatch: Code generation scripts.Paul Berry1-0/+647