From c4f8707d2390f7ce161a313f6920d1b0874210af Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Wed, 10 Feb 2016 12:09:14 -0600 Subject: [PATCH] Android: enable texture-float This is required by freedreno at least for GLES3 support. See docs/patents.txt for information about turning this on for s/w renderers. Signed-off-by: Rob Herring --- Android.common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.common.mk b/Android.common.mk index 7db9043a9c9..dd7272c884b 100644 --- a/Android.common.mk +++ b/Android.common.mk @@ -60,6 +60,7 @@ LOCAL_CFLAGS += \ -DHAVE___BUILTIN_UNREACHABLE \ -DHAVE_PTHREAD=1 \ -DHAVE_DLOPEN \ + -DTEXTURE_FLOAT_ENABLED \ -fvisibility=hidden \ -Wno-sign-compare -- 2.11.0