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

Unified Diff: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt

Issue 1887533002: Add plumbing to command buffer for CALayer min and mag filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix parameter ordering. Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/output/gl_renderer.cc ('k') | gpu/GLES2/gl2extchromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0475c66a8ed36beeedc9fc9a0793a654174c571e..5d1caaec9143d6085925ea9dd183273b2bc00da1 100644
--- a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt
+++ b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_schedule_ca_layer.txt
@@ -8,7 +8,7 @@ Name Strings
Version
- Last Modified Date: December 16, 2015
+ Last Modified Date: April 12, 2016
Dependencies
@@ -47,7 +47,8 @@ New Procedures and Functions
const GLfloat* bounds_rect,
GLboolean is_clipped,
const GLfloat* clip_rect,
- const GLfloat* transform);
+ const GLfloat* transform,
+ GLuint filter);
Set the CALayer parameters to be presented at the time of the next call to
swap buffers. The order of the calls schedule CALayers determines their
@@ -69,6 +70,8 @@ New Procedures and Functions
the rectangle to clip the layer to, if it is to be clipped.
<transform> contains sixteen values indicating the row major order 4x4
transformation matrix to apply to the CALayer.
+ <filter> will be used for both minification and magnification filtering. The
+ only valid values are GL_LINEAR and GL_NEAREST.
Errors
@@ -80,6 +83,8 @@ New State
Revision History
+ 4/12/2016 Add a parameter to support minification and magnification
+ filtering.
12/16/2015 Add clipping and edge anti-aliasing.
11/7/2015 Initial checkin
« no previous file with comments | « cc/output/gl_renderer.cc ('k') | gpu/GLES2/gl2extchromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698