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

Unified Diff: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_sync_point.txt

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
Index: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_sync_point.txt
diff --git a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_sync_point.txt b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_sync_point.txt
index bc8665a306494e70d28f3cbe6d38746cb684aeb2..965cb44b0c066306163f84404232be632a42f644 100644
--- a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_sync_point.txt
+++ b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_sync_point.txt
@@ -40,8 +40,8 @@ New Procedures and Functions
uint InsertSyncPointCHROMIUM()
- creates a sync point and inserts it into the stream of commands for the
- current context. The sync point acts as a fence, which is signaled when
+ flushes the stream of commands for the current context and creates and
+ inserts a sync point. The sync point acts as a fence, which is signaled when
previous commands have been submitted to the server, or when the context is
destroyed, whichever happens first. The sync point name is returned. The
sync point is implicitly deleted when it becomes signaled. The sync point
« no previous file with comments | « gpu/GLES2/extensions/CHROMIUM/CHROMIUM_future_sync_point.txt ('k') | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698