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 e2c9f2992731ada21aa04bbd468a8505adab7700..4ff843ff4f4675a7667f5d5b875df979c214d53d 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.03", |
| + "version": "9.04", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -2043,6 +2043,19 @@ LONG_STRING_CONST( |
| "features": [ |
| "disable_post_sub_buffers_for_onscreen_surfaces" |
| ] |
| + }, |
| + { |
| + "id": 191, |
| + "description": "Decode and encode before generateMipmap for srgb format textures", |
| + "cr_bugs": [634519], |
| + "gl_type": "gl", |
| + "gl_version": { |
| + "op": "<", |
| + "value": "4.4" |
| + }, |
| + "features": [ |
| + "decode_encode_srgb_for_generatemipmap" |
| + ] |
| } |
|
Julien Isorce Samsung
2016/10/04 13:41:25
Because of crbug.com/222934, you cannot rely on gl
|
| ] |
| // Please update the version number at beginning of this file whenever you |