Re: [Mesa-dev] [PATCH 27/28] i965/blorp: Refactor coordinate munging

2016-05-13 Thread Pohjolainen, Topi
On Tue, May 10, 2016 at 04:16:47PM -0700, Jason Ekstrand wrote: > The original code-flow tried to map original blorp. This puts things more > where they belong and simplifies some of the logic. Nice, this was one of the things that gave me a headache in the original. It was troublesome to check

[Mesa-dev] [PATCH 27/28] i965/blorp: Refactor coordinate munging

2016-05-10 Thread Jason Ekstrand
The original code-flow tried to map original blorp. This puts things more where they belong and simplifies some of the logic. --- src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 59 ++-- 1 file changed, 29 insertions(+), 30 deletions(-) diff --git