| 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 aead8e04f6c599fdfb03a34d3015542bf962dd52..fa4b0cebc9f78bdb891b4be5b8bc48db7072f706 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.21",
|
| + "version": "9.22",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -2234,6 +2234,42 @@ LONG_STRING_CONST(
|
| "GL_KHR_blend_equation_advanced",
|
| "GL_KHR_blend_equation_advanced_coherent"
|
| ]
|
| + },
|
| + {
|
| + "id": 207,
|
| + "description": "Decode and Encode before generateMipmap for srgb format textures on Windows",
|
| + "cr_bugs": [634519],
|
| + "os" : {
|
| + "type": "win"
|
| + },
|
| + "features" : [
|
| + "decode_encode_srgb_for_generatemipmap"
|
| + ]
|
| + },
|
| + {
|
| + "id": 208,
|
| + "description": "Decode and Encode before generateMipmap for srgb format textures on Linux Mesa ANGLE path",
|
| + "cr_bugs": [634519],
|
| + "os": {
|
| + "type": "linux"
|
| + },
|
| + "gl_renderer": "ANGLE.*",
|
| + "vendor_id": "0x8086",
|
| + "features": [
|
| + "decode_encode_srgb_for_generatemipmap"
|
| + ]
|
| + },
|
| + {
|
| + "id": 209,
|
| + "description": "Decode and Encode before generateMipmap for srgb format textures on Chromeos Intel",
|
| + "cr_bugs": [634519],
|
| + "os": {
|
| + "type": "chromeos"
|
| + },
|
| + "vendor_id": "0x8086",
|
| + "features": [
|
| + "decode_encode_srgb_for_generatemipmap"
|
| + ]
|
| }
|
| ]
|
| // Please update the version number at beginning of this file whenever you
|
|
|