| 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 0eeda1918426a0e5cd7bf1cdbe76e121a9c4f752..903680adc889ef0a8a7995ea0fab87d251927225 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": "3.1",
|
| + "version": "3.2",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -678,6 +678,20 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
|
| "features": [
|
| "wake_up_gpu_before_drawing"
|
| ]
|
| + },
|
| + {
|
| + "id": 50,
|
| + "description": "NVIDIA driver requires unbinding a GpuMemoryBuffer from the texture before mapping it to main memory",
|
| + "os": {
|
| + "type": "android"
|
| + },
|
| + "gl_vendor": {
|
| + "op": "beginwith",
|
| + "value": "NVIDIA"
|
| + },
|
| + "features": [
|
| + "release_image_after_use"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|