From: Marek Olšák Date: Tue, 15 Feb 2011 23:35:44 +0000 (+0100) Subject: mesa: fix L16F and L32F format properties X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=19648fcf015e512283e93ab9de4a3e969d577e59;p=mesa.git mesa: fix L16F and L32F format properties --- diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c index e62170b71c1..b45cf03995b 100644 --- a/src/mesa/main/formats.c +++ b/src/mesa/main/formats.c @@ -677,7 +677,7 @@ static struct gl_format_info format_info[MESA_FORMAT_COUNT] = { MESA_FORMAT_LUMINANCE_FLOAT32, "MESA_FORMAT_LUMINANCE_FLOAT32", - GL_ALPHA, + GL_LUMINANCE, GL_FLOAT, 0, 0, 0, 0, 32, 0, 0, 0, 0, @@ -686,7 +686,7 @@ static struct gl_format_info format_info[MESA_FORMAT_COUNT] = { MESA_FORMAT_LUMINANCE_FLOAT16, "MESA_FORMAT_LUMINANCE_FLOAT16", - GL_ALPHA, + GL_LUMINANCE, GL_FLOAT, 0, 0, 0, 0, 16, 0, 0, 0, 0,