Re: [Mesa-dev] [PATCH] android, autotools: st/mesa: fix location of float64_glsl.h

2019-03-10 Thread Mauro Rossi
Hi Jordan, On Wed, Mar 6, 2019 at 10:01 PM Jordan Justen wrote: > > On 2019-03-04 16:11:33, Jordan Justen wrote: > > On 2019-03-04 15:21:26, Mauro Rossi wrote: > > > Hi, > > > On Mon, Mar 4, 2019 at 7:50 PM Mauro Rossi wrote: > > > > > > > > Il lun 4 mar 2019, 18:59 Dylan Baker ha scritto: > >

Re: [Mesa-dev] [PATCH] android, autotools: st/mesa: fix location of float64_glsl.h

2019-03-06 Thread Jordan Justen
On 2019-03-04 16:11:33, Jordan Justen wrote: > On 2019-03-04 15:21:26, Mauro Rossi wrote: > > Hi, > > On Mon, Mar 4, 2019 at 7:50 PM Mauro Rossi wrote: > > > > > > Il lun 4 mar 2019, 18:59 Dylan Baker ha scritto: > > >> > > >> I wrote c812, and I'd be very happy to revert it. The problem that I

Re: [Mesa-dev] [PATCH] android, autotools: st/mesa: fix location of float64_glsl.h

2019-03-04 Thread Jordan Justen
On 2019-03-04 15:21:26, Mauro Rossi wrote: > Hi, > On Mon, Mar 4, 2019 at 7:50 PM Mauro Rossi wrote: > > > > Il lun 4 mar 2019, 18:59 Dylan Baker ha scritto: > >> > >> I wrote c812, and I'd be very happy to revert it. The problem that I ran > >> into > >> was putting it in a place that android,

Re: [Mesa-dev] [PATCH] android, autotools: st/mesa: fix location of float64_glsl.h

2019-03-04 Thread Mauro Rossi
Hi, On Mon, Mar 4, 2019 at 7:50 PM Mauro Rossi wrote: > > Hi, > Sounds good to me. > > The way it could have been prevented was to avoid having fp64 generated file > as the only one with with different path in sources. > > Could you just confirm that inc_compiler is not needed in >

Re: [Mesa-dev] [PATCH] android, autotools: st/mesa: fix location of float64_glsl.h

2019-03-04 Thread Mauro Rossi
Hi, Sounds good to me. The way it could have been prevented was to avoid having fp64 generated file as the only one with with different path in sources. Could you just confirm that inc_compiler is not needed in src/mesa/meson.build, and provide R-b so that I will proceed with push? I've tried

Re: [Mesa-dev] [PATCH] android, autotools: st/mesa: fix location of float64_glsl.h

2019-03-04 Thread Dylan Baker
Quoting Mauro Rossi (2019-03-04 01:21:05) > Hi Tapani, > On Mon, Mar 4, 2019 at 6:51 AM Tapani Pälli wrote: > > > > Hi; > > > > On 3/3/19 10:10 PM, Mauro Rossi wrote: > > > Necessary to avoid building error in Android, > > > due to 'compiler/glsl/float64_glsl.h' file not found > > > > > > Fixes:

Re: [Mesa-dev] [PATCH] android, autotools: st/mesa: fix location of float64_glsl.h

2019-03-04 Thread Mauro Rossi
Hi Tapani, On Mon, Mar 4, 2019 at 6:51 AM Tapani Pälli wrote: > > Hi; > > On 3/3/19 10:10 PM, Mauro Rossi wrote: > > Necessary to avoid building error in Android, > > due to 'compiler/glsl/float64_glsl.h' file not found > > > > Fixes: cb4e3e3 ("st/mesa: add support for lowering fp64/int64 for nir

Re: [Mesa-dev] [PATCH] android, autotools: st/mesa: fix location of float64_glsl.h

2019-03-03 Thread Tapani Pälli
Hi; On 3/3/19 10:10 PM, Mauro Rossi wrote: Necessary to avoid building error in Android, due to 'compiler/glsl/float64_glsl.h' file not found Fixes: cb4e3e3 ("st/mesa: add support for lowering fp64/int64 for nir drivers") Signed-off-by: Mauro Rossi --- src/mesa/Android.libmesa_st_mesa.mk

Re: [Mesa-dev] [PATCH] android, autotools: st/mesa: fix location of float64_glsl.h

2019-03-03 Thread Eric Engestrom
On Sunday, 2019-03-03 21:10:50 +0100, Mauro Rossi wrote: > Necessary to avoid building error in Android, > due to 'compiler/glsl/float64_glsl.h' file not found > > Fixes: cb4e3e3 ("st/mesa: add support for lowering fp64/int64 for nir > drivers") > Signed-off-by: Mauro Rossi > --- >

[Mesa-dev] [PATCH] android, autotools: st/mesa: fix location of float64_glsl.h

2019-03-03 Thread Mauro Rossi
Necessary to avoid building error in Android, due to 'compiler/glsl/float64_glsl.h' file not found Fixes: cb4e3e3 ("st/mesa: add support for lowering fp64/int64 for nir drivers") Signed-off-by: Mauro Rossi --- src/mesa/Android.libmesa_st_mesa.mk | 1 + src/mesa/Makefile.sources