Files
mesa/src
Marek Olšák 233b4271dc radeonsi: call pipe->blit instead of util_blitter_blit after MSAA resolving
This fixes a problem where the destination has a DCC-incompatible view
format and triggers a DCC decompression using a custom u_blitter path, which
is disallowed inside u_blitter due to it being a u_blitter recursion that
always crashes.

This is also better because we'll get the best codepath (u_blitter or
compute) instead of just u_blitter,

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17864>
2022-08-03 00:57:16 +00:00
..
2022-08-01 18:34:11 +00:00
2022-07-27 07:27:10 +00:00
2022-07-29 23:59:12 +00:00
2022-07-29 23:59:11 +00:00
2022-07-23 14:48:17 +00:00
2022-07-29 23:59:11 +00:00