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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2515413002: Revert workaround due to perf regression (Closed)
Patch Set: Created 4 years, 1 month 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
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 ccf979300e15e407f0b29f9566e8da64c8f05223..6193be0478fcf8a1ccdfa5e88776587ad30c0df5 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -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": "9.18",
+ "version": "9.19",
"entries": [
{
"id": 1,
@@ -2209,18 +2209,6 @@ LONG_STRING_CONST(
"features": [
"remove_invariant_and_centroid_for_essl3"
]
- },
- {
- "id": 204,
- "cr_bugs": [665656],
- "description": "Hardware readback from 2D canvas to WebGL texture is flaky on Mac Intel",
- "os": {
- "type": "macosx"
- },
- "vendor_id": "0x8086",
- "features": [
- "force_software_readback_from_2d_canvas"
- ]
}
]
// Please update the version number at beginning of this file whenever you
« no previous file with comments | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698