Landed as r4149 http://codereview.appspot.com/6267046/diff/1/src/gpu/gl/GrGLProgram.cpp File src/gpu/gl/GrGLProgram.cpp (right): http://codereview.appspot.com/6267046/diff/1/src/gpu/gl/GrGLProgram.cpp#newcode1273 src/gpu/gl/GrGLProgram.cpp:1273: } else if (NULL == customStage) ...
12 years, 5 months ago
(2012-06-04 20:09:01 UTC)
#3
Landed as r4149
http://codereview.appspot.com/6267046/diff/1/src/gpu/gl/GrGLProgram.cpp
File src/gpu/gl/GrGLProgram.cpp (right):
http://codereview.appspot.com/6267046/diff/1/src/gpu/gl/GrGLProgram.cpp#newco...
src/gpu/gl/GrGLProgram.cpp:1273: } else if (NULL == customStage) {
On 2012/06/04 19:59:52, TomH wrote:
> Smells like progress...
> (Eventually we'll have to invert this so the stages can set the sample mode,
but
> for now is good.)
Invert?! We'll just remove it since the effect will be responsible for setting
up a matrix and it's own texture coords. The effect will have to decide if it's
worth worrying about identity matrices or not (and modify its stage key
accordingly).
Issue 6267046: remove 4x4 downsample filter mode
(Closed)
Created 12 years, 5 months ago by bsalomon
Modified 12 years, 5 months ago
Reviewers: TomH
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 3