| 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 7f63c19b410f5c53481d24b42d15f14f3e5b81c4..64b5f4dab79aac74c03ea4830426840ba81b725b 100644
|
| --- a/gpu/config/gpu_driver_bug_list_json.cc
|
| +++ b/gpu/config/gpu_driver_bug_list_json.cc
|
| @@ -1782,25 +1782,25 @@ LONG_STRING_CONST(
|
| {
|
| "id": 150,
|
| "cr_bugs": [563714],
|
| - "description": "Alignment works incorrectly with unpack buffer bound",
|
| + "description": "Unpack params work incorrectly with unpack buffer bound",
|
| "os": {
|
| "type": "linux"
|
| },
|
| "vendor_id": "0x10de",
|
| "gl_vendor": "NVIDIA.*",
|
| "features": [
|
| - "unpack_alignment_workaround_with_unpack_buffer"
|
| + "unpack_parameters_workaround_with_unpack_buffer"
|
| ]
|
| },
|
| {
|
| "id": 151,
|
| "cr_bugs": [563714],
|
| - "description": "Alignment works incorrectly with unpack buffer bound",
|
| + "description": "Unpack params work incorrectly with unpack buffer bound",
|
| "os": {
|
| "type": "macosx"
|
| },
|
| "features": [
|
| - "unpack_alignment_workaround_with_unpack_buffer"
|
| + "unpack_parameters_workaround_with_unpack_buffer"
|
| ]
|
| },
|
| {
|
|
|