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

Unified Diff: gpu/config/gpu_driver_bug_list.json

Issue 2874163003: Move dual GPU macbook with Intel HD 3000 out of blacklist. (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 | « no previous file | gpu/config/software_rendering_list.json » ('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 b2f637fedddef5829780997750f650eae73bd370..944660e6d838be3a72773bf777b79260d0620920 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.7",
+ "version": "10.8",
"entries": [
{
"id": 1,
@@ -2447,6 +2447,20 @@
"features": [
"avoid_stencil_buffers"
]
+ },
+ {
+ "id": 228,
+ "description": "Intel HD 3000 driver crashes frequently on Mac",
+ "cr_bugs": [720152],
+ "os": {
+ "type": "macosx"
+ },
+ "vendor_id": "0x8086",
+ "device_id": ["0x0116", "0x0126"],
+ "multi_gpu_style": "amd_switchable",
+ "features": [
+ "force_discrete_gpu"
+ ]
}
],
"comment": [
« no previous file with comments | « no previous file | gpu/config/software_rendering_list.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698