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

Side by Side Diff: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_deschedule.txt

Issue 2021603002: gpu: Add a new extension CHROMIUM_deschedule. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « gpu/BUILD.gn ('k') | gpu/GLES2/gl2chromium_autogen.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name
2
3 CHROMIUM_deschedule
4
5 Name Strings
6
7 GL_CHROMIUM_deschedule
8
9 Version
10
11 Last Modifed Date: May 27, 2016
12
13 Dependencies
14
15 OpenGL ES 2.0 is required.
16
17 Overview
18
19 This extension provides a mechanism for clients to throttle the submission
20 of commands on the service side.
21
22 Issues
23
24 None
25
26 New Tokens
27
28 None
29
30 New Procedures and Functions
31
32 void DescheduleUntilFinishedCHROMIUM()
33
34 This command prevents decoding of subsequent commands until all previously
35 issued commands have finished. Its behavior is equivalent to a service side
36 glFinish.
37
38 Errors
39
40 None.
41
42 New State
43
44 None.
45
46 Revision History
47
48 5/27/2016 Documented the extension
OLDNEW
« no previous file with comments | « gpu/BUILD.gn ('k') | gpu/GLES2/gl2chromium_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698