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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 311263003: Delete non-CoreAnimation code in RWHVMac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@swappressure
Patch Set: Update driver bug Created 6 years, 6 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
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 07b50608aedffee7ebd9617d63bf5a23a8362995..be50d42956071c5c41e473c7ca399c0fb6df354f 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": "5.9",
+ "version": "6.0",
"entries": [
{
"id": 1,
@@ -860,24 +860,6 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
]
},
{
- "id": 67,
- "description": "Force glFinish() after compositing on Mavericks on Intel GPU",
- // TODO(ccameron): Get rid of this when we move to CoreAnimation.
- "cr_bugs": [318877],
- "os": {
- "type": "macosx",
- "version": {
- "op": ">=",
- "value": "10.9"
- }
- },
- "vendor_id": "0x8086",
- "multi_gpu_category": "active",
- "features": [
- "force_gl_finish_after_compositing"
- ]
- },
- {
"id": 68,
"description": "Disable partial swaps on linux drivers",
"cr_bugs": [339493],

Powered by Google App Engine
This is Rietveld 408576698