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 6616d89dc63467b61c84e136121d3bce004229d5..12e9e6c8300e6cf4361de7582792e33240b3dbc2 100644 |
--- a/gpu/config/gpu_driver_bug_list_json.cc |
+++ b/gpu/config/gpu_driver_bug_list_json.cc |
@@ -2003,6 +2003,18 @@ LONG_STRING_CONST( |
"features": [ |
"rewrite_do_while_loops" |
] |
+ }, |
+ { |
+ "id": 188, |
+ "description": "Do TexImage2D first before CopyTexImage2D for cube map texture on Intel Mac", |
+ "cr_bugs": [648197], |
+ "os": { |
+ "type": "macosx" |
+ }, |
+ "vendor_id": "0x8086", |
+ "features": [ |
+ "do_texture_image_before_copy_texture_image" |
+ ] |
} |
] |
// Please update the version number at beginning of this file whenever you |