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

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

Issue 1472993003: Add CommitOverlayPlanesCHROMIUM command buffer function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot to add the extension description txt file Created 5 years 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/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_commit_overlay_planes
4
5 Name Strings
6
7 GL_CHROMIUM_commit_overlay_planes
8
9 Version
10
11 Last Modified Date: Nov 23, 2015
12
13 Dependencies
14
15 OpenGL ES 2.0 is required.
16
17 Overview
18
19 This extension allows a client to request the display of hardware overlay
20 planes that have been scheduled with glScheduleOverlayPlaneCHROMIUM since
21 the last call to glSwapBuffers, glPostSubBufferCHROMIUM, or
22 glCommitOverlayPlanesCHROMIUM. This allows a client to display overlay
23 planes without swapping the framebuffer.
24
25 Issues
26
27 None
28
29 New Tokens
30
31 None
32
33 New Procedures and Functions
34
35 The command
36
37 glCommitOverlayPlanesCHROMIUM ();
38
39 Displays the scheduled overlay planes.
40
41 Errors
42
43 None.
44
45 New State
46
47 None.
OLDNEW
« no previous file with comments | « no previous file | gpu/GLES2/gl2chromium_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698