| 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 847a58bf552d93e1038eb6b05687eaa8d33322c8..57d0a95a28e3c7672fa2f5f20f94312309ca07a7 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.97",
|
| + "version": "8.98",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -44,6 +44,26 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
|
| ]
|
| },
|
| {
|
| + "id": 5,
|
| + "description": "Always call glUseProgram after a successful link to avoid a driver bug",
|
| + "cr_bugs": [349137],
|
| + "vendor_id": "0x10de",
|
| + "exceptions": [
|
| + {
|
| + "os": {
|
| + "type": "macosx",
|
| + "version": {
|
| + "op": ">=",
|
| + "value": "10.9"
|
| + }
|
| + }
|
| + }
|
| + ],
|
| + "features": [
|
| + "use_current_program_after_successful_link"
|
| + ]
|
| + },
|
| + {
|
| "id": 6,
|
| "description": "Restore scissor on FBO change with Qualcomm GPUs on older versions of Android",
|
| "cr_bugs": [165493, 222018],
|
|
|