commit | ac296aee58158ccf1953e812a04f99eb5f8eb57b | [log] [tgz] |
---|---|---|
author | Chih-Wei Huang <cwhuang@android-x86.org> | Wed May 20 11:25:29 2015 +0800 |
committer | Eric Anholt <eric@anholt.net> | Tue Jun 09 11:38:45 2015 -0700 |
tree | b762716ff8f3ac35c3cf731550a546d8169d0718 | |
parent | 933df3d3350867282d7334c94abf1ec677d78029 [diff] |
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@linux.org.tw> Reviewed-by: Eric Anholt <eric@anholt.net>