[Mesa-dev] [PATCH 21/21] intel/isl: Enable Yf tiling
Pohjolainen, Topi
topi.pohjolainen at gmail.com
Wed Feb 28 17:44:43 UTC 2018
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.pohjolainen at 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 at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list