mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
mesa: fix incorrect format info for MESA_FORMAT_SL8
Fixes bugs 24798 and 24801.
This commit is contained in:
parent
ca9c413647
commit
71cd40bccf
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue