mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: Drop custom display flags
* TARGET_USES_OVERLAY and USE_OPENGL_RENDERER are largely deprecated * Don't set triple buffering, it introduces latency * Don't use custom VSYNC offsets Change-Id: If2892c83726c3558a96b28a8404f49982ebb9ba0 [haggertk: Only triple offset aspect of this change is relevant to this device family]
This commit is contained in:
parent
417dc63a46
commit
718accfed1
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ USE_DEX2OAT_DEBUG := false
|
|||
DONT_DEXPREOPT_PREBUILTS := true
|
||||
|
||||
# Display
|
||||
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
|
||||
OVERRIDE_RS_DRIVER := libRSDriver_adreno.so
|
||||
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x02000000U
|
||||
|
||||
|
|
Loading…
Reference in a new issue