Re: [Mesa-dev] [PATCH 1/8] intel: Add a new "common" library for more code sharing

2016-09-03 Thread Jason Ekstrand
On Sep 3, 2016 5:00 PM, "Mauro Rossi" wrote: > > Hi, > minor changes are required to Android.common.mk include paths. I double-checked all the files and I didn't think we included anything more interesting than stdint.h. Oh, well, I guess I was wrong. Reviewed-by: Jason Ekstrand I'll push thi

Re: [Mesa-dev] [PATCH 1/8] intel: Add a new "common" library for more code sharing

2016-09-03 Thread Mauro Rossi
Hi, minor changes are required to Android.common.mk include paths. Build tested with android 7.0 Cheers M. >From e783a73d15e0e49bb323b2e47bc2de0b51ceffa2 Mon Sep 17 00:00:00 2001 From: Mauro Rossi Date: Sun, 4 Sep 2016 00:50:48 +0200 Subject: [PATCH] android: intel: fix include paths in new "comm

Re: [Mesa-dev] [PATCH 1/8] intel: Add a new "common" library for more code sharing

2016-09-01 Thread Rob Herring
On Thu, Sep 1, 2016 at 12:37 PM, Mauro Rossi wrote: > Thanks > > Doing a first attempt in building, there is currently some generated > code missing in android build for recent gsls changes, > due to commit ee3cdac7857a5c0f30108e1b1963d042f2a5e8e6 "glsl: Use the > generated constant expression cod

Re: [Mesa-dev] [PATCH 1/8] intel: Add a new "common" library for more code sharing

2016-09-01 Thread Mauro Rossi
Thanks Doing a first attempt in building, there is currently some generated code missing in android build for recent gsls changes, due to commit ee3cdac7857a5c0f30108e1b1963d042f2a5e8e6 "glsl: Use the generated constant expression code" I'll send a patch for that problem soon and I'll check and r

Re: [Mesa-dev] [PATCH 1/8] intel: Add a new "common" library for more code sharing

2016-09-01 Thread Rob Herring
On Wed, Aug 31, 2016 at 3:56 PM, Jason Ekstrand wrote: > The first thing to go in this new library is brw_device_info. > > Signed-off-by: Jason Ekstrand > Cc: Rob Herring > --- > > The android build files I just copied-and-pasted from blorp but I don't > have an android build setup so I can't te

Re: [Mesa-dev] [PATCH 1/8] intel: Add a new "common" library for more code sharing

2016-08-31 Thread Jason Ekstrand
+Mauro On Wed, Aug 31, 2016 at 1:56 PM, Jason Ekstrand wrote: > The first thing to go in this new library is brw_device_info. > > Signed-off-by: Jason Ekstrand > Cc: Rob Herring > --- > > The android build files I just copied-and-pasted from blorp but I don't > have an android build setup so I

[Mesa-dev] [PATCH 1/8] intel: Add a new "common" library for more code sharing

2016-08-31 Thread Jason Ekstrand
The first thing to go in this new library is brw_device_info. Signed-off-by: Jason Ekstrand Cc: Rob Herring --- The android build files I just copied-and-pasted from blorp but I don't have an android build setup so I can't test them. src/intel/Android.common.mk| 37 +++