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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2250803002: Work around MacOSX driver bug related with glGetFragDataLocation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « gpu/command_buffer/service/program_manager.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4d73ec2c8bfa5afdad032614f70a3692f97d4f98..096cf5328899779c9766a37cc5e89b6e32d72830 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.82",
+ "version": "8.83",
"entries": [
{
"id": 1,
@@ -1899,6 +1899,17 @@ LONG_STRING_CONST(
"features": [
"gl_clear_broken"
]
+ },
+ {
+ "id": 177,
+ "description": "glGetFragData{Location|Index} works incorrectly on Max",
+ "cr_bugs": [638340],
+ "os": {
+ "type": "macosx"
+ },
+ "features": [
+ "get_frag_data_info_bug"
+ ]
}
]
}
« no previous file with comments | « gpu/command_buffer/service/program_manager.cc ('k') | gpu/config/gpu_driver_bug_workaround_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698