summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Leon Scroggins III <scroggo@google.com> 2021-12-15 14:16:55 -0500
committer Leon Scroggins <scroggo@google.com> 2021-12-16 02:02:35 +0000
commitc0cc76e56ccf43de0746a936692c1bd33570ec1f (patch)
tree4edc9e6b1170414a53395e20ae0a4e5a7bac344d
parente040b29e861bb21604caf0a70b5aa89a3441e426 (diff)
No need for stencil buffer for A8.
Brought up in I93a20ef8eb7d73b843e002d84d9fe53240a67c59. Bug: 193170859 Test: manual Change-Id: Ia401e1c6ac22d0fc2105a14248c427d1f4141807
-rw-r--r--libs/hwui/renderthread/EglManager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/renderthread/EglManager.cpp b/libs/hwui/renderthread/EglManager.cpp
index 6c3541ee24f6..02257db9df6a 100644
--- a/libs/hwui/renderthread/EglManager.cpp
+++ b/libs/hwui/renderthread/EglManager.cpp
@@ -262,8 +262,6 @@ EGLConfig EglManager::loadA8Config(EGLDisplay display, EglManager::SwapBehavior
0,
EGL_DEPTH_SIZE,
0,
- EGL_STENCIL_SIZE,
- STENCIL_BUFFER_SIZE,
EGL_SURFACE_TYPE,
EGL_WINDOW_BIT | eglSwapBehavior,
EGL_NONE};