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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2372343002: Mac video: Add blacklist entry for AVSampleBufferDisplayLayer (Closed)
Patch Set: Rebase 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 | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | 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 932df26accaa740e019c2333feb1e55bea30fae4..2688e76255bb0da0f0471586fa581cbf14d57166 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": "8.95",
+ "version": "9.00",
"entries": [
{
"id": 1,
@@ -1959,6 +1959,21 @@ LONG_STRING_CONST(
]
},
{
+ "id": 188,
+ "description": "AVSampleBufferDisplayLayer leaks IOSurfaces on 10.9.",
+ "cr_bugs": [632178],
+ "os": {
+ "type": "macosx",
+ "version": {
+ "op": "<=",
+ "value": "10.10"
+ }
+ },
+ "features": [
+ "disable_av_sample_buffer_display_layer"
+ ]
+ },
+ {
"id": 190,
"description": "Disable partial swaps on Mesa drivers (detected with GL_VERSION)",
"cr_bugs": [339493],
« no previous file with comments | « no previous file | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698