| 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 944c0d9e4a007791eefe719959bf1fcebcad0ca0..f62723db4011e6aca2c6ed31ae0431215b148e86 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.08",
|
| + "version": "9.09",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -2099,6 +2099,41 @@ LONG_STRING_CONST(
|
| "features": [
|
| "init_two_cube_map_levels_before_copyteximage"
|
| ]
|
| + },
|
| + {
|
| + "id": 195,
|
| + "description": "adjust src/dst region if blitting pixels outside read framebuffer on Mac",
|
| + "cr_bugs": [644740],
|
| + "os": {
|
| + "type": "macosx"
|
| + },
|
| + "features": [
|
| + "adjust_src_dst_region_for_blitframebuffer"
|
| + ]
|
| + },
|
| + {
|
| + "id": 196,
|
| + "description": "adjust src/dst region if blitting pixels outside read framebuffer on Linux Intel",
|
| + "cr_bugs": [664740],
|
| + "os": {
|
| + "type": "linux"
|
| + },
|
| + "vendor_id": "0x8086",
|
| + "features": [
|
| + "adjust_src_dst_region_for_blitframebuffer"
|
| + ]
|
| + },
|
| + {
|
| + "id": 197,
|
| + "description": "adjust src/dst region if blitting pixels outside read framebuffer on Linux AMD",
|
| + "cr_bugs": [664740],
|
| + "os": {
|
| + "type": "linux"
|
| + },
|
| + "vendor_id": "0x1002",
|
| + "features": [
|
| + "adjust_src_dst_region_for_blitframebuffer"
|
| + ]
|
| }
|
| ]
|
| // Please update the version number at beginning of this file whenever you
|
|
|