summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests/enum_strings.cpp
Commit message (Expand)AuthorAgeFilesLines
* mesa: Drop the blacklisting of new GL enums.Eric Anholt2015-12-011-3/+2
* mesa: Drop bitfield "enums" from the enum-to-string table.Eric Anholt2015-12-011-13/+12
* mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.Eric Anholt2015-12-011-3/+1
* mesa: Cut enum_strings.cpp test down to a few hand-chosen enums.Eric Anholt2015-12-011-1822/+36
* mesa: remove ARB_geometry_shader4Marta Lofstedt2015-11-261-6/+0
* main/tests: add ARB_shader_storage_buffer_object tokens to enum_stringsSamuel Iglesias Gonsalvez2015-09-251-0/+15
* mesa: Add glGet support for ARB_shader_subroutine implementation limitsChris Forbes2015-07-231-0/+9
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-2/+2
* glapi: add GL_ARB_conditional_render_invertedTobias Klausmann2014-08-191-0/+4
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-301-8/+0
* mesa: add new enum MAX_UNIFORM_LOCATIONSTapani Pälli2014-06-161-0/+1
* tests: Add new enum strings for ARB_compressed_texture_pixel_storageChris Forbes2014-06-101-0/+8
* mesa: Add INTEL_performance_query enums to tests/enum_strings.cppPetri Latvala2014-05-021-0/+18
* mesa: remove remnants of GL_MESA_shader_debugBrian Paul2013-10-221-3/+0
* mesa: fix make check for ARB_texture_gatherChris Forbes2013-10-031-1/+1
* mesa: add texture gather changesMaxence Le Dore2013-10-031-0/+3
* mesa: Remove _mesa_lookup_enum_by_name().Eric Anholt2013-09-231-32/+0
* tests: add ARB_texture_multisample enums to tableChris Forbes2013-03-021-0/+21
* mesa/tests: Add ARB_ES3_compatibility enumsMatt Turner2013-01-101-0/+14
* glget: fix make check for glGet GL_POLYGON_OFFSET_BIASImre Deak2012-10-101-1/+1
* mesa: tests: EnumStrings.LookUpByNumberOliver McFadden2012-10-031-2/+2
* mesa/tests: Move stub function to a separate fileIan Romanick2012-09-281-11/+0
* mesa/test: Update name of GL_TIME_ELAPSEDIan Romanick2012-07-101-1/+1
* mesa/tests: Add tests for _mesa_lookup_enum_by_{name,nr} functionsIan Romanick2012-06-131-0/+1856