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

Unified 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, 1 month 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/GLES2/gl2chromium_autogen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_commit_overlay_planes.txt
diff --git a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_commit_overlay_planes.txt b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_commit_overlay_planes.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7e328771782abeafc1f3e254cde5b494cdca2d1a
--- /dev/null
+++ b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_commit_overlay_planes.txt
@@ -0,0 +1,47 @@
+Name
+
+ CHROMIUM_commit_overlay_planes
+
+Name Strings
+
+ GL_CHROMIUM_commit_overlay_planes
+
+Version
+
+ Last Modified Date: Nov 23, 2015
+
+Dependencies
+
+ OpenGL ES 2.0 is required.
+
+Overview
+
+ This extension allows a client to request the display of hardware overlay
+ planes that have been scheduled with glScheduleOverlayPlaneCHROMIUM since
+ the last call to glSwapBuffers, glPostSubBufferCHROMIUM, or
+ glCommitOverlayPlanesCHROMIUM. This allows a client to display overlay
+ planes without swapping the framebuffer.
+
+ Issues
+
+ None
+
+New Tokens
+
+ None
+
+New Procedures and Functions
+
+ The command
+
+ glCommitOverlayPlanesCHROMIUM ();
+
+ Displays the scheduled overlay planes.
+
+Errors
+
+ None.
+
+New State
+
+ None.
« 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