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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2737243002: Expand 2 Linux/NVIDIA workarounds to Android/NVIDIA (Closed)
Patch Set: Created 3 years, 9 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 | no next file » | 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 850b3eb896905f76cd4fee1819d64fa0c489b05b..b41b77c3764becc9d8ff6afd5b8ba2d0f88d02e4 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": "9.32",
+ "version": "9.33",
"entries": [
{
"id": 1,
@@ -2339,6 +2339,30 @@ LONG_STRING_CONST(
"features": [
"use_gpu_driver_workaround_for_testing"
]
+ },
+ {
+ "id": 216,
+ "cr_bugs": [698926],
+ "description": "Pack parameters work incorrectly with pack buffer bound",
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": "NVIDIA.*",
+ "features": [
+ "pack_parameters_workaround_with_pack_buffer"
+ ]
+ },
+ {
+ "id": 217,
+ "cr_bugs": [698926],
+ "description": "Alignment works incorrectly with unpack buffer bound",
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": "NVIDIA.*",
+ "features": [
+ "unpack_alignment_workaround_with_unpack_buffer"
+ ]
}
]
// Please update the version number at beginning of this file whenever you
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698