From: Alyssa Rosenzweig Date: Tue, 14 Jul 2020 20:58:57 +0000 (-0400) Subject: panfrost: Call util_blitter_save_fragment_constant_buffer_slot X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d13870ee2c79020aef0bdb7b36f7ba8f7e9d069;p=mesa.git panfrost: Call util_blitter_save_fragment_constant_buffer_slot Signed-off-by: Alyssa Rosenzweig Part-of: --- diff --git a/src/gallium/drivers/panfrost/pan_blit.c b/src/gallium/drivers/panfrost/pan_blit.c index 6361e7c7737..420f85cca48 100644 --- a/src/gallium/drivers/panfrost/pan_blit.c +++ b/src/gallium/drivers/panfrost/pan_blit.c @@ -57,6 +57,8 @@ panfrost_blitter_save( util_blitter_save_fragment_sampler_views(blitter, ctx->sampler_view_count[PIPE_SHADER_FRAGMENT], (struct pipe_sampler_view **)&ctx->sampler_views[PIPE_SHADER_FRAGMENT]); + util_blitter_save_fragment_constant_buffer_slot(blitter, + ctx->constant_buffer[PIPE_SHADER_FRAGMENT].cb); } static bool