Index: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt |
diff --git a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt |
index 5d1caaec9143d6085925ea9dd183273b2bc00da1..dae1e6a08bdaa451f37c45fe0b420cd577325ba5 100644 |
--- a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt |
+++ b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt |
@@ -73,6 +73,16 @@ New Procedures and Functions |
<filter> will be used for both minification and magnification filtering. The |
only valid values are GL_LINEAR and GL_NEAREST. |
+ The command |
+ |
+ glScheduleCALayerInUseQueryCHROMIUM(GLuint n, GLuint* textures); |
+ |
+ schedules a query at the time of the next call to swap buffers. If the given |
+ texture is backed by an IOSurface, then the query checks to see whether the |
+ IOSurface is in use by the Window Server. Otherwise, the query returns |
+ false. All the results will be returned with the swap ACK in |
+ GpuCommandBufferMsg_SwapBuffersCompleted_Params. |
+ |
Errors |
None. |
@@ -83,6 +93,7 @@ New State |
Revision History |
+ 6/13/2016 Add glScheduleCALayerInUseQueryCHROMIUM. |
4/12/2016 Add a parameter to support minification and magnification |
filtering. |
12/16/2015 Add clipping and edge anti-aliasing. |