Reviewed-by: Jason Ekstrand <ja...@jlekstrand.net>

On Mon, Jun 27, 2016 at 4:35 PM, Nanley Chery <nanleych...@gmail.com> wrote:

> Signed-off-by: Nanley Chery <nanley.g.ch...@intel.com>
> ---
>  src/intel/isl/isl.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h
> index ef86228..64aced8 100644
> --- a/src/intel/isl/isl.h
> +++ b/src/intel/isl/isl.h
> @@ -989,7 +989,7 @@ isl_has_matching_typed_storage_image_format(const
> struct brw_device_info *devinf
>  static inline bool
>  isl_tiling_is_any_y(enum isl_tiling tiling)
>  {
> -   return (1u << tiling) & ISL_TILING_ANY_MASK;
> +   return (1u << tiling) & ISL_TILING_ANY_Y_MASK;
>  }
>
>  static inline bool
> --
> 2.9.0
>
>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to