Commit 6e2d1fe2 authored by Khushal's avatar Khushal Committed by Commit Bot

ui/gl: Blacklist GL_EXT_shader_framebuffer_fetch on Adreno android.

This is resulting in crashes on Adreno devices on webview.

R=kbr@chromium.org

Bug: 1010338
Change-Id: I27a2f3763b533390f315356678d9cea026ec0296
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850417
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Auto-Submit: Khushal <khushalsagar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#704792}
parent c9e6668b
...@@ -3369,6 +3369,18 @@ ...@@ -3369,6 +3369,18 @@
"features": [ "features": [
"exit_on_context_lost" "exit_on_context_lost"
] ]
} },
{
"id": 314,
"cr_bugs": [1010338],
"description": "Crash on Adreno when using GL_EXT_shader_framebuffer_fetch",
"os": {
"type": "android"
},
"gl_renderer": "Adreno.*",
"disabled_extensions": [
"GL_EXT_shader_framebuffer_fetch"
]
}
] ]
} }
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