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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 474093002: Hook up two GPU driver bug workarounds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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.cc
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index ffaa929e57c8148e70900964cea524b09ab37b37..33a5aaeeb9acf52e58b41d9604155e2e6c84078f 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": "7.0",
+ "version": "7.1",
"entries": [
{
"id": 1,
@@ -990,6 +990,37 @@ LONG_STRING_CONST(
"features": [
"disable_d3d11"
]
+ },
+ {
+ "id": 88,
+ "description": "Always rewrite vec/mat constructors to be consistent",
+ "cr_bugs": [398694],
+ "features": [
+ "scalarize_vec_and_mat_constructor_args"
+ ]
+ },
+ {
+ "id": 89,
+ "description": "Mac drivers handle struct scopes incorrectly",
+ "cr_bugs": [403957],
+ "os": {
+ "type": "macosx"
+ },
+ "features": [
+ "regenerate_struct_names"
+ ]
+ },
+ {
+ "id": 90,
+ "description": "Linux AMD drivers handle struct scopes incorrectly",
+ "cr_bugs": [403957],
+ "os": {
+ "type": "linux"
+ },
+ "vendor_id": "0x1002",
+ "features": [
+ "regenerate_struct_names"
+ ]
}
]
}
« 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