msm8974-common: Allow additional gralloc 1.0 buffer usage bits
* Our platform requires 0x02000000U (USAGE_PRIVATE_UNCACHED) for camera, video, and various other functionality Change-Id: Ie5a8a46fef1c0f28ebd2cd3b3d29cc19763bc2a3
This commit is contained in:
parent
7eb0d299d2
commit
82bf4a6bc2
@ -62,6 +62,7 @@ endif
|
||||
# Display
|
||||
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
|
||||
OVERRIDE_RS_DRIVER:= libRSDriver_adreno.so
|
||||
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x02000000U
|
||||
|
||||
# Shader cache config options
|
||||
# Maximum size of the GLES Shaders that can be cached for reuse.
|
||||
|
Loading…
Reference in New Issue
Block a user