- bc9845b Remove the single-sigma version of SkDropShadowImageFilter::Create(). by senorblanco · 10 years ago
- ac97792 Initial change to move 2D kernel to its own file. by joshualitt · 10 years ago
- 3f85403 hide public factory for intermediate class by reed · 10 years ago
- 1bd6f7d Remove use of SK_SUPPORT_LEGACY_LAYERRASTERIZER_API. by dominikg · 10 years ago
- e846499 Make SkPictureShader and SkPictureImageFilter use const SkPictures by robertphillips · 10 years ago
- 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
- 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
- 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
- 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
- ca6a7c2 Make perlin noise do CTM-correct scaling. by senorblanco · 10 years ago
- 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
- 9f01471 Revert of remove guarded code - there are no more callers (https://codereview.chromium.org/343783002/) by reed · 10 years ago
- c5d5cf9 remove guarded code - there are no more callers by reed · 10 years ago
- 39e58ad Randomize seed for SkDiscretePathEffect::filterPath() by rs.prinja · 10 years ago
- a22ea18 Move Dashing filterPath to a dashing utils file by egdaniel · 10 years ago
- 9de5b51 SkShader::asNewEffect Refactoring by dandov · 10 years ago
- 90b8caf Revert of Move Dashing filterPath to a dashing utils file (https://codereview.chromium.org/314623004/) by egdaniel · 10 years ago
- 576dcdc Move Dashing filterPath to a dashing utils file by egdaniel · 10 years ago
- 65044bf Return NULL when building empty LayerRasterizer. by scroggo · 10 years ago
- ed4dc2a remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE by commit-bot@chromium.org · 10 years ago
- 910702b Implement SkPictureImageFilter bounds computation. by senorblanco@chromium.org · 10 years ago
- 7693dbf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
- 39123f4 temporarily add back in the factores that took a unitmapper by commit-bot@chromium.org · 10 years ago
- 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
- 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
- 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
- 941ff78 Remove legacy constructor for blur draw looper. by commit-bot@chromium.org · 10 years ago
- 7b17152 gradient api sans (deprecated) unitmapper by commit-bot@chromium.org · 10 years ago
- e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
- ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
- bd0be25 Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag. by commit-bot@chromium.org · 10 years ago
- e003aec remove unused Kernel33MaskFilter by commit-bot@chromium.org · 10 years ago
- 96fb748 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 11 years ago
- ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 11 years ago
- e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 11 years ago
- 508022c expose ConvertRadiusToSigma to aid clients in the API transition to sigma by commit-bot@chromium.org · 11 years ago
- 0a5c233 Implement bounds traversals for tile and matrix convolution filters. by senorblanco@chromium.org · 11 years ago
- daaafa6 add asAShadowBlur for android to drawlooper by reed@google.com · 11 years ago
- e396455 move common blur types into central header by commit-bot@chromium.org · 11 years ago
- 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 11 years ago
- 87fcd95 Revert of Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/249643002/) by commit-bot@chromium.org · 11 years ago
- 6e5671d Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 11 years ago
- bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 11 years ago
- aec1438 Add asADash entry point into SkPathEffect to allow extracting Dash info from PathEffects by commit-bot@chromium.org · 11 years ago
- 53783b0 Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 11 years ago
- 001f4ed Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 11 years ago
- 73cb153 Make sure SkDrawLooper objects can only be allocated on the heap. by commit-bot@chromium.org · 11 years ago
- 6573ce7 Create SkLayerRasterizer w/o destroying Builder. by commit-bot@chromium.org · 11 years ago
- b554440 Remove SkResizeImageFilter. by commit-bot@chromium.org · 11 years ago
- 51a11b7 Arithmetic mode now has the option of not validating the output color, which will allow multiple arithmetic operations to be done sequentially, without intermediate clamping. This is required for mimicking blink's current behavior. by commit-bot@chromium.org · 11 years ago
- c282ba8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- ee845ae Fix SkXfermodeImageFilter when an input is cropped out. by senorblanco@chromium.org · 11 years ago
- 9fbbcca SkPerlinNoiseShader::CreateTubulenceNoise() is misspelled by commit-bot@chromium.org · 11 years ago
- 35c03fb Remove scaleToFit from DashPathEffect by commit-bot@chromium.org · 11 years ago
- fd0ec2c Implement a generic matrix transform image filter. by senorblanco@chromium.org · 11 years ago
- 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 11 years ago
- 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 11 years ago
- 79fbb40 [WIP] Add Context to SkDrawLooper. by commit-bot@chromium.org · 11 years ago
- 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 11 years ago
- cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 11 years ago
- fd5c9a6 Begin making SkPerlinNoiseShader const. by commit-bot@chromium.org · 11 years ago
- 842292f remove SK_SUPPORT_LEGACY_LAYERDRAWLOOPER_PAINTFLAGS -- not needed by reed@google.com · 11 years ago
- 48f31bd try to deprecate fFlagsMask from SkLayerDrawLooper by reed@google.com · 11 years ago
- f792a1b Builder class for SkLayerRasterizer. by commit-bot@chromium.org · 11 years ago
- 727a352 Factory methods for heap-allocated SkColorFilter objects. by commit-bot@chromium.org · 11 years ago
- 7c9d0f3 Factory methods for heap-allocated SkMaskFilter objects. by commit-bot@chromium.org · 11 years ago
- 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 11 years ago
- 897b73f Fix CTM application in SkResizeImagefilter; implement bounds traversals. by senorblanco@chromium.org · 11 years ago
- 74ba2f6 Builder class for SkLayerDrawLooper. by commit-bot@chromium.org · 11 years ago
- 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
- 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
- c5acc6c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 4f6318d Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
- 31b3044 replace impl of SkLightingColorFilter with SkColorMatrixFilter by reed@google.com · 11 years ago
- 8b4799a Revert of r13347 (Serialization of SkPictureImageFilter - https://codereview.chromium.org/138063005) due to bump in skp file format by robertphillips@google.com · 11 years ago
- 670b98e Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
- ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
- c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 11 years ago
- 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
- 336d1d7 Implement a computeFastBounds() traversal for SkImageFilter. by senorblanco@chromium.org · 11 years ago
- 1a5e51f remove SkScalarMul from public headers by reed@google.com · 11 years ago
- 0ded88d [Reland of r13154, since the Housekeeping bot seems to have reverted it in r13155. Next time I'll put the "do not disturb" sign on my commit.] by senorblanco@chromium.org · 11 years ago
- 1878a44 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 76d4d04 Refactor SkMorphologyImageFilter, CPU and GPU paths. This required making opts/ dependent on effects/, so that we could use the SkMorphologyProc type in SkMorphologyImageFilter.h. by senorblanco@chromium.org · 11 years ago
- a612d4c Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago
- 96673a9 Revert "Implement a resize image filter." by senorblanco@chromium.org · 11 years ago
- 535e1cc Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago
- 40eb3c1 Add AlphaThreshold filter. by commit-bot@chromium.org · 11 years ago
- 9cfa287 Remove SkBitmapAlphaThresholdShader by commit-bot@chromium.org · 11 years ago
- 5333300 Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect. by senorblanco@chromium.org · 11 years ago
- 9c5435d Revert "Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect." by senorblanco@chromium.org · 11 years ago
- 14e2127 Implement an SkPicture image filter source. This is required for the external-SVG reference feature of feImage. It simply plays back an SkPicture to a given destination rect. by senorblanco@chromium.org · 11 years ago
- e93e1db Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by senorblanco@chromium.org · 11 years ago
- 4075770 Reverting 12528 & 12533 (Implement srcRect and dstRect functionality in SkBitmapSource) due to image differences on N4 by robertphillips@google.com · 11 years ago
- 094147d Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by commit-bot@chromium.org · 11 years ago
- 899b22a Revert "Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource"." until I can sort out the xfermodeimagefilter and tileimagefilter failures. by senorblanco@chromium.org · 11 years ago
- af35920 Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by senorblanco@chromium.org · 11 years ago
- d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
- 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- d8f82a4 Enhance SkDropShadowImageFilter to support separate X & Y sigmas, and crop rect. This required a new flavour of the constructor. by senorblanco@chromium.org · 11 years ago