summaryrefslogtreecommitdiff
path: root/src/mesa/main/tests/enum_strings.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-22mesa: remove remnants of GL_MESA_shader_debugBrian Paul1-3/+0
2013-10-03mesa: fix make check for ARB_texture_gatherChris Forbes1-1/+1
2013-10-03mesa: add texture gather changesMaxence Le Dore1-0/+3
2013-09-23mesa: Remove _mesa_lookup_enum_by_name().Eric Anholt1-32/+0
2013-03-02tests: add ARB_texture_multisample enums to tableChris Forbes1-0/+21
2013-01-10mesa/tests: Add ARB_ES3_compatibility enumsMatt Turner1-0/+14
2012-10-10glget: fix make check for glGet GL_POLYGON_OFFSET_BIASImre Deak1-1/+1
2012-10-03mesa: tests: EnumStrings.LookUpByNumberOliver McFadden1-2/+2
2012-09-28mesa/tests: Move stub function to a separate fileIan Romanick1-11/+0
2012-07-10mesa/test: Update name of GL_TIME_ELAPSEDIan Romanick1-1/+1
2012-06-13mesa/tests: Add tests for _mesa_lookup_enum_by_{name,nr} functionsIan Romanick1-0/+1856