summaryrefslogtreecommitdiff
path: root/src/egl/main/Android.mk
AgeCommit message (Collapse)AuthorFilesLines
2011-11-26android: bring in i915_dri and i965_dri automaticallyChia-I Wu1-0/+4
Add i915_dri and i965_dri to libGLES_mesa's LOCAL_REQUIRED_MODULES when enabled.
2011-11-26android: move libGLES_mesa build rules to src/egl/main/.Chia-I Wu1-3/+83
Keep the top-level Android.mk away from building modules.
2011-08-28android: add support for egl_dri2Chia-I Wu1-0/+3
Add rules to build egl_dri2 and make it a built-in EGL driver of libGLES_mesa. Reviewed-by: Chad Versace <chad@chad-versace.us>
2011-08-21android: build core EGLChia-I Wu1-0/+64
This builds the static library libmesa_egl from core EGL. Reviewed-by: Chad Versace <chad@chad-versace.us>