> > > >
> > > >
> > > > 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
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:
>
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
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
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
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