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

Unified Diff: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_future_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
« no previous file with comments | « no previous file | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_sync_point.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_future_sync_point.txt
diff --git a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_future_sync_point.txt b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_future_sync_point.txt
index baf427e59640a119ca27689601925b83a613efa5..6da280a2f7e9f619585689df1d2a7f6e79a58ef0 100644
--- a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_future_sync_point.txt
+++ b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_future_sync_point.txt
@@ -34,7 +34,8 @@ New Procedures and Functions
uint InsertFutureSyncPointCHROMIUM()
- creates a sync point, but does not insert it into the stream of commands.
+ creates a sync point, but does neither insert it into nor flush the
+ stream of commands.
The returned sync point name can be waited on immediately, but will not be
signalled until a retire command is sent, or until the context is
destroyed, whichever happens first.
« no previous file with comments | « no previous file | gpu/GLES2/extensions/CHROMIUM/CHROMIUM_sync_point.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698