Commit 3b5fb84e authored by Peng Huang's avatar Peng Huang Committed by Commit Bot

Disable GL_TIME_ELAPSED on VMWare GPU

Bug: 811661
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;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: I8a6e18dd431384efd1fef06fb93beab93343e8ef
Reviewed-on: https://chromium-review.googlesource.com/1216065Reviewed-by: default avatarAntoine Labour <piman@chromium.org>
Commit-Queue: Peng Huang <penghuang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#590009}
parent 67f6a555
...@@ -2828,13 +2828,18 @@ ...@@ -2828,13 +2828,18 @@
{ {
"id": 265, "id": 265,
"cr_bugs": [811661], "cr_bugs": [811661],
"description": "Crash in glQueryCounter() in VMware driver", "description": "Crash in glQueryCounter() and glBeginQuery() with VMware driver ",
"os": { "os": {
"type": "linux" "type": "linux"
}, },
"gl_vendor": "VMware.*", "gl_vendor": "VMware.*",
"features": [ "features": [
"disable_timestamp_queries" "disable_timestamp_queries"
],
"disabled_extensions": [
"GL_ARB_timer_query",
"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