Chih-Wei Huang <[email protected]> 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 <[email protected]> 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 <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
signature.asc
Description: PGP signature
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
