[Mesa-dev] [PATCH 08/12] android: clean up the makefile of libGLES_mesa
Eric Anholt
eric at anholt.net
Mon Jun 8 14:53:17 PDT 2015
Chih-Wei Huang <cwhuang at android-x86.org> writes:
> Most of the logic for the gallium drivers has been moved to
> src/gallium/targets/dri/Android.mk.
I don't think this and the previous patch make sense on their own -- the
previous one was dropping swrast but not the other drivers, and some of
the gallium bits but not all.
I'd like to squash this and the previous one, with a new commit message
that explains the context of what we're doing and why:
commit 3ef25356ab0afd79681950437c356242ceeb7f3a
Author: Chih-Wei Huang <cwhuang at android-x86.org>
Date: Wed May 20 11:25:29 2015 +0800
android: Depend on gallium_dri from EGL, instead of linking in gallium.
The Android gallium build used to use gallium_egl, which was removed back
in March. Instead, we will now use a normal Mesa libEGL loader with
dlopen()ing of a DRI module.
v2: add a clean step to rebuild all dri modules properly.
v3: Squish the 2 patches doing this together (change by anholt).
Signed-off-by: Chih-Wei Huang <cwhuang at linux.org.tw>
Reviewed-by: Eric Anholt <eric at anholt.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150608/886afa92/attachment.sig>
More information about the mesa-dev
mailing list