aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
Commit message (Expand)AuthorAge
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-19
* Added toString to SkMaskFilter-derived classesGravatar robertphillips@google.com2013-03-18
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-13
* "Fix" case when bicubic filtering warps premultiplied colorGravatar robertphillips@google.com2013-03-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-12
* add proper support for solid style, and temporarily turn off my change so the...Gravatar humper@google.com2013-03-11
* fix preprocessor abuse on WindowsGravatar humper@google.com2013-03-11
* fix pad bug introduced during code cleanupGravatar humper@google.com2013-03-11
* fix build warningsGravatar humper@google.com2013-03-11
* Plumb fast rectangle blur code into the skia mask filterGravatar humper@google.com2013-03-11
* Removed unused parametersGravatar sugoi@google.com2013-03-11
* Upstream changes from Android.Gravatar djsollen@google.com2013-03-08
* Make GrGLEffects use an interface to append their code.Gravatar bsalomon@google.com2013-03-07
* remove obsolete build flags:Gravatar reed@google.com2013-02-22
* remove obsolete build flag SK_IGNORE_GRADIENT_DITHER_FIXGravatar reed@google.com2013-02-22
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-22
* Small adjustments to SkRectShaderImageFilter to follow up on original cl.Gravatar sugoi@google.com2013-02-21
* Fix warnings-as-errors on Mac10.6 and Win. Unreviewed.Gravatar senorblanco@chromium.org2013-02-21
* New SkRectShaderImageFilter image filterGravatar sugoi@google.com2013-02-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-21
* 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