| Commit message (Expand) | Author | Age |
* | clang on windows support | Mike Klein | 2017-07-31 |
* | GR_TEST_UTILS fixes | Brian Salomon | 2017-07-06 |
* | fix SkASSERT for Visual Studio | Cary Clark | 2017-05-11 |
* | drawfilter is legacy-guarded, no need for deprecated | Mike Reed | 2017-05-03 |
* | Use alignas to force alignment. | herb | 2016-11-04 |
* | Revert of Try to use only std::aligned_storage. (patchset #2 id:20001 of http... | benjaminwagner | 2016-11-03 |
* | Try to use only std::aligned_storage. This does not change the API. | herb | 2016-11-03 |
* | SkPDF: Glyph validation change | halcanary | 2016-08-26 |
* | Optimized implementation of quickReject() | msarett | 2016-08-12 |
* | Revert of Optimized implementation of quickReject() (patchset #12 id:260001 o... | mtklein | 2016-08-12 |
* | Optimized implementation of quickReject() | msarett | 2016-08-11 |
* | Enable SK_DEBUG/SK_RELEASE to be defined in the user config. | djsollen | 2016-08-05 |
* | Default fake gamma to sRGB. | mtklein | 2016-08-01 |
* | Improve assert reporting. | bungeman | 2016-07-20 |
* | centralize VECTORCALL as SK_VECTORCALL | mtklein | 2016-07-07 |
* | SkLeanWindows.h: #include "Windows.h" fewer places | halcanary | 2016-06-07 |
* | Skia Filter Quality and Scaling Metrics | ericrk | 2016-04-18 |
* | Revert of Skia Filter Quality and Scaling Metrics (patchset #3 id:60001 of ht... | ericrk | 2016-02-25 |
* | Skia Filter Quality and Scaling Metrics | ericrk | 2016-02-25 |
* | Add Histogram Macros to Skia | ericrk | 2016-02-05 |
* | Consolidate SK_CRASH and sk_throw into SK_ABORT | djsollen | 2016-01-29 |
* | Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:800... | djsollen | 2016-01-22 |
* | Consolidate SK_CRASH and sk_throw into SK_ABORT | djsollen | 2016-01-22 |
* | Clean up SkXfermode_opts.h | mtklein | 2016-01-08 |
* | Fix GOOGLE3 Android build. | benjaminwagner | 2015-11-18 |
* | __vectorcall needs SSE | mtklein | 2015-11-16 |
* | For BUILD.public, let SkPreConfig.h set SK_RELEASE based on NDEBUG. | benjaminwagner | 2015-10-29 |
* | move reinterpret_cast into SK_PREFETCH | mtklein | 2015-10-28 |
* | Make SK_PREFETCH work on Windows too. | mtklein | 2015-10-27 |
* | Remove SkNEW and SkDELETE macros | mdempsky | 2015-09-22 |
* | Move SkTemplates.h to private. | bungeman | 2015-08-19 |
* | IWYU: 'core' target, files starting A-C. | bungeman | 2015-08-05 |
* | Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h... | reed | 2015-08-04 |
* | IWYU: 'core' target, files starting A-C. | bungeman | 2015-08-04 |
* | Clean up a few includes, introduce iwyu. | bungeman | 2015-07-29 |
* | De-templatize Sk4pxXfermode code a bit. | mtklein | 2015-07-21 |
* | Revert of De-templatize Sk4pxXfermode code a bit. (patchset #2 id:20001 of ht... | mtklein | 2015-07-21 |
* | De-templatize Sk4pxXfermode code a bit. | mtklein | 2015-07-21 |
* | remove SkInstCnt | mtklein | 2015-06-26 |
* | Use SkMScalar as float by default to match Chromium. | mtklein | 2015-06-09 |
* | Initial CL to create GrBatchTest infrastructure | joshualitt | 2015-04-29 |
* | Remove all code related to NaCl | borenet | 2015-04-02 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Remove SkLONGLONG. | bungeman | 2015-03-17 |
* | Spin off some fixes to land right away. | mtklein | 2015-02-26 |
* | Enable override keyword for GCC versions >= 4.7 | djsollen | 2015-02-20 |
* | SK_NO_FLATE | mtklein | 2015-02-17 |
* | Only instance-count in SK_DEVELOPER builds (our debug builds, not Chrome's) | mtklein | 2015-02-10 |
* | Move sync code to include/, switch from using platform define to a proxy head... | mtklein | 2015-01-21 |
* | Don't use 'defined' in macro expansion. | bungeman | 2014-10-15 |