summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/egl-static
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2013-05-03 15:44:09 +0800
committerChad Versace <chad.versace@linux.intel.com>2013-05-06 07:20:07 -0700
commitda109d56d5df8b3188d8cf18ef42343793a9dbf8 (patch)
treea348d9f0cf4188323cf043d50c1a8fbda6168cd8 /src/gallium/targets/egl-static
parent739b88330c26457834c5e7e1b2e16cc3655d3fac (diff)
downloadexternal_mesa3d-da109d56d5df8b3188d8cf18ef42343793a9dbf8.zip
external_mesa3d-da109d56d5df8b3188d8cf18ef42343793a9dbf8.tar.gz
external_mesa3d-da109d56d5df8b3188d8cf18ef42343793a9dbf8.tar.bz2
android: add ilo to the build system
It can be selected with BOARD_GPU_DRIVERS := ilo Signed-off-by: Chia-I Wu <olvaffe@gmail.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Diffstat (limited to 'src/gallium/targets/egl-static')
-rw-r--r--src/gallium/targets/egl-static/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/targets/egl-static/Android.mk b/src/gallium/targets/egl-static/Android.mk
index 99c0812..06975db 100644
--- a/src/gallium/targets/egl-static/Android.mk
+++ b/src/gallium/targets/egl-static/Android.mk
@@ -56,6 +56,9 @@ endif
ifneq ($(filter i915g, $(MESA_GPU_DRIVERS)),)
LOCAL_CFLAGS += -D_EGL_PIPE_I915=1
endif
+ifneq ($(filter ilo, $(MESA_GPU_DRIVERS)),)
+LOCAL_CFLAGS += -D_EGL_PIPE_ILO=1
+endif
ifneq ($(filter nouveau, $(MESA_GPU_DRIVERS)),)
LOCAL_CFLAGS += -D_EGL_PIPE_NOUVEAU=1
endif