aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2016-12-14 14:01:53 -0800
committerJesse Hall <jessehall@google.com>2016-12-14 14:01:53 -0800
commit7d4ec4dfe662dea59d89419321e59392848e64d9 (patch)
treefe6e05bc7ba5c638ebc727b2718e0fa058d6cb57
parent31b0e7ff6d473574d449f50bfec8653caab4d8d7 (diff)
downloadsource.android.com-nougat-mr2.1-release.tar.gz
GL preloading is being removed, so this property will no longer have any effect. Bug: 33531483 Change-Id: I8b67aeb30404db2b1f1759e59d4c2871c07e3f51
-rw-r--r--src/devices/tech/config/renderer.jd10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/devices/tech/config/renderer.jd b/src/devices/tech/config/renderer.jd
index f19b1851..98838673 100644
--- a/src/devices/tech/config/renderer.jd
+++ b/src/devices/tech/config/renderer.jd
@@ -144,16 +144,6 @@ made of 4 floats, or 16 bytes.</td>
</tr>
<tr>
- <td><code>ro.zygote.disable_gl_preload</code></td>
- <td><code>boolean</code></td>
- <td><code>false</code></td>
- <td>Used to enable/disable preloading of EGL/GL drivers in Zygote at boot time. When this property is
-set to false, Zygote will preload the GL drivers by invoking eglGetDisplay(EGL_DEFAULT_DISPLAY).
-The goal is to load the dynamic libraries code in Zygote to share it with all the other processes. If a driver
-does not support being shared, set this property to true.</td>
-</tr>
-
-<tr>
<td><code>hwui.text_gamma_correction</code></td>
<td><code>string</code></td>
<td><code>lookup</code></td>