| 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 2e55cc06f45fd098b39b81f639137288c7a3b761..20df5d6c3d8d5ff04ca02727499023ab31833324 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": "7.3",
|
| + "version": "7.4",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -581,22 +581,6 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
|
| ]
|
| },
|
| {
|
| - "id": 50,
|
| - "description": "NVIDIA driver requires unbinding a GpuMemoryBuffer from the texture before mapping it to main memory",
|
| - "os": {
|
| - "type": "android"
|
| - },
|
| - "gl_type": "gles",
|
| - "gl_version": {
|
| - "op": "<",
|
| - "value": "3.1"
|
| - },
|
| - "gl_vendor": "NVIDIA.*",
|
| - "features": [
|
| - "release_image_after_use"
|
| - ]
|
| - },
|
| - {
|
| "id": 51,
|
| "description": "TexSubImage2D() is faster for full uploads on ANGLE",
|
| "os": {
|
|
|