Re: [Mesa-dev] [RFC 0/2] Alternate default config mechanism

2019-05-23 Thread Sumit Semwal
> > > > > > > > > > > > On 5/21/19 4:53 PM, Sumit Semwal wrote: > > > > > Hello everyone, > > > > > > > > > > First up, my apologies on not being able to respond earlier; secondly, > > > > > thanks v

Re: [Mesa-dev] [RFC 0/2] Alternate default config mechanism

2019-05-21 Thread Sumit Semwal
Hello everyone, First up, my apologies on not being able to respond earlier; secondly, thanks very much for your review. On Wed, 15 May 2019 at 19:27, Emil Velikov wrote: > > Hi all, > > On Tue, 14 May 2019 at 08:18, Tapani Pälli wrote: > > > > > > On 5/13/19 6:52 PM, Haehnle, Nicolai wrote: >

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 Su

[Mesa-dev] [RFC 1/2] mesa: utils: provide alternate default config mechanism

2019-05-09 Thread Sumit Semwal
b/src/util/altxmlconfig.c @@ -0,0 +1,261 @@ +/* + * XML DRI configuration shim for libexpat independent xmlconfig + * Copyright (C) 2019 Sumit Semwal, Linaro Ltd. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation

[Mesa-dev] [RFC 0/2] Alternate default config mechanism

2019-05-09 Thread Sumit Semwal
https://git.linaro.org/people/sumit.semwal/aosp/external/mesa3d.git/log/?h=expat_wip Sumit Semwal (2): mesa: utils: provide alternate default config mechanism mesa: Android: enable altxmlconfig for O+ src/gallium/targets/dri/Android.mk | 8 +- src/mesa/drivers/dri/Android.mk| 12 +- src/util/Andro

[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