Re: [Mesa-dev] [RFC 2/2] mesa: Android: enable altxmlconfig for O+

2019-05-13 Thread Sumit Semwal
Hello Dylan, On Fri, 10 May 2019 at 22:57, Dylan Baker wrote: > > Hi Sumit, > > I haven't looked too closely at this, but there are a couple of things right > away that jumped out to me. I've noted them inline below Thanks for your quick review. > > Quoting Sumit Semwal (2019-05-09 23:02:57) > >

Re: [Mesa-dev] [RFC 2/2] mesa: Android: enable altxmlconfig for O+

2019-05-10 Thread Dylan Baker
Hi Sumit, I haven't looked too closely at this, but there are a couple of things right away that jumped out to me. I've noted them inline below Quoting Sumit Semwal (2019-05-09 23:02:57) > Android version O and later would like to use altxmlconfig > instead of libexpat based parsing. > > We enab

[Mesa-dev] [RFC 2/2] mesa: Android: enable altxmlconfig for O+

2019-05-09 Thread Sumit Semwal
Android version O and later would like to use altxmlconfig instead of libexpat based parsing. We enable altxmlconfig instead of xmlconfig.c for Android O+. Change-Id: Iaa51b2a1e9c16a1fdf6f120104429b19dc68f9eb Signed-off-by: Sumit Semwal --- src/gallium/targets/dri/Android.mk | 8 +++- src/