From ceb04b32baf13bbd62cf80496e5751612287ef15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Mon, 11 Jul 2011 15:18:14 +0200 Subject: [PATCH] mesa: add a comment in _mesa_test_formats --- src/mesa/main/formats.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c index e01ea11..f9298d2 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) { -- 2.7.4