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

Unified Diff: content/browser/gpu/gpu_driver_bug_list.json

Issue 13730008: Blacklist EXT_draw_buffers on Mac NVIDIA GeForce GT 650M. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 8 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/command_buffer/service/feature_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_driver_bug_list.json
===================================================================
--- content/browser/gpu/gpu_driver_bug_list.json (revision 192581)
+++ content/browser/gpu/gpu_driver_bug_list.json (working copy)
@@ -91,7 +91,7 @@
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
- "version": "1.1",
+ "version": "1.2",
"entries": [
{
"id": 1,
@@ -306,6 +306,18 @@
"features": [
"disable_depth_texture"
]
+ },
+ {
+ "id": 18,
Ken Russell (switch to Gerrit) 2013/04/05 23:54:37 Please add a description. "Disable EXT_draw_buffer
+ "os": {
+ "type": "macosx"
+ },
+ "vendor_id": "0x10de",
+ "device_id": ["0x0fd5"],
+ "multi_gpu_category": "any",
+ "features": [
+ "disable_ext_draw_buffers"
+ ]
}
]
}
« no previous file with comments | « no previous file | gpu/command_buffer/service/feature_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698