Chromium Code Reviews| 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 4ab09ef8f32b1044a0366c188ad1d4f3dfef76fc..b34514fb83d62ec079cb722aeb4fca46602fa78d 100644 |
| --- a/gpu/config/gpu_driver_bug_list_json.cc |
| +++ b/gpu/config/gpu_driver_bug_list_json.cc |
| @@ -2039,6 +2039,17 @@ LONG_STRING_CONST( |
| "features": [ |
| "disable_post_sub_buffers_for_onscreen_surfaces" |
| ] |
| + }, |
| + { |
| + "id": 169, |
| + "description": "Mac Drivers store texture lebel parameters on int16_t that overflow", |
|
Zhenyao Mo
2016/05/31 01:42:48
lebel -> level
|
| + "cr_bugs": [610153], |
| + "os": { |
| + "type": "macosx" |
| + }, |
| + "features": [ |
| + "use_shadowed_tex_level_params" |
| + ] |
| } |
| ] |
| } |