Re: [Mesa-dev] [PATCH] intel/blorp: Only double the fast-clear rect alignment on HSW

2018-02-11 Thread Giuseppe Bilotta
> + * 2) Haswell is a bit unique in that it's CCS tiling does not line it's -> its -- Giuseppe "Oblomov" Bilotta ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] intel/blorp: Only double the fast-clear rect alignment on HSW

2018-02-10 Thread Jason Ekstrand
One side comment: The only tests that caught anything were dEQP or CTS tests. Somehow, Piglit didn't catch any of this. This means that we don't have any real data on IVB. I'd be happy to make ISL_DEV_GEN(dev) == 7 instead since the extra alignment won't hurt anything on IVB (no mipmapping). O

[Mesa-dev] [PATCH] intel/blorp: Only double the fast-clear rect alignment on HSW

2018-02-10 Thread Jason Ekstrand
--- src/intel/blorp/blorp_clear.c | 66 --- 1 file changed, 56 insertions(+), 10 deletions(-) diff --git a/src/intel/blorp/blorp_clear.c b/src/intel/blorp/blorp_clear.c index a2dbcd1..63b74e3 100644 --- a/src/intel/blorp/blorp_clear.c +++ b/src/intel/blorp/