Re: [Mesa-dev] [PATCH 25/32] i965: Move gen6_blorp.c to a file that gets recompiled per-gen

2016-08-20 Thread Jason Ekstrand
Mauro, Thanks! I went ahead and pushed the patches. They looked fine to me with my paltry knowledge of android builds. --Jason On Sat, Aug 20, 2016 at 2:42 AM, Mauro Rossi wrote: > 2016-08-20 10:03 GMT+02:00 Jason Ekstrand : > > Thanks for fixing

Re: [Mesa-dev] [PATCH 25/32] i965: Move gen6_blorp.c to a file that gets recompiled per-gen

2016-08-20 Thread Jason Ekstrand
Thanks for fixing these up! I've already pushed the series, so these can be squashed and applied as one patch. Unfortunately, I can't get them to apply to master and I can't figure out what's going wrong. Mind squashing and rebasing? On Fri, Aug 19, 2016 at 3:46 PM, Mauro Rossi

Re: [Mesa-dev] [PATCH 25/32] i965: Move gen6_blorp.c to a file that gets recompiled per-gen

2016-08-19 Thread Mauro Rossi
From 88e08ee520b7c8a14b17160a9e7102d72fed8ecb Mon Sep 17 00:00:00 2001 From: Mauro Rossi Date: Sat, 20 Aug 2016 00:04:29 +0200 Subject: [PATCH 3/3] android: i965: add per-gen libmesa_i965_gen{8,9} static Needed to fix android build after commit 16a9fcb which enabled genxml

Re: [Mesa-dev] [PATCH 25/32] i965: Move gen6_blorp.c to a file that gets recompiled per-gen

2016-08-19 Thread Mauro Rossi
From 6a20bec0a5947cd9c33024db3af51546eeac3062 Mon Sep 17 00:00:00 2001 From: Mauro Rossi Date: Fri, 19 Aug 2016 23:55:54 +0200 Subject: [PATCH 2/3] android: i965: add per-gen libmesa_i965_gen{7,75} static libraries Needed to fix android build after commit e198983 which

Re: [Mesa-dev] [PATCH 25/32] i965: Move gen6_blorp.c to a file that gets recompiled per-gen

2016-08-19 Thread Mauro Rossi
From 4f105a68918b6ee25f1d0d71bc26dc39abed61d7 Mon Sep 17 00:00:00 2001 From: Mauro Rossi Date: Fri, 19 Aug 2016 23:36:11 +0200 Subject: [PATCH 1/3] android: i965: add per-gen libmesa_i965_gen6 static library Needed to fix android build after commit c8bc1ae where new

Re: [Mesa-dev] [PATCH 25/32] i965: Move gen6_blorp.c to a file that gets recompiled per-gen

2016-08-19 Thread Mauro Rossi
2016-08-15 18:43 GMT+02:00 Jason Ekstrand : >> >> > --- >> > src/mesa/drivers/dri/i965/Makefile.am | 14 +- >> > src/mesa/drivers/dri/i965/Makefile.sources | 5 +- >> > src/mesa/drivers/dri/i965/gen6_blorp.c | 400 >> > >> >

Re: [Mesa-dev] [PATCH 25/32] i965: Move gen6_blorp.c to a file that gets recompiled per-gen

2016-08-15 Thread Jason Ekstrand
On Mon, Aug 15, 2016 at 5:58 AM, Emil Velikov wrote: > Hi Jason, > > On 11 August 2016 at 22:15, Jason Ekstrand wrote: > > At the moment, it's only used for gen6 but that will change soon. We use > > the genX prefix for recompiled things in the

Re: [Mesa-dev] [PATCH 25/32] i965: Move gen6_blorp.c to a file that gets recompiled per-gen

2016-08-15 Thread Emil Velikov
Hi Jason, On 11 August 2016 at 22:15, Jason Ekstrand wrote: > At the moment, it's only used for gen6 but that will change soon. We use > the genX prefix for recompiled things in the Vulkan driver. It isn't > great, but it seems to have worked ok. Speaking of genX and

[Mesa-dev] [PATCH 25/32] i965: Move gen6_blorp.c to a file that gets recompiled per-gen

2016-08-11 Thread Jason Ekstrand
At the moment, it's only used for gen6 but that will change soon. We use the genX prefix for recompiled things in the Vulkan driver. It isn't great, but it seems to have worked ok. --- src/mesa/drivers/dri/i965/Makefile.am | 14 +- src/mesa/drivers/dri/i965/Makefile.sources | 5 +-