| 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 |
* | Preventing division by 0 | commit-bot@chromium.org | 2013-12-12 |
* | ARM Skia NEON patches - 32 - Xfermode: 1-pixel NEON modeprocs | commit-bot@chromium.org | 2013-12-06 |
* | Fix compilation with SK_ENABLE_INST_COUNT=1 | commit-bot@chromium.org | 2013-12-05 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-11-22 |
* | move SkProcCoeffXfermode unflatten constructor into .cpp, and range-check its... | reed@google.com | 2013-11-21 |
* | 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 |
* | ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs | commit-bot@chromium.org | 2013-10-17 |
* | Reverting r11813 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs - htt... | robertphillips@google.com | 2013-10-17 |
* | ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs | commit-bot@chromium.org | 2013-10-16 |
* | Reverting r11777 (ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs) due ... | robertphillips@google.com | 2013-10-16 |
* | ARM Skia NEON patches - 30 - Xfermode: NEON modeprocs | commit-bot@chromium.org | 2013-10-15 |
* | Express (GLSL expression, possibly known value) pairs as a class | commit-bot@chromium.org | 2013-10-10 |
* | ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs | commit-bot@chromium.org | 2013-10-09 |
* | Revert "ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs" | djsollen@google.com | 2013-10-08 |
* | ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs | commit-bot@chromium.org | 2013-10-08 |
* | Make skia almost compile again with clang. | commit-bot@chromium.org | 2013-10-07 |
* | commit to xfermode objects being immutable | commit-bot@chromium.org | 2013-10-04 |
* | Make GPU coord transforms automatic | bsalomon@google.com | 2013-10-02 |
* | 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 |