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 1f34a4e4485980dd34195f6a671fc09f7db89764..c1e1bd6573ad6b9926540335347cf504f6569e8d 100644 |
--- a/gpu/config/gpu_driver_bug_list_json.cc |
+++ b/gpu/config/gpu_driver_bug_list_json.cc |
@@ -1481,6 +1481,52 @@ LONG_STRING_CONST( |
"features": [ |
"disable_program_cache" |
] |
+ }, |
+ { |
+ "id": 127, |
+ "description": "Android Adreno crashes on binding incomplete cube map texture to FBO", |
+ "cr_bugs": [518889], |
+ "os": { |
+ "type": "android" |
+ }, |
+ "gl_renderer": "Adreno.*", |
+ "features": [ |
+ "force_cube_map_positive_x_allocation" |
+ ] |
+ }, |
+ { |
+ "id": 128, |
+ "description": "Linux ATI drivers crash on binding incomplete cube map texture to FBO", |
+ "cr_bugs": [518889], |
+ "os": { |
+ "type": "linux" |
+ }, |
+ "vendor_id": "0x1002", |
+ "features": [ |
+ "force_cube_map_positive_x_allocation" |
+ ] |
+ }, |
+ { |
+ "id": 129, |
+ // TODO(dshwang): Fix ANGLE crash. crbug.com/518889 |
+ "description": "ANGLE crash on glReadPixels from incomplete cube map texture", |
+ "cr_bugs": [518889], |
+ "os": { |
+ "type": "win" |
+ }, |
+ "gl_renderer": "ANGLE.*", |
+ "features": [ |
+ "force_cube_complete" |
+ ] |
+ }, |
+ { |
+ "id": 130, |
+ "description": "NVIDIA fails glReadPixels from incomplete cube map texture", |
+ "cr_bugs": [518889], |
+ "gl_vendor": "NVIDIA.*", |
+ "features": [ |
+ "force_cube_complete" |
+ ] |
} |
] |
} |