The next step after this CL is to make all the GrCustomStage subclasses provide their ...
12 years, 3 months ago
(2012-09-06 22:00:13 UTC)
#1
The next step after this CL is to make all the GrCustomStage subclasses provide
their own GrTextureAccesses rather than rely on a default. This will enable us
to remove StageDesc::fInConfigFlags.
https://codereview.appspot.com/6506086/diff/4001/src/gpu/gl/GrGLProgram.h
File src/gpu/gl/GrGLProgram.h (left):
https://codereview.appspot.com/6506086/diff/4001/src/gpu/gl/GrGLProgram.h#old...
src/gpu/gl/GrGLProgram.h:120: kSmearRed_InConfigFlag = 0x04,
In this CL the smear flag is only used to determine a default GrTextureAccess
swizzle pattern. Since we already do the a->r conversion from a GrTextureAccess
we no longer need separate flags here.
Issue 6506086: Consolidate texture access functions, provide default GrTextureAccess
(Closed)
Created 12 years, 3 months ago by bsalomon
Modified 12 years, 3 months ago
Reviewers: robertphillips
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 1