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

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

Issue 2096503002: Implement new behavior for DescheduleUntilFinishedCHROMIUM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp95
Patch Set: Rebase. Created 4 years, 6 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/gles2_cmd_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_deschedule.txt
diff --git a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_deschedule.txt b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_deschedule.txt
index ed04d5b26e6c59334acd9b22e7d8ae9b019508d5..2ec254a5c1bf576b2713d406be334882d5499185 100644
--- a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_deschedule.txt
+++ b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_deschedule.txt
@@ -31,9 +31,9 @@ New Procedures and Functions
void DescheduleUntilFinishedCHROMIUM()
- This command prevents decoding of subsequent commands until all previously
- issued commands have finished. Its behavior is equivalent to a service side
- glFinish.
+ Each call to this command inserts a fence into the command stream. Decoding
+ of subsequent commands is delayed until the fence inserted from the last
+ call to DescheduleUntilFinishedCHROMIUM has completed.
Errors
« no previous file with comments | « no previous file | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698