Index: gpu/config/gpu_driver_bug_list.json |
diff --git a/gpu/config/gpu_driver_bug_list.json b/gpu/config/gpu_driver_bug_list.json |
index 2cd064facab39c3d86d7b42a6bca22cb30e51f4c..623570f96b6e8e5a2b6bcc639971d03798d295ab 100644 |
--- a/gpu/config/gpu_driver_bug_list.json |
+++ b/gpu/config/gpu_driver_bug_list.json |
@@ -1,6 +1,6 @@ |
{ |
"name": "gpu driver bug list", |
- "version": "10.4", |
+ "version": "10.5", |
"entries": [ |
{ |
"id": 1, |
@@ -2374,6 +2374,22 @@ |
"features": [ |
"force_int_or_srgb_cube_texture_complete" |
] |
+ }, |
+ { |
+ "id": 224, |
+ "description": "Reset TexImage2D base level to 0 on Intel Mac 10.12.4", |
+ "cr_bugs": [705865], |
+ "os": { |
+ "type": "macosx", |
+ "version": { |
+ "op": ">=", |
+ "value": "10.12.4" |
+ } |
+ }, |
+ "vendor_id": "0x8086", |
+ "features": [ |
+ "reset_teximage2d_base_level" |
+ ] |
} |
], |
"comment": [ |