On Thu, Feb 15, 2018 at 6:13 PM, Jason Ekstrand <[email protected]> wrote: > On Thu, Feb 15, 2018 at 5:44 PM, Anuj Phogat <[email protected]> wrote: >> >> Signed-off-by: Anuj Phogat <[email protected]> >> --- >> src/intel/vulkan/genX_state.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/src/intel/vulkan/genX_state.c b/src/intel/vulkan/genX_state.c >> index 54fb8634fd..f39508034f 100644 >> --- a/src/intel/vulkan/genX_state.c >> +++ b/src/intel/vulkan/genX_state.c >> @@ -121,7 +121,7 @@ genX(init_device_state)(struct anv_device *device) >> } >> #endif >> >> -#if GEN_GEN == 10 >> +#if GEN_GEN == 10 || GEN_GEN == 11 > > > Might as well make this GEN_GEN >= 10 > I can see this bit going away in future generation. So, let's keep the check unchanged.
>> >> uint32_t cache_mode_ss; >> anv_pack_struct(&cache_mode_ss, GENX(CACHE_MODE_SS), >> .FloatBlendOptimizationEnable = true, >> -- >> 2.13.6 >> >> _______________________________________________ >> mesa-dev mailing list >> [email protected] >> https://lists.freedesktop.org/mailman/listinfo/mesa-dev > > _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
