summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesa/main/formats.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c
index aed313445f9..e9b33e489a3 100644
--- a/src/mesa/main/formats.c
+++ b/src/mesa/main/formats.c
@@ -387,11 +387,11 @@ static struct gl_format_info format_info[MESA_FORMAT_COUNT] =
{
MESA_FORMAT_SL8,
"MESA_FORMAT_SL8",
- GL_LUMINANCE_ALPHA,
+ GL_LUMINANCE,
GL_UNSIGNED_NORMALIZED,
- 0, 0, 0, 8,
+ 0, 0, 0, 0,
8, 0, 0, 0, 0,
- 1, 1, 2
+ 1, 1, 1
},
{
MESA_FORMAT_SLA8,