| 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 4ab09ef8f32b1044a0366c188ad1d4f3dfef76fc..bdc2038eed6ab02bfc8c86695419e21ed65372ed 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": "8.68",
|
| + "version": "8.69",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -2039,6 +2039,17 @@ LONG_STRING_CONST(
|
| "features": [
|
| "disable_post_sub_buffers_for_onscreen_surfaces"
|
| ]
|
| + },
|
| + {
|
| + "id": 169,
|
| + "description": "Mac Drivers store texture level parameters on int16_t that overflow",
|
| + "cr_bugs": [610153],
|
| + "os": {
|
| + "type": "macosx"
|
| + },
|
| + "features": [
|
| + "use_shadowed_tex_level_params"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|