d56ee2433578ff10ca47b76e2303b2bf70270b7a |
|
09-Oct-2012 |
Imre Deak <imre.deak@intel.com> |
glget: fix make check for glGet GL_POLYGON_OFFSET_BIAS This got broken by: 22b7ddc7f glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension section Fix it by appending the _EXT suffix to the enum in the test too. Signed-off-by: Imre Deak <imre.deak@intel.com> Reviewed-by: Oliver McFadden <oliver.mcfadden@linux.intel.com>
/external/mesa3d/src/mesa/main/tests/enum_strings.cpp
|
4fae5e32d5272986e9e64303eadc974d57e7b3ed |
|
10-Jul-2012 |
Ian Romanick <ian.d.romanick@intel.com> |
mesa/test: Update name of GL_TIME_ELAPSED 4952caa caused the _EXT to fall off the name of this enum. This is fine. Update the unit test to expect the new value. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=51956
/external/mesa3d/src/mesa/main/tests/enum_strings.cpp
|
8fecdcc587a192c0ea4e13d59321691b8981c249 |
|
25-May-2012 |
Ian Romanick <ian.d.romanick@intel.com> |
mesa/tests: Add tests for _mesa_lookup_enum_by_{name,nr} functions Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mesa/main/tests/enum_strings.cpp
|