LGTM + 1 question about something I find odd. https://codereview.appspot.com/6815074/diff/1/src/gpu/effects/GrConfigConvers... File src/gpu/effects/GrConfigConversionEffect.cpp (right): https://codereview.appspot.com/6815074/diff/1/src/gpu/effects/GrConfigConvers... src/gpu/effects/GrConfigConversionEffect.cpp:92: effect.texture(0)); In GrGLBlendEffect we shift 'key' rather than 'matrixKey'. Do we want to do that here?
https://codereview.appspot.com/6815074/diff/1/src/gpu/effects/GrConfigConvers... File src/gpu/effects/GrConfigConversionEffect.cpp (right): https://codereview.appspot.com/6815074/diff/1/src/gpu/effects/GrConfigConvers... src/gpu/effects/GrConfigConversionEffect.cpp:92: effect.texture(0)); On 2012/11/02 18:13:16, robertphillips wrote: > In GrGLBlendEffect we shift 'key' rather than 'matrixKey'. Do we want to do that > here? Sure, it's a bit less code, done.