| Commit message (Expand) | Author | Age |
* | Add thread-per-core setting to SkThreadPool. | commit-bot@chromium.org | 2013-04-22 |
* | Fixing viral copy/paste typo Shapshot -> Snapshot | junov@chromium.org | 2013-04-12 |
* | Adding SkSurface support to SkDeferredCanvas | junov@chromium.org | 2013-04-12 |
* | oops, fix name for SkCreateDataProviderFromData | reed@google.com | 2013-03-25 |
* | expose skdata -> cgdataprovider helper | reed@google.com | 2013-03-25 |
* | Unify wgl context creation. | bsalomon@google.com | 2013-03-05 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-02-15 |
* | debug dump functions for mathematica visualization | humper@google.com | 2013-02-14 |
* | Address google3 compiler warning | robertphillips@google.com | 2013-02-07 |
* | Use SkBits2Float in SkRandom | bsalomon@google.com | 2013-02-07 |
* | Fix errors when compiling with -Wall -Werror on Android. | djsollen@google.com | 2013-02-07 |
* | check for self-assignment in operator= | reed@google.com | 2013-02-06 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-31 |
* | Adds SkMWCRandom, which generates random numbers using a variant of George Ma... | jvanverth@google.com | 2013-01-30 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | Fix nextRangeU(0, MAX_UINT) div by zero. | bsalomon@google.com | 2013-01-25 |
* | Move random from core to utils | bsalomon@google.com | 2013-01-25 |
* | Revert r7241, which broke tests on most platforms. | tomhudson@google.com | 2013-01-17 |
* | Add SSE2 multiplication for SkMatrix44 on some platforms. | tomhudson@google.com | 2013-01-17 |
* | mark default constructor for SkMatrix44 as deprecated, since it calls setIden... | reed@google.com | 2013-01-16 |
* | Added print out of SkShader information to debugger | robertphillips@google.com | 2013-01-15 |
* | To support alignment pragmas (for speed), we need to relax assumptions about | reed@google.com | 2013-01-15 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-15 |
* | fix warning on linux | humper@google.com | 2013-01-15 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-15 |
* | move template specializations to inline functions in the header to make windo... | humper@google.com | 2013-01-14 |
* | remove dynamic_cast because rtti is disabled on some platforms (but not all??) | humper@google.com | 2013-01-14 |
* | Runtime configuration system for skia. This will allow developers to control... | humper@google.com | 2013-01-14 |
* | revert 6766, thereby re-landing 6762-6763 now that the bots are ready | reed@google.com | 2012-12-12 |
* | revert 6762-6763, since those require new skps to be generated, and we can't | reed@google.com | 2012-12-12 |
* | make RRect and Oval first-class drawing primitives in SkCanvas. | reed@google.com | 2012-12-12 |
* | Add SkMatrix44 constructor that allows user to control the initialization | vollick@chromium.org | 2012-12-10 |
* | add helpers for isTranslate and isScaleTranslate | mike@reedtribe.org | 2012-12-10 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-06 |
* | optimize translate and scale | reed@google.com | 2012-12-05 |
* | Add missing SK_API definition at request of Chromium callers | djsollen@google.com | 2012-12-05 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-04 |
* | add getTypes() to SkMatrix44, to cache how complex the matrix is. | reed@google.com | 2012-12-03 |
* | Fixed remaining clang compiler warnings | robertphillips@google.com | 2012-12-03 |
* | Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for ... | bsalomon@google.com | 2012-12-03 |
* | Keep track of identity SkMatrix44s | jamesr@chromium.org | 2012-11-29 |
* | add SkPictureUtils::GatherPixelRefs() | reed@google.com | 2012-11-29 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-28 |
* | don't use bit-wise test for equality when using floats. | reed@google.com | 2012-11-27 |
* | Deferred canvas can now be flushed if an image is beyond a certain size to av... | sugoi@google.com | 2012-11-21 |
* | Add SkMatrix44::setColMajord, etc. | vollick@chromium.org | 2012-11-19 |
* | Add SkMatrix44::setTranspose | vollick@chromium.org | 2012-11-14 |
* | Add support for SK_MSCALAR_IS_FLOAT | vollick@chromium.org | 2012-11-13 |
* | Changing the visibility of SkMatrix44::determinant(). | vollick@chromium.org | 2012-11-13 |
* | add const to src parameter for mapMScalars() | reed@google.com | 2012-11-12 |