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 1f34a4e4485980dd34195f6a671fc09f7db89764..c17c035384204cc8ed8af36ba874e649836ef465 100644 |
| --- a/gpu/config/gpu_driver_bug_list_json.cc |
| +++ b/gpu/config/gpu_driver_bug_list_json.cc |
| @@ -1481,6 +1481,22 @@ LONG_STRING_CONST( |
| "features": [ |
| "disable_program_cache" |
| ] |
| + }, |
| + { |
| + "id": 127, |
| + "cr_bugs": [521904], |
| + "description": "Linux Mesa drivers crash on glTexSubImage2D() to texture storage bound to FBO", |
| + "os": { |
| + "type": "linux" |
| + }, |
| + "driver_vendor": "Mesa", |
| + "driver_version": { |
| + "op": "<=", |
| + "value": "10.5.2" |
|
piman
2015/08/31 23:36:16
Should this be < 10.6 ? According to the mesa bug
dshwang
2015/09/01 13:50:13
correct. sorry for naive code. Done.
|
| + }, |
| + "features": [ |
| + "disable_texture_storage" |
| + ] |
| } |
| ] |
| } |