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

Unified Diff: gpu/config/gpu_driver_bug_list.json

Issue 2891563002: Add workaround for Mac stencil buffer leak (Closed)
Patch Set: Created 3 years, 7 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 | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | 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
diff --git a/gpu/config/gpu_driver_bug_list.json b/gpu/config/gpu_driver_bug_list.json
index 34ae0a18b2353e6c87743977d2a39089153a458a..3c2badf7d832a35acc88ff6159dc9dbc29487e33 100644
--- a/gpu/config/gpu_driver_bug_list.json
+++ b/gpu/config/gpu_driver_bug_list.json
@@ -1,6 +1,6 @@
{
"name": "gpu driver bug list",
- "version": "10.5",
+ "version": "10.7",
"entries": [
{
"id": 1,
@@ -2368,6 +2368,20 @@
"features": [
"disable_software_to_accelerated_canvas_upgrade"
]
+ },
+ {
+ "id": 227,
+ "description": "Certain Apple devices leak stencil buffers",
+ "cr_bugs": [713854],
+ "os": {
+ "type": "macosx"
+ },
+ "vendor_id": "0x8086",
+ "device_id": ["0x0412", "0x0d26", "0x0a2e", "0x0a26", "0x0d22", "0x161e",
+ "0x1626", "0x162b", "0x1622"],
+ "features": [
+ "avoid_stencil_buffers"
+ ]
}
],
"comment": [
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698