mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 05:58:05 +02:00
radeonsi: enable MSAA shader images
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
This commit is contained in:
parent
095a58204d
commit
aed1f7ad34
1 changed files with 0 additions and 3 deletions
|
|
@ -2252,9 +2252,6 @@ static bool si_is_format_supported(struct pipe_screen *screen,
|
|||
if (!screen->get_param(screen, PIPE_CAP_TEXTURE_MULTISAMPLE))
|
||||
return false;
|
||||
|
||||
if (usage & PIPE_BIND_SHADER_IMAGE)
|
||||
return false;
|
||||
|
||||
/* Only power-of-two sample counts are supported. */
|
||||
if (!util_is_power_of_two_or_zero(sample_count) ||
|
||||
!util_is_power_of_two_or_zero(storage_sample_count))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue