summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/formats.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-07-11 15:18:14 +0200
committerMarek Olšák <[email protected]>2011-07-11 15:18:14 +0200
commitceb04b32baf13bbd62cf80496e5751612287ef15 (patch)
treeedffd3a0c4913e3637f4d626538acad45726b066 /src/mesa/main/formats.c
parente134eaa2c5619b47e944e33d053ee23c61da7aa9 (diff)
mesa: add a comment in _mesa_test_formats
Diffstat (limited to 'src/mesa/main/formats.c')
-rw-r--r--src/mesa/main/formats.c1
1 files changed, 1 insertions, 0 deletions
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) {