libEGL: allow devices to workaround Google bug 10194508
Most older blobs don't have the EGL_KHR_gl_colorspace extension and need this workaround. Change-Id: Ifc5d097c1a0b68275d23c2d191976ac96631b695
This commit is contained in:
parent
fd1fb639a1
commit
ff59fbd819
@ -50,6 +50,9 @@ endif
|
||||
ifeq ($(TARGET_BOARD_PLATFORM), omap4)
|
||||
LOCAL_CFLAGS += -DWORKAROUND_BUG_10194508=1
|
||||
endif
|
||||
ifeq ($(BOARD_EGL_WORKAROUND_BUG_10194508),true)
|
||||
LOCAL_CFLAGS += -DWORKAROUND_BUG_10194508=1
|
||||
endif
|
||||
ifneq ($(MAX_EGL_CACHE_ENTRY_SIZE),)
|
||||
LOCAL_CFLAGS += -DMAX_EGL_CACHE_ENTRY_SIZE=$(MAX_EGL_CACHE_ENTRY_SIZE)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user