From: Eric Anholt Date: Fri, 6 Oct 2017 00:18:34 +0000 (-0700) Subject: broadcom/vc5: Set the RCL's MSAA mode to match the BCL's MSAA state. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f4b515887469831468c1afb032e8c7431ccf4c6c;p=mesa.git broadcom/vc5: Set the RCL's MSAA mode to match the BCL's MSAA state. --- diff --git a/src/gallium/drivers/vc5/vc5_rcl.c b/src/gallium/drivers/vc5/vc5_rcl.c index 0706da613cb..4ef2d83798b 100644 --- a/src/gallium/drivers/vc5/vc5_rcl.c +++ b/src/gallium/drivers/vc5/vc5_rcl.c @@ -126,6 +126,8 @@ vc5_emit_rcl(struct vc5_job *job) config.number_of_render_targets_minus_1 = MAX2(nr_cbufs, 1) - 1; + config.multisample_mode_4x = job->msaa; + config.maximum_bpp_of_all_render_targets = job->internal_bpp; }