broadcom/vc5: Set the RCL's MSAA mode to match the BCL's MSAA state.
This commit is contained in:
@@ -126,6 +126,8 @@ vc5_emit_rcl(struct vc5_job *job)
|
|||||||
config.number_of_render_targets_minus_1 =
|
config.number_of_render_targets_minus_1 =
|
||||||
MAX2(nr_cbufs, 1) - 1;
|
MAX2(nr_cbufs, 1) - 1;
|
||||||
|
|
||||||
|
config.multisample_mode_4x = job->msaa;
|
||||||
|
|
||||||
config.maximum_bpp_of_all_render_targets = job->internal_bpp;
|
config.maximum_bpp_of_all_render_targets = job->internal_bpp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user