| 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 399beb859852f8ef01dfa93a4f69091f3f9ca70a..dc2c7a8a67a7573da35f2cac410e24f3d94213d6 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": "9.28",
|
| + "version": "9.29",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -2323,6 +2323,16 @@ LONG_STRING_CONST(
|
| "features": [
|
| "use_virtualized_gl_contexts"
|
| ]
|
| + },
|
| + {
|
| + "id": 214,
|
| + "description": "Certain versions of Qualcomm driver don't setup scissor state correctly when FBO0 is bound.",
|
| + "cr_bugs": [670607],
|
| + "gl_vendor": "Qualcomm.*",
|
| + "machine_model_name": ["Nexus 7"],
|
| + "features": [
|
| + "force_update_scissor_state_when_binding_fbo0"
|
| + ]
|
| }
|
| ]
|
| // Please update the version number at beginning of this file whenever you
|
|
|