Re: [Mesa-dev] [PATCH] i965/gen9: Add a condition for starting pixel in fast copy blit

2015-09-25 Thread Chad Versace
On Mon 10 Aug 2015, Anuj Phogat wrote: > This condition restricts the use of fast copy blit to cases > where starting pixel of src and dst is oword (16 byte) aligned. > > Many piglit tests (if using fast copy blit in Mesa) failed earlier > because I missed adding this condition.Fast copy blit is c

Re: [Mesa-dev] [PATCH] i965/gen9: Add a condition for starting pixel in fast copy blit

2015-09-23 Thread Anuj Phogat
On Mon, Aug 10, 2015 at 11:20 AM, Anuj Phogat wrote: > This condition restricts the use of fast copy blit to cases > where starting pixel of src and dst is oword (16 byte) aligned. > > Many piglit tests (if using fast copy blit in Mesa) failed earlier > because I missed adding this condition.Fast

[Mesa-dev] [PATCH] i965/gen9: Add a condition for starting pixel in fast copy blit

2015-08-10 Thread Anuj Phogat
This condition restricts the use of fast copy blit to cases where starting pixel of src and dst is oword (16 byte) aligned. Many piglit tests (if using fast copy blit in Mesa) failed earlier because I missed adding this condition.Fast copy blit is currently enabled for use only with Yf/Ys tiling.