aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
Commit message (Expand)AuthorAge
* Fix compile errors in blur code on Windows.Gravatar jvanverth@google.com2013-02-20
* remove blur radius reinterpretation for now to make rebaselining simpler and ...Gravatar humper@google.com2013-02-20
* Complete the implementation of the faster blur; now supports all blur styles ...Gravatar humper@google.com2013-02-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-20
* Enable blur rounding (unreviewed).Gravatar senorblanco@chromium.org2013-02-19
* Add rounding to the separable blurs. This should ensure that the box blurs a...Gravatar senorblanco@chromium.org2013-02-19
* Move SkPaint::toString from debugger to SkPaintGravatar robertphillips@google.com2013-02-14
* Use SkMWRandom in GLPrograms test.Gravatar bsalomon@google.com2013-02-13
* Optimize building gradient cache for when we know alpha is always 0xFF.Gravatar reed@google.com2013-02-08
* only take the vertical special-case for gradients when dx is exactly 0, as aGravatar reed@google.com2013-02-07
* remove define for SK_IGNORE_GRADIENT_DITHER_FIX to trigger rebaselinesGravatar mike@reedtribe.org2013-02-05
* Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ...Gravatar senorblanco@chromium.org2013-02-04
* remove vestiges of 32BIT_GRADIENT flag, as we always dither gradients nowGravatar reed@google.com2013-02-04
* land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matchin...Gravatar reed@google.com2013-02-04
* Go from a 1x2 to a 2x2 dither cell, and change/simplify the logic for how weGravatar reed@google.com2013-02-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-04
* Move dither toggle logic into common helper functions, to make it easier toGravatar reed@google.com2013-02-01
* revert name changes to SkBlendImageFilter. It (correctly) named its enum kMul...Gravatar reed@google.com2013-02-01
* restore cache-count for gradients to p.o.2. so we can perform fancier ditheringGravatar reed@google.com2013-02-01
* Speculative change to SkImageFilterUtils.cpp to try to get compiling in ChromeGravatar robertphillips@google.com2013-01-31
* clone of https://codereview.appspot.com/7208043/Gravatar reed@google.com2013-01-30
* Start addressing the clang static analyzer issuesGravatar robertphillips@google.com2013-01-30
* This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap...Gravatar senorblanco@chromium.org2013-01-30
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-29
* Fix assertGravatar robertphillips@google.com2013-01-28
* Added toString to SkDrawLooper-derived classesGravatar robertphillips@google.com2013-01-28
* Add an origin flag for backend (external) textures. Some textures in WebKit ...Gravatar senorblanco@chromium.org2013-01-28
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* doh: use *srcPtr instead of src (which is now obsolete) when we check for spe...Gravatar reed@google.com2013-01-25
* Hid large dashed line optimization behind compiler flagGravatar robertphillips@google.com2013-01-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-25
* add optional cull-rect to patheffects, so they can do less work if their resultsGravatar reed@google.com2013-01-24
* Make all GrContext members that return a texture also ref the texture for the...Gravatar bsalomon@google.com2013-01-24
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-23
* Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef.Gravatar bsalomon@google.com2013-01-22
* Let them eat GrEffectRef.Gravatar bsalomon@google.com2013-01-22
* Added toString to SkXfermode-derived classes (for debugger) Gravatar robertphillips@google.com2013-01-22
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-19
* (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.)Gravatar senorblanco@chromium.org2013-01-18
* Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283)Gravatar robertphillips@google.com2013-01-18
* fix unused-variable warning in src/effects/SkBicubicImageFilter.cppGravatar reed@google.com2013-01-18
* Removed unused variable in SkBicubicImageFilter.cppGravatar robertphillips@google.com2013-01-18
* Fix GPU-less build. Unreviewed.Gravatar senorblanco@chromium.org2013-01-18
* Implement a bicubic resampling image filter, with raster and GPU backends.Gravatar senorblanco@chromium.org2013-01-18
* Fix call to INHERITED::isEqual in GrRadial2Gradient. Should be INHERITED::onI...Gravatar bsalomon@google.com2013-01-17
* Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec...Gravatar bsalomon@google.com2013-01-17
* Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-...Gravatar bsalomon@google.com2013-01-16
* Fix GPU-less build.Gravatar bsalomon@google.com2013-01-16
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-16