mesa: add a comment in _mesa_test_formats

This commit is contained in:
Marek Olšák 2011-07-11 15:18:14 +02:00
parent e134eaa2c5
commit ceb04b32ba

View file

@ -1486,6 +1486,7 @@ _mesa_test_formats(void)
info->DataType == GL_UNSIGNED_INT ||
info->DataType == GL_INT ||
info->DataType == GL_FLOAT ||
/* Z32_FLOAT_X24S8 has DataType of GL_NONE */
info->DataType == GL_NONE);
if (info->BaseFormat == GL_RGB) {