mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
i965/icl: Enable float blend optimization and Wa3DStateMode
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
ba3cbee6c5
commit
3f8289164f
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ brw_upload_initial_gpu_state(struct brw_context *brw)
|
|||
|
||||
brw_upload_invariant_state(brw);
|
||||
|
||||
if (devinfo->gen == 10) {
|
||||
if (devinfo->gen == 10 || devinfo->gen == 11) {
|
||||
brw_load_register_imm32(brw, GEN10_CACHE_MODE_SS,
|
||||
REG_MASK(GEN10_FLOAT_BLEND_OPTIMIZATION_ENABLE) |
|
||||
GEN10_FLOAT_BLEND_OPTIMIZATION_ENABLE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue