Re: [Mesa-dev] [PATCH] android: nouveau: add support for nir

2019-03-17 Thread Karol Herbst
On Sun, Mar 17, 2019 at 11:56 PM Mauro Rossi wrote: > > Hi Karol, > > On Sun, Mar 17, 2019 at 11:25 PM Karol Herbst wrote: > > > > On Sun, Mar 17, 2019 at 10:52 PM Mauro Rossi wrote: > > > > > > Add the necessary build rules for android, to avoid building errors. > > > > > > Fixes: f014ae3 ("nou

Re: [Mesa-dev] [PATCH] android: nouveau: add support for nir

2019-03-17 Thread Mauro Rossi
Hi Karol, On Sun, Mar 17, 2019 at 11:25 PM Karol Herbst wrote: > > On Sun, Mar 17, 2019 at 10:52 PM Mauro Rossi wrote: > > > > Add the necessary build rules for android, to avoid building errors. > > > > Fixes: f014ae3 ("nouveau: add support for nir") > > Signed-off-by: Mauro Rossi > > --- > >

Re: [Mesa-dev] [PATCH] android: nouveau: add support for nir

2019-03-17 Thread Karol Herbst
On Sun, Mar 17, 2019 at 10:52 PM Mauro Rossi wrote: > > Add the necessary build rules for android, to avoid building errors. > > Fixes: f014ae3 ("nouveau: add support for nir") > Signed-off-by: Mauro Rossi > --- > src/gallium/drivers/nouveau/Android.mk | 7 ++- > 1 file changed, 6 insertions

[Mesa-dev] [PATCH] android: nouveau: add support for nir

2019-03-17 Thread Mauro Rossi
Add the necessary build rules for android, to avoid building errors. Fixes: f014ae3 ("nouveau: add support for nir") Signed-off-by: Mauro Rossi --- src/gallium/drivers/nouveau/Android.mk | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/nouveau/Android