Commit d4260731 authored by Khushal's avatar Khushal Committed by Commit Bot

ui/gl: Disable Qcomm tiled rendering extension for Android.

This is suspected to be the cause for crashes on webview. Speculatively
disabling it to validate this.

R=zmo@chromium.org

Bug: 1042615
Change-Id: I6fb870f285c0897cd068d24e9e1497c6018d9835
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067455Reviewed-by: default avatarZhenyao Mo <zmo@chromium.org>
Commit-Queue: Khushal <khushalsagar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#743363}
parent b274d7cd
......@@ -208,6 +208,7 @@ const char* kBlacklistExtensions[] = {
"GL_NV_bindless_texture",
"GL_NV_texture_barrier",
"GL_OES_sample_shading",
"GL_QCOM_tiled_rendering",
};
} // anonymous namespace
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment