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

Disable GL_EXT_disjoint_timer_query for Nexus5 and Nexus7v2

Disable GL_EXT_disjoint_timer_query for Nexus5 and Nexus7v2, because
glGetQueryObject(GL_QUERY_RESULT_AVAILABLE) blocks unexpectedly.

Bug: 750306, 764526
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: I752d51c05c26203a759b6c2ded961a84a90cc4cd
Reviewed-on: https://chromium-review.googlesource.com/895246Reviewed-by: default avatarAntoine Labour <piman@chromium.org>
Commit-Queue: Peng Huang <penghuang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#533307}
parent 4d39420b
...@@ -2624,7 +2624,7 @@ ...@@ -2624,7 +2624,7 @@
"value": "9.0" "value": "9.0"
} }
}, },
"gl_renderer": "Adreno \\(TM\\) 5[34]0", "gl_renderer": "Adreno \\(TM\\) (3.*|5[34]0)",
"disabled_extensions": [ "disabled_extensions": [
"GL_EXT_disjoint_timer_query", "GL_EXT_disjoint_timer_query",
"GL_EXT_disjoint_timer_query_webgl2" "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