| 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 fa4b0cebc9f78bdb891b4be5b8bc48db7072f706..2482bb65d773ccd8ccd83ea5493b387abfe02494 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.22",
|
| + "version": "9.23",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -2270,6 +2270,18 @@ LONG_STRING_CONST(
|
| "features": [
|
| "decode_encode_srgb_for_generatemipmap"
|
| ]
|
| + },
|
| + {
|
| + "id": 210,
|
| + "description": "Decode and Encode before generateMipmap for srgb format textures on Linux AMD",
|
| + "cr_bugs": [634519],
|
| + "os": {
|
| + "type": "linux"
|
| + },
|
| + "vendor_id": "0x1002",
|
| + "features": [
|
| + "decode_encode_srgb_for_generatemipmap"
|
| + ]
|
| }
|
| ]
|
| // Please update the version number at beginning of this file whenever you
|
|
|