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..e28524814f9bf453018c219b28beff2e9c3ae3f9 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,17 @@ |
"features": [ |
"force_int_or_srgb_cube_texture_complete" |
] |
+ }, |
+ { |
+ "id": 224, |
+ "description": "Reset TexImage2D base level to 0 on Macs", |
+ "cr_bugs": [705865], |
qiankun
2017/04/26 04:16:20
Restrict vendor here. We only saw the bug on Intel
yizhou.jiang
2017/04/27 04:23:22
Currently add Intel vendor ID and OS version as we
|
+ "os": { |
+ "type": "macosx" |
qiankun
2017/04/26 04:16:20
add MacOS version restriction.
|
+ }, |
+ "features": [ |
+ "reset_teximage2d_base_level" |
+ ] |
} |
], |
"comment": [ |