Commit b3586464 authored by cwallez's avatar cwallez Committed by Commit bot

GPU driver bug list: Remove Linux Intel occlusion queries workaround

The relevant WebGL2 CTS tests work fine on recent Intel drivers.

BUG=590870
CQ_INCLUDE_TRYBOTS=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

Review-Url: https://codereview.chromium.org/2319223004
Cr-Commit-Position: refs/heads/master@{#417594}
parent 03be8a1d
......@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
"version": "8.95",
"version": "8.96",
"entries": [
{
"id": 1,
......@@ -71,18 +71,6 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
"needs_offscreen_buffer_workaround"
]
},
{
"id": 16,
"description": "EXT_occlusion_query appears to be buggy with Intel GPUs on Linux",
"os": {
"type": "linux"
},
"vendor_id": "0x8086",
"disabled_extensions": [
"GL_ARB_occlusion_query2",
"GL_ARB_occlusion_query"
]
},
{
"id": 17,
"description": "Some drivers are unable to reset the D3D device in the GPU process sandbox",
......
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