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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 153173002: Add a gpu driver bug workaround to count in all varyings in packing check. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
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 c13227506967ad6c97b1de937b79e19772a3d728..f42dbb903486ccceed200fa2cfe183bf98e6d06e 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": "3.8",
+ "version": "3.9",
"entries": [
{
"id": 1,
@@ -707,6 +707,36 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
"features": [
"disable_framebuffer_multisample"
]
+ },
+ {
+ "id": 54,
+ "cr_bugs": [333885],
+ "description": "Mesa drivers handle varyings without static use incorrectly",
+ "os": {
+ "type": "linux"
+ },
+ "driver_vendor": {
+ "op": "=",
+ "value": "Mesa"
+ },
+ "features": [
+ "count_all_in_varyings_packing"
+ ]
+ },
+ {
+ "id": 55,
+ "cr_bugs": [333885],
+ "description": "Mesa drivers handle varyings without static use incorrectly",
Ken Russell (switch to Gerrit) 2014/02/04 00:34:37 The duplication here is unfortunate. Could you ple
Zhenyao Mo 2014/02/06 21:54:05 Done.
+ "os": {
+ "type": "chromeos"
+ },
+ "driver_vendor": {
+ "op": "=",
+ "value": "Mesa"
+ },
+ "features": [
+ "count_all_in_varyings_packing"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698