mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-06 14:20:39 +01:00
st/mesa: use RGBA instead of BGRA for SRGB_ALPHA
This fixes a regression introduced by commit a8eea696 "st/mesa: honour sized
internal formats in st_choose_format (v2)".
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94657
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94671
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
7880b81d39
commit
6b763c026d
1 changed files with 1 additions and 1 deletions
|
|
@ -1309,7 +1309,7 @@ static const struct format_mapping format_map[] = {
|
|||
},
|
||||
{
|
||||
{ GL_SRGB_ALPHA_EXT, GL_SRGB8_ALPHA8_EXT, 0 },
|
||||
{ DEFAULT_SRGBA_FORMATS }
|
||||
{ PIPE_FORMAT_R8G8B8A8_SRGB, DEFAULT_SRGBA_FORMATS }
|
||||
},
|
||||
{
|
||||
{ GL_COMPRESSED_SRGB_EXT, GL_COMPRESSED_SRGB_S3TC_DXT1_EXT, 0 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue