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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name 1 Name
2 2
3 CHROMIUM_deschedule 3 CHROMIUM_deschedule
4 4
5 Name Strings 5 Name Strings
6 6
7 GL_CHROMIUM_deschedule 7 GL_CHROMIUM_deschedule
8 8
9 Version 9 Version
10 10
(...skipping 13 matching lines...) Expand all
24 None 24 None
25 25
26 New Tokens 26 New Tokens
27 27
28 None 28 None
29 29
30 New Procedures and Functions 30 New Procedures and Functions
31 31
32 void DescheduleUntilFinishedCHROMIUM() 32 void DescheduleUntilFinishedCHROMIUM()
33 33
34 This command prevents decoding of subsequent commands until all previously 34 Each call to this command inserts a fence into the command stream. Decoding
35 issued commands have finished. Its behavior is equivalent to a service side 35 of subsequent commands is delayed until the fence inserted from the last
36 glFinish. 36 call to DescheduleUntilFinishedCHROMIUM has completed.
37 37
38 Errors 38 Errors
39 39
40 None. 40 None.
41 41
42 New State 42 New State
43 43
44 None. 44 None.
45 45
46 Revision History 46 Revision History
47 47
48 5/27/2016 Documented the extension 48 5/27/2016 Documented the extension
OLDNEW
« 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