mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 01:18:06 +02:00
broadcom/vc5: Set the RCL's MSAA mode to match the BCL's MSAA state.
This commit is contained in:
parent
ae9a56db6a
commit
f4b5158874
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue