| Commit message (Expand) | Author | Age |
* | Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://co... | robertphillips@google.com | 2013-09-16 |
* | Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on ... | robertphillips@google.com | 2013-09-16 |
* | Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview... | robertphillips@google.com | 2013-09-16 |
* | Initial error handling code | commit-bot@chromium.org | 2013-09-13 |
* | 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 |
* | Replace uses of GrAssert by SkASSERT. | tfarina@chromium.org | 2013-08-17 |
* | ARM Skia NEON patches - 07 - Equation simplification | commit-bot@chromium.org | 2013-07-15 |
* | remove dst/rendertarget support for kARGB_4444_Config | reed@google.com | 2013-06-21 |
* | Implement SkXfermode image filter. This required changing the signature of Sk... | senorblanco@chromium.org | 2013-05-31 |
* | Make GrGLShaderBuilder check whether GrEffect advertised that it would requir... | commit-bot@chromium.org | 2013-05-09 |
* | Stop using mix() to implement hard-light in shader. | commit-bot@chromium.org | 2013-04-29 |
* | Remove inout params from saturation helper func in XferEffect. | commit-bot@chromium.org | 2013-04-29 |
* | Remove redundant setting of alpha in hard-light GPU shader. | commit-bot@chromium.org | 2013-04-29 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-04-26 |
* | Temporarily disable HardLight effect in unit tests. | jvanverth@google.com | 2013-04-25 |
* | Some fixes for saturation computation XferEffect. | commit-bot@chromium.org | 2013-04-25 |
* | Add non-separable xfer modes to GPU backend. | bsalomon@google.com | 2013-04-22 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-04-20 |
* | Final round of .0s | bsalomon@google.com | 2013-04-19 |
* | More .0s | bsalomon@google.com | 2013-04-19 |
* | Add ".0" to 1 constants in xfermodes GLSL code. | bsalomon@google.com | 2013-04-19 |
* | Add all remaining separable xfer modes to GPU backend. | bsalomon@google.com | 2013-04-19 |
* | Add coeffecients for kScreen xfermode. | bsalomon@google.com | 2013-04-15 |
* | Add Xfermode bench. Also clear before rendering in bench (rather than after). | commit-bot@chromium.org | 2013-04-01 |
* | Fix GLPrograms test. | bsalomon@google.com | 2013-03-29 |
* | Add support for reading the dst pixel value in an effect. Use in a new effect... | bsalomon@google.com | 2013-03-29 |
* | Add interface to SkXfermode to return a GrEffect and blend coeffs. | bsalomon@google.com | 2013-03-27 |
* | This changes fixes issues with the non-separable blend modes. They were not p... | commit-bot@chromium.org | 2013-03-21 |
* | land https://chromiumcodereview.appspot.com/12440004/ | reed@google.com | 2013-03-07 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-03-06 |
* | Added support for non-separable blending modes. | commit-bot@chromium.org | 2013-03-05 |
* | land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matchin... | reed@google.com | 2013-02-04 |
* | clone of https://codereview.appspot.com/7208043/ | reed@google.com | 2013-01-30 |
* | 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 |
* | Privatization: | reed@google.com | 2012-08-07 |
* | Update SkFlattenable buffers to be more modular. | djsollen@google.com | 2012-08-07 |
* | Added Inst counting to SkFlattenable-derived classes | robertphillips@google.com | 2012-06-27 |
* | export flags on the state of the world when a picture was serialized. | reed@google.com | 2012-06-25 |
* | Cleanup code related to SkFlattenable::flatten() | djsollen@google.com | 2012-03-29 |
* | Create macro for registering classes for deserialization | djsollen@google.com | 2012-03-26 |
* | Interpolate vertical linear gradients for improved quality. | tomhudson@google.com | 2012-01-18 |
* | add optional manual global initialization | caryclark@google.com | 2011-12-15 |
* | separate declaration from impl for overrides, so we can declare some of | reed@google.com | 2011-11-28 |
* | add SkXfermode::IsMode() and use that in SkDevice | mike@reedtribe.org | 2011-11-17 |
* | Write null for any function pointers when using the cross process flag | yangsu@google.com | 2011-08-10 |
* | re-get the function-ptr when we unflatten a ProcCoeffXfermode | reed@google.com | 2011-08-09 |