| 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 57d0a95a28e3c7672fa2f5f20f94312309ca07a7..847a58bf552d93e1038eb6b05687eaa8d33322c8 100644
|
| --- a/gpu/config/gpu_driver_bug_list_json.cc
|
| +++ b/gpu/config/gpu_driver_bug_list_json.cc
|
| @@ -19,7 +19,7 @@
|
| {
|
| "name": "gpu driver bug list",
|
| // Please update the version number whenever you change this file.
|
| - "version": "8.98",
|
| + "version": "8.97",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -41,26 +41,6 @@
|
| "gl_vendor": "ARM.*",
|
| "features": [
|
| "use_client_side_arrays_for_stream_buffers"
|
| - ]
|
| - },
|
| - {
|
| - "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"
|
| ]
|
| },
|
| {
|
|
|