| Commit message (Expand) | Author | Age |
* | Unify wgl context creation. | bsalomon@google.com | 2013-03-05 |
* | Fixed doParse functions | sugoi@google.com | 2013-03-04 |
* | Fix errors when compiling with -Wall -Werror on Android. | djsollen@google.com | 2013-02-07 |
* | Accelerate handling of clipRRect in calls to SkPictureUtils::GatherPixelRefs | junov@chromium.org | 2013-02-01 |
* | Prevent SkPictureUtils::GatherPixelRefs from generating bitmaps from gradient | junov@google.com | 2013-02-01 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-31 |
* | Add SHA1 and MD5 to utils. | bungeman@google.com | 2013-01-31 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | doh. drawRRect is not on SkDevice.... yet | reed@google.com | 2013-01-24 |
* | override drawOval and drawRRect in GatherPixelRefDevice, so we don't miss those, | reed@google.com | 2013-01-24 |
* | Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv | junov@chromium.org | 2013-01-24 |
* | Expose geometry and gamma on device. | bungeman@google.com | 2013-01-22 |
* | cherry-pick from 7241: speed-up matrix44::setconcat when both inputs are | reed@google.com | 2013-01-17 |
* | 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 |
* | 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 |
* | move template specializations to inline functions in the header to make windo... | humper@google.com | 2013-01-14 |
* | replace getline with fgets for portability | 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 |
* | fix warnings | reed@google.com | 2013-01-07 |
* | fix warning from scalar --> int32 conversion | humper@google.com | 2013-01-07 |
* | Optimized implementation of SkMatrix44::preScale | shawnsingh@chromium.org | 2012-12-13 |
* | Change to BDS license (as we did with all the other files that were Apache) | reed@google.com | 2012-12-13 |
* | Fixing clip region test in deferred canvas, used to determine whether a draw ... | junov@chromium.org | 2012-12-13 |
* | Matrix inversion optimizations and benchmark; originally by whunt@google.com. | tomhudson@google.com | 2012-12-13 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-13 |
* | 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 |
* | Create SkBitmapChecksummer and associated SkBitmapTransformer | epoger@google.com | 2012-12-12 |
* | use new enum-constructors | reed@google.com | 2012-12-10 |
* | add helpers for isTranslate and isScaleTranslate | mike@reedtribe.org | 2012-12-10 |
* | Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS) | epoger@google.com | 2012-12-07 |
* | 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 |
* | 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 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-30 |
* | Keep track of identity SkMatrix44s | jamesr@chromium.org | 2012-11-29 |
* | add SkPictureUtils::GatherPixelRefs() | reed@google.com | 2012-11-29 |
* | don't use bit-wise test for equality when using floats. | reed@google.com | 2012-11-27 |
* | Simple change to remove unnecessary #define statement. | sugoi@google.com | 2012-11-21 |
* | 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 support for SkImageRef_ashmem. | djsollen@google.com | 2012-11-19 |
* | Add SkMatrix44::setTranspose | vollick@chromium.org | 2012-11-14 |