From: Anuj Phogat Date: Fri, 3 Nov 2017 21:48:29 +0000 (-0700) Subject: i965/icl: Enable float blend optimization and Wa3DStateMode X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f8289164f6d910bdf62e4b55c6ccb22dec90417;p=mesa.git i965/icl: Enable float blend optimization and Wa3DStateMode Signed-off-by: Anuj Phogat Reviewed-by: Kenneth Graunke --- diff --git a/src/mesa/drivers/dri/i965/brw_state_upload.c b/src/mesa/drivers/dri/i965/brw_state_upload.c index 2c8c0f4b278..86c12e4d357 100644 --- a/src/mesa/drivers/dri/i965/brw_state_upload.c +++ b/src/mesa/drivers/dri/i965/brw_state_upload.c @@ -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);