| Commit message (Expand) | Author | Age |
* | Factory methods for heap-allocated SkPathEffect and SkXfermode objects. | commit-bot@chromium.org | 2014-02-20 |
* | Refactor read and write buffers. | commit-bot@chromium.org | 2014-01-30 |
* | remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats | reed@google.com | 2013-12-17 |
* | Always create an instance when testing GrEffects for SkXfermode and SkArithme... | commit-bot@chromium.org | 2013-10-24 |
* | Split up SkXfermode::asNewEffectOrCoeff() into asNewEffect(), asCoeff(). | senorblanco@chromium.org | 2013-10-23 |
* | Remove GrContext from SkXfermode::[Aa]sNewEffectOrCoeff() and all subclasses, | senorblanco@chromium.org | 2013-10-23 |
* | Express (GLSL expression, possibly known value) pairs as a class | commit-bot@chromium.org | 2013-10-10 |
* | Make GPU coord transforms automatic | bsalomon@google.com | 2013-10-02 |
* | Change old PRG to be SkLCGRandom; change new one to SkRandom | commit-bot@chromium.org | 2013-09-09 |
* | Rename ShaderType enum to ShaderVisibility | commit-bot@chromium.org | 2013-08-30 |
* | Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var ... | commit-bot@chromium.org | 2013-08-28 |
* | effects: Replaces uses of GrAssert with SkASSERT. | commit-bot@chromium.org | 2013-08-14 |
* | Disable the unpremultiply/remultiply in SkArithmeticMode, both raster and GPU... | senorblanco@chromium.org | 2013-06-12 |
* | Implement SkXfermode image filter. This required changing the signature of Sk... | senorblanco@chromium.org | 2013-05-31 |
* | Speculative fix for Tegra-based Androids: don't try to unpremultiply dstColor... | senorblanco@chromium.org | 2013-05-29 |
* | Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exp... | senorblanco@chromium.org | 2013-05-29 |
* | Revert "Provide a GPU implementation of SkArithmeticMode, using a custom GrEf... | senorblanco@chromium.org | 2013-05-29 |
* | Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exp... | senorblanco@chromium.org | 2013-05-29 |
* | Fix alpha computation in SkArithmeticMode. | senorblanco@chromium.org | 2013-05-28 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-23 |
* | Added toString to SkXfermode-derived classes (for debugger) | robertphillips@google.com | 2013-01-22 |
* | Mark all methods on SkXfermode as const, in preparation for declaring all | reed@google.com | 2012-12-17 |
* | revert arith change, until I can rebaseline all the images (and check chrome) | mike@reedtribe.org | 2012-08-12 |
* | use premul macro to pack components | mike@reedtribe.org | 2012-08-12 |
* | fix warnings on Mac in src/effects | caryclark@google.com | 2012-06-06 |
* | Clean up more Visual Studio warnings, including apparent bug in Arithmetic mode. | tomhudson@google.com | 2012-04-10 |
* | Create macro for registering classes for deserialization | djsollen@google.com | 2012-03-26 |
* | add first cut at arithmetic mode | mike@reedtribe.org | 2011-12-10 |