Skip to content
Snippets Groups Projects
Commit acba3a31 authored by Bas Nieuwenhuizen's avatar Bas Nieuwenhuizen
Browse files

radv: Use the correct channel for alpha in resolve srgb conversion.


The argument here is a bitmask, so the old code selected .xy, which
got silently truncated to .x when constructing the vec4 from components,
instead of using .w.

Fixes: 588185eb "radv/meta: add srgb conversion to end of resolve shader."
Reviewed-by: default avatarDave Airlie <airlied@redhat.com>
parent 15e5a7a6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment