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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2297603002: Enable ANGLE workaround for Intel MacOS abs bug (Closed)
Patch Set: update version Created 4 years, 4 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.cc
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index 3fb02066fccfc6d8af779b8b24763522bd7750e7..d3004455c00cbc216a72eaa6117896f8d49f2bbf 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
{
"name": "gpu driver bug list",
// Please update the version number whenever you change this file.
- "version": "8.90",
+ "version": "8.91",
"entries": [
{
"id": 1,
@@ -1984,6 +1984,18 @@ LONG_STRING_CONST(
"features": [
"gl_clear_broken"
]
+ },
+ {
+ "id": 183,
+ "description": "Result of abs(i) where i is an integer in vertex shader is wrong",
+ "cr_bugs": [642227],
+ "os": {
+ "type": "macosx"
+ },
+ "vendor_id": "0x8086",
+ "features": [
+ "emulate_abs_int_function"
+ ]
}
]
// Please update the version number at beginning of this file whenever you

Powered by Google App Engine
This is Rietveld 408576698