[Mesa-dev] [PATCH 1/4] isl: Fix isl_tiling_is_any_y()

Jason Ekstrand jason at jlekstrand.net
Mon Jun 27 23:57:39 UTC 2016


Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

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

> Signed-off-by: Nanley Chery <nanley.g.chery at 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160627/ccfa7417/attachment.html>


More information about the mesa-dev mailing list