DescriptionReplace the asAFoo() functions in SkImageFilter with canFilterImageGPU() and onFilterImageGPU() virtuals. This allows each filter to implement its own GPU processing code, even for multi-pass filters.
This is the first stage; the next step will be to move the actual processing code from GrContext into the filter subclasses.
Patch Set 1 #
Total comments: 3
Patch Set 2 : Fix comments, remove unused var #
Total comments: 2
Patch Set 3 : Add SK_OVERRIDE where possible #
MessagesTotal messages: 16
|