Re: [Mesa-dev] [PATCH 23/64] isl/state: Only set cube face enables if usage includes CUBE_BIT

2016-06-17 Thread Chad Versace
Patches 22 and 23 are Reviewed-by: Chad Versace ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 23/64] isl/state: Only set cube face enables if usage includes CUBE_BIT

2016-06-11 Thread Jason Ekstrand
It seems safe to set it all the time, but this reduces the diff between the way i965 does it and what ISL does. --- src/intel/isl/isl_surface_state.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/intel/isl/isl_surface_state.c