summaryrefslogtreecommitdiff
path: root/animator
AgeCommit message (Expand)Author
2014-05-04fix size_t/int warningscommit-bot@chromium.org
2014-04-28move common blur types into central headercommit-bot@chromium.org
2014-04-28Move SkShader::fLocalMatrix into SkShader constructor.commit-bot@chromium.org
2014-04-18rename SkPaintParts.* to SkPaintPart.*reed@google.com
2014-04-18Reduce internal explicit SaveFlags usage.commit-bot@chromium.org
2014-02-21Fix warnings on Ubuntu13commit-bot@chromium.org
2014-02-20Factory methods for heap-allocated SkPathEffect and SkXfermode objects.commit-bot@chromium.org
2014-01-13remove remaining references to Sk64 (obsolete)reed@google.com
2013-12-18replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b)reed@google.com
2013-12-17deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...reed@google.com
2013-12-17remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsreed@google.com
2013-12-04Changed maxInputCount for exact inputCountcommit-bot@chromium.org
2013-12-02Reverting r12427rmistry@google.com
2013-12-02Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-11-26Revert "Revert "remove kA1_Config, as it is no longer supported""commit-bot@chromium.org
2013-11-25Revert "remove kA1_Config, as it is no longer supported"reed@google.com
2013-11-25remove kA1_Config, as it is no longer supportedreed@google.com
2013-11-20Add extra warnings to match what Android uses.mtklein@google.com
2013-11-20Revert "Add extra warnings to match what Android uses."scroggo@google.com
2013-11-20Add extra warnings to match what Android uses.djsollen@google.com
2013-10-31Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...reed@google.com
2013-10-31Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com
2013-10-31add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com
2013-09-25Change SkImageDecoders to take an SkStreamRewindable.scroggo@google.com
2013-09-07Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-09-06Push sigma-based blur interface into our GMs/benches/tests/samplecoderobertphillips@google.com
2013-08-28Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-08-27Blur refactoringrobertphillips@google.com
2013-08-14Fix build with SK_SUPPORT_UNITTEST oncommit-bot@chromium.org
2013-07-22Update obvious deps.bungeman@google.com
2013-07-19Fix latent warning as error in Android specific code.bungeman@google.com
2013-06-28Clang has stricter checking for conversion to a null pointer. In C++11 mode,...commit-bot@chromium.org
2013-05-31Separate core and images project.scroggo@google.com
2013-03-29Fix more clang tautological-constant-out-of-range-compare errors.tfarina@chromium.org
2013-03-27Remove dubious assertion.tfarina@chromium.org
2013-03-19use SkStream::NewFromFile()mike@reedtribe.org
2013-03-18Do not use SkTDS32Array when building for 64 bit.scroggo@google.com
2013-03-12Removed unused parameterssugoi@google.com
2013-03-11Turning on warning as error on Linuxsugoi@google.com
2013-03-08Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-03-07Fixing some warnings on Linuxsugoi@google.com
2013-02-28Adding missing const for r7902jvanverth@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-07fix warning from scalar --> int32 conversionhumper@google.com
2012-12-18change all patheffect methods to const, in preparation for marking itsreed@google.com
2012-12-03Fix clang 'overloaded-virtual' warnings.tfarina@chromium.org
2012-09-13Address warnings from clang build botrobertphillips@google.com
2012-09-05Shut up some Mac (xcode 3) warningsbsalomon@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-07-27rename private animator type SkImage to SkImageBitmapBase, to avoid conflictsreed@google.com