| Commit message (Expand) | Author | Age |
* | Make leak counters thread-safe and turn them on by default for Debug | commit-bot@chromium.org | 2014-01-17 |
* | Revert "Make leak counters thread-safe and turn them on by default for Debug" | djsollen@google.com | 2014-01-14 |
* | Make leak counters thread-safe and turn them on by default for Debug | commit-bot@chromium.org | 2014-01-14 |
* | Revert "Revert "begin to remove SkLONGLONG and wean Skia off of Sk64"" | reed@google.com | 2013-12-20 |
* | Revert "begin to remove SkLONGLONG and wean Skia off of Sk64" | reed@google.com | 2013-12-19 |
* | begin to remove SkLONGLONG and wean Skia off of Sk64 | reed@google.com | 2013-12-19 |
* | Split atomic and mutex implementations and make inlinable. | bungeman@google.com | 2013-12-18 |
* | remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats | reed@google.com | 2013-12-17 |
* | remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOA... | reed@google.com | 2013-12-16 |
* | Reverting r12635 (Make leak counters thread-safe - https://codereview.chromiu... | robertphillips@google.com | 2013-12-12 |
* | Make leak counters thread-safe and turn them on by default for Debug | commit-bot@chromium.org | 2013-12-12 |
* | Put all of SkPostConfig.h inside top level ifdef. | bungeman@google.com | 2013-12-04 |
* | Add SK_ALWAYS_INLINE. | mtklein@google.com | 2013-11-22 |
* | Re-enable SK_ATTR_DEPRECATED (i.e., revert r12067) | robertphillips@google.com | 2013-11-10 |
* | Add SK_PREFETCH and use in SkBlurImageFilter. | commit-bot@chromium.org | 2013-11-05 |
* | Disabling SK_ATTR_DEPRECATED the hard way | robertphillips@google.com | 2013-10-31 |
* | Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si... | reed@google.com | 2013-10-31 |
* | Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t... | reed@google.com | 2013-10-31 |
* | add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ... | reed@google.com | 2013-10-31 |
* | create a macro for testing if skcolor and skpmcolor have same shift values | djsollen@google.com | 2013-08-20 |
* | Revert r10705 (ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONG) due t... | robertphillips@google.com | 2013-08-15 |
* | ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONG | commit-bot@chromium.org | 2013-08-14 |
* | Add a default value for SK_OVERRIDE in SkPostConfig.h | george@mozilla.com | 2013-08-06 |
* | Annotate SK_COMPILE_ASSERT's typedef as permissibly unused, to fix GCC 4.8 bu... | bungeman@google.com | 2013-08-06 |
* | set nominmax on windows | bsalomon@google.com | 2013-07-31 |
* | This reverts commit 4052fd051db67bd1099fde2c4fe400cfbe1f2426. | bsalomon@google.com | 2013-07-25 |
* | R=borenet@google.com, bungeman@google.com, robertphillips@google.com | commit-bot@chromium.org | 2013-07-25 |
* | Make SK_OVERRIDE expand to OVERRIDE on iOS | commit-bot@chromium.org | 2013-07-03 |
* | Feed Clang a pragma to ignore -Wc++11-extensions to let it build Skia on Mac. | commit-bot@chromium.org | 2013-04-22 |
* | turn on pathops unit test | caryclark@google.com | 2013-04-12 |
* | Add a macro for querying the byte order of SkPMColor. | commit-bot@chromium.org | 2013-03-19 |
* | print a useful message when assert fails on the mac | humper@google.com | 2013-02-14 |
* | Wrap GrEffects in GrEffectPtr. | bsalomon@google.com | 2013-01-16 |
* | Re-enable inst counting in debug builds. | bsalomon@google.com | 2013-01-15 |
* | Fix warnings about unused function on Mac. | bsalomon@google.com | 2013-01-02 |
* | add getTypes() to SkMatrix44, to cache how complex the matrix is. | reed@google.com | 2012-12-03 |
* | Add support for SK_MSCALAR_IS_FLOAT | vollick@chromium.org | 2012-11-13 |
* | first cut at making iOS work | caryclark@google.com | 2012-09-20 |
* | Create GPU-less build of Skia. | bsalomon@google.com | 2012-08-02 |
* | Add support for ARM without EDSP and ARMv6+ | george@mozilla.com | 2012-07-27 |
* | Fix SK_OVERRIDE for various versions of clang | george@mozilla.com | 2012-07-25 |
* | Revert SkNO_RETURN_HINT fix in favor of a simpler fix | bsalomon@google.com | 2012-07-11 |
* | Fix SkNO_RETURN_HINT warnings on mac/clang | bsalomon@google.com | 2012-07-11 |
* | Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. | tomhudson@google.com | 2012-07-09 |
* | Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like | senorblanco@chromium.org | 2012-07-09 |
* | remove SK_CAN_USE_FLOAT (deprecated) | reed@google.com | 2012-06-11 |
* | Add SK_SYSTEM_ZLIB define. | justinlin@google.com | 2012-04-16 |
* | add optional manual global initialization | caryclark@google.com | 2011-12-15 |
* | define SK_OVERRIDE based on windows compiler, not windows platform (for mingw) | reed@google.com | 2011-11-28 |
* | Fix mac debug asserts | bsalomon@google.com | 2011-11-23 |