| Commit message (Expand) | Author | Age |
* | 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 |
* | Implement a bicubic resampling image filter, with raster and GPU backends. | senorblanco@chromium.org | 2013-01-18 |
* | Fix call to INHERITED::isEqual in GrRadial2Gradient. Should be INHERITED::onI... | bsalomon@google.com | 2013-01-17 |
* | Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec... | bsalomon@google.com | 2013-01-17 |
* | Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-... | bsalomon@google.com | 2013-01-16 |
* | Fix GPU-less build. | bsalomon@google.com | 2013-01-16 |
* | Wrap GrEffects in GrEffectPtr. | bsalomon@google.com | 2013-01-16 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-16 |
* | Fix busted texture coords in GrGLBlendEffect. | bsalomon@google.com | 2013-01-15 |
* | Added print out of SkShader information to debugger | robertphillips@google.com | 2013-01-15 |
* | Unreviewed mac build fix : Removing unused variable | sugoi@google.com | 2013-01-15 |
* | Added missing include in non GPU case. | sugoi@google.com | 2013-01-15 |
* | Implementation of the displacement effect (both CPU and GPU) | sugoi@google.com | 2013-01-15 |
* | dashing asPoints could draw excessively long first dash | robertphillips@google.com | 2013-01-15 |
* | fix all the false --> NULL issues in the gradient code | humper@google.com | 2013-01-14 |
* | Fix a problem in the matrix convolution image filter exposed by https://code.... | senorblanco@chromium.org | 2013-01-14 |
* | Fix debug build after r7153 (removed param referenced in assertion) | bsalomon@google.com | 2013-01-14 |
* | Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader. | bsalomon@google.com | 2013-01-14 |
* | Fix typo bug caught by mac warn-as-error (= should have been &=). | bsalomon@google.com | 2013-01-14 |
* | Implement getConstantColorComponents() for matrix convolution. | bsalomon@google.com | 2013-01-11 |
* | Add GrEffect::updateKnownColorComponents(). It is used to determine whether t... | bsalomon@google.com | 2013-01-11 |
* | Fix leaks in blurrect benchs and gm. | bsalomon@google.com | 2013-01-11 |