Commit a714b0b2 authored by Peng Huang's avatar Peng Huang Committed by Commit Bot

Disable timestamp queries for NetEase MuMu GL on Android

Bug: 828721
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: Ie0ae4daf4622b30db79b71c9024c5b67a3095bc6
Reviewed-on: https://chromium-review.googlesource.com/997953Reviewed-by: default avatarAntoine Labour <piman@chromium.org>
Commit-Queue: Peng Huang <penghuang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548870}
parent 879ef447
......@@ -2880,6 +2880,23 @@
"GL_EXT_disjoint_timer_query",
"GL_EXT_disjoint_timer_query_webgl2"
]
},
{
"id": 266,
"cr_bugs": [828721],
"description": "Crash in gl::GLApiBase::glGetQueryObjectui64vFn with NetEase devices ",
"os": {
"type": "android"
},
"gl_vendor": "NetEase",
"gl_renderer": "MuMu GL.*",
"features": [
"disable_timestamp_queries"
],
"disabled_extensions": [
"GL_EXT_disjoint_timer_query",
"GL_EXT_disjoint_timer_query_webgl2"
]
}
]
}
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