Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2319223004: GPU driver bug list: Remove Linux Intel occlusion queries workaround (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_driver_bug_list_json.cc
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index 29c95f404a61e489f493cf50743e907064ad8697..5e9389add467c74b1a7232a66ed899897be83fe8 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -92,18 +92,6 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
]
},
{
- "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",
"os": {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698