On Thu, Feb 22, 2018 at 11:07:01PM -0800, Jason Ekstrand wrote:
> ---
>  src/intel/isl/isl_gen7.c | 1 -
>  1 file changed, 1 deletion(-)

Patches 18-21 are:

Reviewed-by: Topi Pohjolainen <topi.pohjolai...@intel.com>

> 
> diff --git a/src/intel/isl/isl_gen7.c b/src/intel/isl/isl_gen7.c
> index 4fa9851..2aa3916 100644
> --- a/src/intel/isl/isl_gen7.c
> +++ b/src/intel/isl/isl_gen7.c
> @@ -205,7 +205,6 @@ isl_gen6_filter_tiling(const struct isl_device *dev,
>     /* And... clear the Yf and Ys bits anyway because Anvil doesn't support
>      * them yet.
>      */
> -   *flags &= ~ISL_TILING_Yf_BIT; /* FINISHME[SKL]: Support Yf */
>     *flags &= ~ISL_TILING_Ys_BIT; /* FINISHME[SKL]: Support Ys */
>  
>     if (isl_surf_usage_is_depth(info->usage)) {
> -- 
> 2.5.0.400.gff86faf
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to