Re: [Mesa-dev] [PATCH 1/3] i965/blit: Break the guts of intel_miptree_blit into a helper

2016-12-15 Thread Jason Ekstrand
On Thu, Dec 15, 2016 at 8:42 AM, Emil Velikov wrote: > Hi Jason, > > Double-checking things and I've noticed that this has gone under the > radar since due to simple typo - mesa-dev vs mesa-stable. > Regardless, the patch in question seems to depend on at least Sorry

Re: [Mesa-dev] [PATCH 1/3] i965/blit: Break the guts of intel_miptree_blit into a helper

2016-12-15 Thread Emil Velikov
On 15 December 2016 at 16:42, Emil Velikov wrote: > Hi Jason, > > Double-checking things and I've noticed that this has gone under the > radar since due to simple typo - mesa-dev vs mesa-stable. JFYI skimming through the nominations - there are ~5 missing ones for 13.0

Re: [Mesa-dev] [PATCH 1/3] i965/blit: Break the guts of intel_miptree_blit into a helper

2016-12-15 Thread Emil Velikov
Hi Jason, Double-checking things and I've noticed that this has gone under the radar since due to simple typo - mesa-dev vs mesa-stable. Regardless, the patch in question seems to depend on at least 174f4900b294f939c85cfa94f5d8401ce73e5522 b7979a849bc185fbcab93a841eed692a10d61e25

[Mesa-dev] [PATCH 1/3] i965/blit: Break the guts of intel_miptree_blit into a helper

2016-12-01 Thread Jason Ekstrand
Cc: "13.0" --- src/mesa/drivers/dri/i965/intel_blit.c | 151 ++--- 1 file changed, 84 insertions(+), 67 deletions(-) diff --git a/src/mesa/drivers/dri/i965/intel_blit.c b/src/mesa/drivers/dri/i965/intel_blit.c index 4944b8c..15e45d4