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

Unified Diff: gpu/command_buffer/client/gles2_implementation.cc

Issue 621133003: gpu: Don't flush for future sync point generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/GLES2/extensions/CHROMIUM/CHROMIUM_sync_point.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/gles2_implementation.cc
diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc
index bfd929a4b526efbca35f5af771a6479dca7dd864..e83c30cf6da1fbcb9fd3b5eeb192ac3def96a8f3 100644
--- a/gpu/command_buffer/client/gles2_implementation.cc
+++ b/gpu/command_buffer/client/gles2_implementation.cc
@@ -3982,7 +3982,6 @@ GLuint GLES2Implementation::InsertFutureSyncPointCHROMIUM() {
GPU_CLIENT_SINGLE_THREAD_CHECK();
GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glInsertFutureSyncPointCHROMIUM");
DCHECK(capabilities_.future_sync_points);
- helper_->CommandBufferHelper::Flush();
return gpu_control_->InsertFutureSyncPoint();
}
« no previous file with comments | « gpu/GLES2/extensions/CHROMIUM/CHROMIUM_sync_point.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698