| Commit message (Expand) | Author | Age |
* | 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 |
* | Make GrEffect::textureAccess non-virtual. Require subclasses to append their ... | bsalomon@google.com | 2013-01-11 |
* | Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch... | senorblanco@chromium.org | 2013-01-10 |
* | fix warning from scalar --> int32 conversion | humper@google.com | 2013-01-07 |
* | Cleaned up warnings in Windows build. | jvanverth@google.com | 2013-01-07 |
* | eliminate all warnings in non-thirdparty code on mac | humper@google.com | 2013-01-07 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-05 |
* | Added a new function to directly generate a blurred rectangle analytically. | humper@google.com | 2013-01-04 |
* | Allow GrEffects with multiple textures. | bsalomon@google.com | 2013-01-04 |
* | Delete no-longer compiled SkRectShape.cpp | epoger@google.com | 2013-01-02 |
* | Fix break from eariler change to colorfilters. clang's warnings found that so... | mike@reedtribe.org | 2012-12-24 |
* | fix warnings related to constness in overrides of SkColorFilter | mike@reedtribe.org | 2012-12-24 |
* | change SkMaskFilter methods to const, in preparation for making the class as | reed@google.com | 2012-12-18 |
* | remove experimental setAsABlur, as it forces the instance to be mutable, and was | reed@google.com | 2012-12-18 |
* | change all interfaces for SkRasterizer to const, in preparation for marking it | reed@google.com | 2012-12-18 |
* | change all patheffect methods to const, in preparation for marking its | reed@google.com | 2012-12-18 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-18 |
* | we do not correctly handle inner-style in blurmaskfilter w/ the 9patch | reed@google.com | 2012-12-17 |
* | Make all colorfilter methods const, in preparation for declaring them | reed@google.com | 2012-12-17 |
* | Mark all methods on SkXfermode as const, in preparation for declaring all | reed@google.com | 2012-12-17 |
* | 3on/3off dashing optimization | robertphillips@google.com | 2012-12-17 |
* | Limit the maximum number of dash segments per path | fmalita@google.com | 2012-12-17 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-15 |
* | Fix r6808 fix & some compiler warnings | robertphillips@google.com | 2012-12-14 |
* | reland 6798 w/ fix for bitmap-as-mask pixel-locking | reed@google.com | 2012-12-13 |
* | revert 6798 (assert in GM) | reed@google.com | 2012-12-13 |
* | Goal: ensure we always balance lock/unlock pixels calls. | reed@google.com | 2012-12-13 |
* | Use double precision when iterating in SkDashPathEffect::filterPath() | fmalita@google.com | 2012-12-12 |
* | Fix generation of random two point gradients for program unit test. | bsalomon@google.com | 2012-12-11 |
* | Add drawPoints dash bench | robertphillips@google.com | 2012-12-05 |
* | Pull SkMergeImageFilter out into its own file. | senorblanco@chromium.org | 2012-12-04 |
* | Fixed remaining clang compiler warnings | robertphillips@google.com | 2012-12-03 |
* | Clean up some Windows compiler warnings. | senorblanco@chromium.org | 2012-11-29 |
* | Turn on the separable blur (release the hounds!). This will require rebaseli... | senorblanco@chromium.org | 2012-11-29 |
* | Modify the blur bench to add tests for high-quality blurs, and large non-inte... | senorblanco@chromium.org | 2012-11-29 |
* | Added dashing fast path | robertphillips@google.com | 2012-11-28 |
* | Implement radius interpolation for separable blur. Unroll both separable imp... | senorblanco@chromium.org | 2012-11-27 |
* | don't leak *every* src mask in the ninepatch case. doh. | reed@google.com | 2012-11-27 |