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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 148153025: Merge 249460 "Hookup clear_uniforms_before_first_program_use wor..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1750/src/
Patch Set: Created 6 years, 10 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_unittest.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
===================================================================
--- gpu/config/gpu_driver_bug_list_json.cc (revision 250145)
+++ gpu/config/gpu_driver_bug_list_json.cc (working copy)
@@ -707,6 +707,14 @@
"features": [
"disable_framebuffer_multisample"
]
+ },
+ {
+ "id": 54,
+ "cr_bugs": [124764],
+ "description": "Clear uniforms before first program use on all platforms",
+ "features": [
+ "clear_uniforms_before_first_program_use"
+ ]
}
]
}
« no previous file with comments | « gpu/command_buffer/service/program_manager_unittest.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