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

Unified Diff: gpu/command_buffer/service/feature_info.h

Issue 12079065: cc: Flush after context switch (Qualcomm WAR) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@snowclamp_simple
Patch Set: remove extraneous whitespace change Created 7 years, 11 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 | « no previous file | gpu/command_buffer/service/feature_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/feature_info.h
diff --git a/gpu/command_buffer/service/feature_info.h b/gpu/command_buffer/service/feature_info.h
index 29fcd897019c01c97d109ced3ca36b609889fa2a..81a32ebcf70dad187859708ebba08b7c819d1ceb 100644
--- a/gpu/command_buffer/service/feature_info.h
+++ b/gpu/command_buffer/service/feature_info.h
@@ -54,6 +54,7 @@ class GPU_EXPORT FeatureInfo : public base::RefCounted<FeatureInfo> {
bool set_texture_filter_before_generating_mipmap;
bool use_current_program_after_successful_link;
bool restore_scissor_on_fbo_change;
+ bool flush_on_context_switch;
// Note: 0 here means use driver limit.
GLint max_texture_size;
« no previous file with comments | « no previous file | gpu/command_buffer/service/feature_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698