| 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 bf190ddd88408f0a734eaf24d1a2cc335c107709..8c91e923eb4544d8c17d47edefe7d25cc7b7c950 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.04",
|
| + "version": "9.05",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -2005,14 +2005,18 @@ LONG_STRING_CONST(
|
| },
|
| {
|
| "id": 189,
|
| - "description": "Do TexImage2D first before CopyTexImage2D for cube map texture on Intel Mac",
|
| + "description": "Do TexImage2D first before CopyTexImage2D for cube map texture on Intel Mac 10.11",
|
| "cr_bugs": [648197],
|
| "os": {
|
| - "type": "macosx"
|
| + "type": "macosx",
|
| + "version": {
|
| + "op": "<=",
|
| + "value": "10.11"
|
| + }
|
| },
|
| "vendor_id": "0x8086",
|
| "features": [
|
| - "do_teximage_before_copyteximage_to_cube_map"
|
| + "init_one_cube_map_level_before_copyteximage"
|
| ]
|
| },
|
| {
|
| @@ -2027,6 +2031,22 @@ LONG_STRING_CONST(
|
| "features": [
|
| "disable_post_sub_buffers_for_onscreen_surfaces"
|
| ]
|
| + },
|
| + {
|
| + "id": 191,
|
| + "description": "Init first two levels before CopyTexImage2D for cube map texture on Intel Mac 10.12",
|
| + "cr_bugs": [648197],
|
| + "os": {
|
| + "type": "macosx",
|
| + "version": {
|
| + "op": ">=",
|
| + "value": "10.12"
|
| + }
|
| + },
|
| + "vendor_id": "0x8086",
|
| + "features": [
|
| + "init_two_cube_map_levels_before_copyteximage"
|
| + ]
|
| }
|
| ]
|
| // Please update the version number at beginning of this file whenever you
|
|
|