| Commit message (Expand) | Author | Age |
* | Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri... | junov@chromium.org | 2012-02-24 |
* | Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not... | bungeman@google.com | 2012-02-24 |
* | Adding more unit testing for SkCanvas and derived classes. | junov@chromium.org | 2012-02-22 |
* | Merge changes from the android repo upstream to Skia | djsollen@google.com | 2012-02-15 |
* | Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer | bsalomon@google.com | 2012-02-15 |
* | Misc small fixes to unblock skia roll. | bsalomon@google.com | 2012-02-15 |
* | SSE2 version of blit_lcd16, courtesy of Jin Yang. | tomhudson@google.com | 2012-02-14 |
* | Adding API and unit testing for deferred canvas clearing/purging | junov@chromium.org | 2012-02-13 |
* | if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component | reed@google.com | 2012-02-13 |
* | enable color-luminance in font cache (disabled by default) | reed@google.com | 2012-02-10 |
* | Add SK_API to SkPixelRef and TextureCacheEntry. | senorblanco@chromium.org | 2012-02-09 |
* | store luminance in a new field | reed@google.com | 2012-02-07 |
* | Fixing backing store access in SkDeferredCanvas. | junov@chromium.org | 2012-02-07 |
* | Open type table definitions. | bungeman@google.com | 2012-02-02 |
* | extend fastbounds impls to include maskfilters and drawloopers. This allows | reed@google.com | 2012-01-30 |
* | Adding a flush method to SkCanvas | junov@chromium.org | 2012-01-30 |
* | Formatting cleanup: remove extra whitespace | vandebo@chromium.org | 2012-01-28 |
* | posix: Avoid static initializers in static/global mutexes | digit@google.com | 2012-01-26 |
* | Make SkRegion::operator== a member function, rather than a privately-declared | reed@google.com | 2012-01-25 |
* | Interpolate vertical linear gradients for improved quality. | tomhudson@google.com | 2012-01-18 |
* | Somehow this change was missing from the previous commit. | schenney@chromium.org | 2012-01-18 |
* | Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter. | schenney@chromium.org | 2012-01-18 |
* | add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD | reed@google.com | 2012-01-18 |
* | Adding class SkDeferredCanvas for deferred rendering. | junov@google.com | 2012-01-18 |
* | automatically inject a moveTo if we see a close followed by a line/quad/cubic | reed@google.com | 2012-01-12 |
* | remove unused bool param to SkMutex constructor | reed@google.com | 2012-01-12 |
* | android: optimize atomics routines | digit@google.com | 2012-01-11 |
* | add SkPath::cheapComputeDirection() plus unittests | reed@google.com | 2012-01-10 |
* | 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 the ability to iterate through a path without modification. This change is | schenney@chromium.org | 2012-01-04 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |