Signed-off-by: Topi Pohjolainen <topi.pohjolai...@intel.com> --- src/mesa/main/glformats.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/mesa/main/glformats.c b/src/mesa/main/glformats.c index 96ab393..9274dc0 100644 --- a/src/mesa/main/glformats.c +++ b/src/mesa/main/glformats.c @@ -1569,6 +1569,7 @@ GLint _mesa_base_format_component_count(GLenum base_format) { switch (base_format) { + case GL_LUMINANCE: case GL_RED: case GL_ALPHA: case GL_INTENSITY: -- 2.5.5 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev