| Commit message (Expand) | Author | Age |
* | hide SkBitmap::Config entirely (behind a flag) | reed | 2014-06-17 |
* | hide SkBitmap::setConfig | reed | 2014-06-09 |
* | remove SkBounder -- unused and unloved | reed | 2014-06-03 |
* | Remove unused (by clients) SkUnitMapper | commit-bot@chromium.org | 2014-05-22 |
* | Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromiu... | commit-bot@chromium.org | 2014-05-22 |
* | Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/2832... | commit-bot@chromium.org | 2014-05-21 |
* | Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromiu... | commit-bot@chromium.org | 2014-05-16 |
* | remove unused (by clients) SkUnitMapper | commit-bot@chromium.org | 2014-05-16 |
* | fix size_t/int warnings | commit-bot@chromium.org | 2014-05-04 |
* | move common blur types into central header | commit-bot@chromium.org | 2014-04-28 |
* | Move SkShader::fLocalMatrix into SkShader constructor. | commit-bot@chromium.org | 2014-04-28 |
* | rename SkPaintParts.* to SkPaintPart.* | reed@google.com | 2014-04-18 |
* | Reduce internal explicit SaveFlags usage. | commit-bot@chromium.org | 2014-04-18 |
* | Fix warnings on Ubuntu13 | commit-bot@chromium.org | 2014-02-21 |
* | Factory methods for heap-allocated SkPathEffect and SkXfermode objects. | commit-bot@chromium.org | 2014-02-20 |
* | remove remaining references to Sk64 (obsolete) | reed@google.com | 2014-01-13 |
* | replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) | reed@google.com | 2013-12-18 |
* | deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de... | reed@google.com | 2013-12-17 |
* | remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats | reed@google.com | 2013-12-17 |
* | Changed maxInputCount for exact inputCount | commit-bot@chromium.org | 2013-12-04 |
* | Reverting r12427 | rmistry@google.com | 2013-12-02 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-12-02 |
* | Revert "Revert "remove kA1_Config, as it is no longer supported"" | commit-bot@chromium.org | 2013-11-26 |
* | Revert "remove kA1_Config, as it is no longer supported" | reed@google.com | 2013-11-25 |
* | remove kA1_Config, as it is no longer supported | reed@google.com | 2013-11-25 |
* | Add extra warnings to match what Android uses. | mtklein@google.com | 2013-11-20 |
* | Revert "Add extra warnings to match what Android uses." | scroggo@google.com | 2013-11-20 |
* | Add extra warnings to match what Android uses. | djsollen@google.com | 2013-11-20 |
* | 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 |
* | Change SkImageDecoders to take an SkStreamRewindable. | scroggo@google.com | 2013-09-25 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-09-07 |
* | Push sigma-based blur interface into our GMs/benches/tests/samplecode | robertphillips@google.com | 2013-09-06 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-08-28 |
* | Blur refactoring | robertphillips@google.com | 2013-08-27 |
* | Fix build with SK_SUPPORT_UNITTEST on | commit-bot@chromium.org | 2013-08-14 |
* | Update obvious deps. | bungeman@google.com | 2013-07-22 |
* | Fix latent warning as error in Android specific code. | bungeman@google.com | 2013-07-19 |
* | Clang has stricter checking for conversion to a null pointer. In C++11 mode,... | commit-bot@chromium.org | 2013-06-28 |
* | Separate core and images project. | scroggo@google.com | 2013-05-31 |
* | Fix more clang tautological-constant-out-of-range-compare errors. | tfarina@chromium.org | 2013-03-29 |
* | Remove dubious assertion. | tfarina@chromium.org | 2013-03-27 |
* | use SkStream::NewFromFile() | mike@reedtribe.org | 2013-03-19 |
* | Do not use SkTDS32Array when building for 64 bit. | scroggo@google.com | 2013-03-18 |
* | Removed unused parameters | sugoi@google.com | 2013-03-12 |
* | Turning on warning as error on Linux | sugoi@google.com | 2013-03-11 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-03-08 |
* | Fixing some warnings on Linux | sugoi@google.com | 2013-03-07 |
* | Adding missing const for r7902 | jvanverth@google.com | 2013-02-28 |