mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
zink: remove duplicate format-mapping on little-endian
Doing *both* of thse ends up rewriting the previous mapping. Since this doesn't seem to have lead to issues, it seems like the new mapping works just as well. Fixes:a22a1c0324("zink: Fix VK_FORMAT_A8B8G8R8_SRGB_PACK32 mapping on big-endian") Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11417> (cherry picked from commit4efbeafa44)
This commit is contained in:
parent
7f51c78487
commit
b3a83ad2e6
2 changed files with 1 additions and 2 deletions
|
|
@ -913,7 +913,7 @@
|
|||
"description": "zink: remove duplicate format-mapping on little-endian",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "a22a1c0324e0d20c03ee4dceb9ddc4fa4d07ec04"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -77,7 +77,6 @@ static const VkFormat formats[PIPE_FORMAT_COUNT] = {
|
|||
MAP_FORMAT_NORM(R8G8B8A8)
|
||||
MAP_FORMAT_SCALED(R8G8B8A8)
|
||||
MAP_FORMAT_INT(R8G8B8A8)
|
||||
MAP_FORMAT_SRGB(R8G8B8A8)
|
||||
MAP_FORMAT_NORM(B8G8R8A8)
|
||||
MAP_FORMAT_SCALED(B8G8R8A8)
|
||||
MAP_FORMAT_INT(B8G8R8A8)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue