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 |