| Commit message (Expand) | Author | Age |
* | add SkPath::reverseAddPath() | reed@google.com | 2012-01-10 |
* | Add ARM optimizations to the build. | djsollen@google.com | 2012-01-09 |
* | add allowImageFilter() so a device can allow/disallow filters | reed@google.com | 2012-01-06 |
* | add filterImage() entry-point to SkDevice, to allow it to specialize on subcl... | reed@google.com | 2012-01-05 |
* | add asComponentTable() query (will impl in SkTableColorFilter next) | reed@google.com | 2012-01-05 |
* | make getOrigin() public so callers can adjust layer | caryclark@google.com | 2012-01-05 |
* | Add support for GL texture storage | bsalomon@google.com | 2012-01-05 |
* | remove as these are replaced by SkJSON | mike@reedtribe.org | 2012-01-05 |
* | Add the ability to iterate through a path without modification. This change is | schenney@chromium.org | 2012-01-04 |
* | add count(), fix bad llist logic in remove() | mike@reedtribe.org | 2012-01-04 |
* | add Object::remove, some dox, leak debugging code | mike@reedtribe.org | 2012-01-04 |
* | Implement the color matrix filter in Ganesh. Also, fix and enable the color | senorblanco@chromium.org | 2012-01-03 |
* | expose isSubpixel() on the cache, so SkDraw can know if it should expect | reed@google.com | 2012-01-03 |
* | Update header comments to more accurately describe behavior of | tomhudson@google.com | 2012-01-03 |
* | experiment #2 for JSON data | mike@reedtribe.org | 2012-01-02 |
* | add experimental class for json | mike@reedtribe.org | 2011-12-31 |
* | Fix problems with SampleApp Fuzzer due to issues in iterating over degenerate... | schenney@chromium.org | 2011-12-29 |
* | Tighten up restrictions on blit width: some shaders assert that they | tomhudson@google.com | 2011-12-29 |
* | Add SkTableColorFilter, as a foundation for several SVG filters | mike@reedtribe.org | 2011-12-28 |
* | add SK_OVERRIDE | mike@reedtribe.org | 2011-12-28 |
* | Bugfixes to antialiased blitting. | tomhudson@google.com | 2011-12-28 |
* | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); | tomhudson@google.com | 2011-12-28 |
* | New 'blitAntiRect' entry point for blitters, specialized in supersampling | tomhudson@google.com | 2011-12-27 |
* | Protecting changes to the SkPath iteration with an ifdef for Chromium. | schenney@chromium.org | 2011-12-21 |
* | declare IsVariationSelector to be inline, to fix warning | reed@google.com | 2011-12-21 |
* | add SkUnichar_IsVariationSelector() | reed@google.com | 2011-12-21 |
* | Implement SkColorFilter::asColorMatrix() virtual, and override in | senorblanco@chromium.org | 2011-12-20 |
* | fix 'no static globals' for chromium | caryclark@google.com | 2011-12-20 |
* | A software implementation of the Gaussian blur filter, using 3 box blurs. Also | senorblanco@chromium.org | 2011-12-20 |
* | initial impl of SkImageFilters : virtual signature will change! | reed@google.com | 2011-12-20 |
* | Modifying SkPath to store all verbs provided by the user, and to give | schenney@chromium.org | 2011-12-20 |
* | sk_float_round isn't a function, so call this instead: sk_float_floor((x) + 0... | reed@google.com | 2011-12-16 |
* | cleanup font purging functions | caryclark@google.com | 2011-12-16 |
* | Exposing the isImmutable/setImmutable API of SkPixelRef in SkBitmap | junov@chromium.org | 2011-12-15 |
* | add optional manual global initialization | caryclark@google.com | 2011-12-15 |
* | add canvas::isDrawingToLayer(), as a fast query for chrome; faster than | reed@google.com | 2011-12-14 |
* | Access sampler matrices directly, cleanup GrSamplerState::reset()s | bsalomon@google.com | 2011-12-12 |
* | Remove GrDrawState::setSampler, use direct access to sampler | bsalomon@google.com | 2011-12-12 |
* | Remove static initiazled gClampNearest in gpu backend | bsalomon@google.com | 2011-12-12 |
* | add first cut at arithmetic mode | mike@reedtribe.org | 2011-12-10 |
* | Closing fd for mmap after mapping succeeds. | djsollen@google.com | 2011-12-09 |
* | Add support for GL_ANGLE_texture_usage | bsalomon@google.com | 2011-12-09 |
* | Adding isOpaque method to skia shader classes | junov@chromium.org | 2011-12-09 |
* | add SK_OVERRIDE, move subclass impls of virtuals into .cpp | reed@google.com | 2011-12-07 |
* | add SK_OVERRIDEs | reed@google.com | 2011-12-07 |
* | add SK_OVERRIDEs, move impl of virtuals into .cpp | reed@google.com | 2011-12-07 |
* | add more SK_OVERRIDEs | reed@google.com | 2011-12-07 |
* | don't specify default parameter values when overriding a method | reed@google.com | 2011-12-07 |
* | rename sk_float_isNaN to sk_float_isnan to match related functions | reed@google.com | 2011-12-06 |
* | rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed | reed@google.com | 2011-12-06 |