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

Disable timestamp queries for VMware on Linux

Bug: 811661
Cq-Include-Trybots: luci.chromium.try:linux_optional_gpu_tests_rel;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: I02a7aa880ad407afe0dc2c79e8a99be90bd59bd8
Reviewed-on: https://chromium-review.googlesource.com/960582
Commit-Queue: Peng Huang <penghuang@chromium.org>
Reviewed-by: default avatarAntoine Labour <piman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543712}
parent e50caa80
...@@ -2863,6 +2863,23 @@ ...@@ -2863,6 +2863,23 @@
"features": [ "features": [
"init_gl_position_in_vertex_shader" "init_gl_position_in_vertex_shader"
] ]
},
{
"id": 265,
"cr_bugs": [811661],
"description": "Crash in glQueryCounter() in VMware driver",
"os": {
"type": "linux"
},
"vendor_id": "0x15ad",
"device_id": ["0x0405"],
"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