| Commit message (Expand) | Author | Age |
* | remove obsolete build flags: | reed@google.com | 2013-02-22 |
* | remove obsolete build flag SK_IGNORE_GRADIENT_DITHER_FIX | reed@google.com | 2013-02-22 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-02-22 |
* | Small adjustments to SkRectShaderImageFilter to follow up on original cl. | sugoi@google.com | 2013-02-21 |
* | Fix warnings-as-errors on Mac10.6 and Win. Unreviewed. | senorblanco@chromium.org | 2013-02-21 |
* | New SkRectShaderImageFilter image filter | sugoi@google.com | 2013-02-21 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-02-21 |
* | Fix compile errors in blur code on Windows. | jvanverth@google.com | 2013-02-20 |
* | remove blur radius reinterpretation for now to make rebaselining simpler and ... | humper@google.com | 2013-02-20 |
* | Complete the implementation of the faster blur; now supports all blur styles ... | humper@google.com | 2013-02-20 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-02-20 |
* | Enable blur rounding (unreviewed). | senorblanco@chromium.org | 2013-02-19 |
* | Add rounding to the separable blurs. This should ensure that the box blurs a... | senorblanco@chromium.org | 2013-02-19 |
* | Move SkPaint::toString from debugger to SkPaint | robertphillips@google.com | 2013-02-14 |
* | Use SkMWRandom in GLPrograms test. | bsalomon@google.com | 2013-02-13 |
* | Optimize building gradient cache for when we know alpha is always 0xFF. | reed@google.com | 2013-02-08 |
* | only take the vertical special-case for gradients when dx is exactly 0, as a | reed@google.com | 2013-02-07 |
* | remove define for SK_IGNORE_GRADIENT_DITHER_FIX to trigger rebaselines | mike@reedtribe.org | 2013-02-05 |
* | Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ... | senorblanco@chromium.org | 2013-02-04 |
* | remove vestiges of 32BIT_GRADIENT flag, as we always dither gradients now | reed@google.com | 2013-02-04 |
* | land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matchin... | reed@google.com | 2013-02-04 |
* | Go from a 1x2 to a 2x2 dither cell, and change/simplify the logic for how we | reed@google.com | 2013-02-04 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-02-04 |
* | Move dither toggle logic into common helper functions, to make it easier to | reed@google.com | 2013-02-01 |
* | revert name changes to SkBlendImageFilter. It (correctly) named its enum kMul... | reed@google.com | 2013-02-01 |
* | restore cache-count for gradients to p.o.2. so we can perform fancier dithering | reed@google.com | 2013-02-01 |
* | Speculative change to SkImageFilterUtils.cpp to try to get compiling in Chrome | robertphillips@google.com | 2013-01-31 |
* | clone of https://codereview.appspot.com/7208043/ | reed@google.com | 2013-01-30 |
* | Start addressing the clang static analyzer issues | robertphillips@google.com | 2013-01-30 |
* | This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap... | senorblanco@chromium.org | 2013-01-30 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-29 |
* | Fix assert | robertphillips@google.com | 2013-01-28 |
* | Added toString to SkDrawLooper-derived classes | robertphillips@google.com | 2013-01-28 |
* | Add an origin flag for backend (external) textures. Some textures in WebKit ... | senorblanco@chromium.org | 2013-01-28 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | doh: use *srcPtr instead of src (which is now obsolete) when we check for spe... | reed@google.com | 2013-01-25 |
* | Hid large dashed line optimization behind compiler flag | robertphillips@google.com | 2013-01-25 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-25 |
* | add optional cull-rect to patheffects, so they can do less work if their results | reed@google.com | 2013-01-24 |
* | Make all GrContext members that return a texture also ref the texture for the... | bsalomon@google.com | 2013-01-24 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-23 |
* | Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. | bsalomon@google.com | 2013-01-22 |
* | Let them eat GrEffectRef. | bsalomon@google.com | 2013-01-22 |
* | Added toString to SkXfermode-derived classes (for debugger) | robertphillips@google.com | 2013-01-22 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-19 |
* | (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.) | senorblanco@chromium.org | 2013-01-18 |
* | Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283) | robertphillips@google.com | 2013-01-18 |
* | fix unused-variable warning in src/effects/SkBicubicImageFilter.cpp | reed@google.com | 2013-01-18 |
* | Removed unused variable in SkBicubicImageFilter.cpp | robertphillips@google.com | 2013-01-18 |
* | Fix GPU-less build. Unreviewed. | senorblanco@chromium.org | 2013-01-18 |