mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
radeonsi: handle pipe_aligned in compute_expand_fmask
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12449>
This commit is contained in:
parent
0c39597734
commit
550f859c53
1 changed files with 1 additions and 1 deletions
|
|
@ -706,7 +706,7 @@ void si_compute_expand_fmask(struct pipe_context *ctx, struct pipe_resource *tex
|
|||
return;
|
||||
|
||||
si_make_CB_shader_coherent(sctx, tex->nr_samples, true,
|
||||
true /* DCC is not possible with image stores */);
|
||||
((struct si_texture*)tex)->surface.u.gfx9.color.dcc.pipe_aligned);
|
||||
|
||||
/* Save states. */
|
||||
struct pipe_image_view saved_image = {0};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue