Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Unified Diff: gpu/config/gpu_driver_bug_list.json

Issue 2934733002: Workaround for Intel 6xxx clear to 0/1 bug (Closed)
Patch Set: fix try-bot error Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e13c91ee93f742f6f63b54c3f9c642aa4b6df091..f304b139602c027c319f4f01dfc4b57d609c24b8 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.13",
+ "version": "10.14",
"entries": [
{
"id": 1,
@@ -2524,6 +2524,23 @@
"features": [
"disable_delayed_copy_nv12"
]
+ },
+ {
+ "id": 234,
+ "description": "glClearColor does not always work on Intel 6xxx Mac drivers",
+ "cr_bugs": [710443],
+ "os": {
+ "type": "macosx",
+ "version": {
+ "op": "<=",
+ "value": "10.12.4"
+ }
+ },
+ "vendor_id": "0x8086",
+ "gl_renderer": "Intel\\(R\\) (HD|Iris\\(TM\\)) Graphics 6.*",
Zhenyao Mo 2017/06/13 19:01:24 That's not good to use gl_renderer on Mac because
jiajia.qin 2017/06/14 08:18:21 Done.
+ "features": [
+ "clear_to_boundary_values_is_broken"
+ ]
}
],
"comment": [

Powered by Google App Engine
This is Rietveld 408576698