From: Marek Olšák Date: Mon, 11 Jul 2011 13:18:14 +0000 (+0200) Subject: mesa: add a comment in _mesa_test_formats X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ceb04b32baf13bbd62cf80496e5751612287ef15;p=mesa.git mesa: add a comment in _mesa_test_formats --- diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c index e01ea11df97..f9298d2d1e9 100644 --- a/src/mesa/main/formats.c +++ b/src/mesa/main/formats.c @@ -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) {