OLD | NEW |
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 Loading... |
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 |
OLD | NEW |