| 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 29c95f404a61e489f493cf50743e907064ad8697..b06b11a7daf7b937987d66212cb023e6f0921626 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.94",
|
| + "version": "8.95",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -44,26 +44,6 @@ 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],
|
|
|