diff options
author | Chia-I Wu <olv@lunarg.com> | 2011-08-31 12:31:02 +0800 |
---|---|---|
committer | Chia-I Wu <olv@lunarg.com> | 2011-09-01 10:53:30 +0800 |
commit | 644929849ccc1134bb89f1e084761c4febdc4ced (patch) | |
tree | d3ef1714890dac5ed115bf848bbe9e435678472f /Android.mk | |
parent | 47ba5c482f6c87971c8ad878dbfd9e7a4fc3e17c (diff) |
i915: build i915_dri.so for Android
Simple demos such as test-opengl-gl_basic work. SurfaceFlinger does not
work yet due to missing GL_OES_draw_texture support (and maybe more).
Reviewed-by: Chad Versace <chad@chad-versace.us>
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk index 7c7c55a113..a5c9ebc5fa 100644 --- a/Android.mk +++ b/Android.mk @@ -23,7 +23,7 @@ # BOARD_GPU_DRIVERS should be defined. The valid values are # -# classic drivers: i965 +# classic drivers: i915 i965 # gallium drivers: swrast i915g nouveau r300g r600g vmwgfx # # The main target is libGLES_mesa. For each classic driver enabled, a DRI @@ -36,7 +36,7 @@ MESA_PYTHON2 := python DRM_TOP := external/drm DRM_GRALLOC_TOP := hardware/drm_gralloc -classic_drivers := i965 +classic_drivers := i915 i965 gallium_drivers := swrast i915g nouveau r300g r600g vmwgfx MESA_GPU_DRIVERS := $(strip $(BOARD_GPU_DRIVERS)) |