aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils
Commit message (Expand)AuthorAge
* fix warningsGravatar reed@google.com2013-01-07
* fix warning from scalar --> int32 conversionGravatar humper@google.com2013-01-07
* Optimized implementation of SkMatrix44::preScaleGravatar shawnsingh@chromium.org2012-12-13
* Change to BDS license (as we did with all the other files that were Apache)Gravatar reed@google.com2012-12-13
* Fixing clip region test in deferred canvas, used to determine whether a draw ...Gravatar junov@chromium.org2012-12-13
* Matrix inversion optimizations and benchmark; originally by whunt@google.com.Gravatar tomhudson@google.com2012-12-13
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-13
* revert 6766, thereby re-landing 6762-6763 now that the bots are readyGravatar reed@google.com2012-12-12
* revert 6762-6763, since those require new skps to be generated, and we can'tGravatar reed@google.com2012-12-12
* make RRect and Oval first-class drawing primitives in SkCanvas.Gravatar reed@google.com2012-12-12
* Create SkBitmapChecksummer and associated SkBitmapTransformerGravatar epoger@google.com2012-12-12
* use new enum-constructorsGravatar reed@google.com2012-12-10
* add helpers for isTranslate and isScaleTranslateGravatar mike@reedtribe.org2012-12-10
* Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS)Gravatar epoger@google.com2012-12-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-06
* optimize translate and scaleGravatar reed@google.com2012-12-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-04
* add getTypes() to SkMatrix44, to cache how complex the matrix is.Gravatar reed@google.com2012-12-03
* Fixed remaining clang compiler warningsGravatar robertphillips@google.com2012-12-03
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-30
* Keep track of identity SkMatrix44sGravatar jamesr@chromium.org2012-11-29
* add SkPictureUtils::GatherPixelRefs()Gravatar reed@google.com2012-11-29
* don't use bit-wise test for equality when using floats.Gravatar reed@google.com2012-11-27
* Simple change to remove unnecessary #define statement.Gravatar sugoi@google.com2012-11-21
* Deferred canvas can now be flushed if an image is beyond a certain size to av...Gravatar sugoi@google.com2012-11-21
* Add SkMatrix44::setColMajord, etc.Gravatar vollick@chromium.org2012-11-19
* Add support for SkImageRef_ashmem.Gravatar djsollen@google.com2012-11-19
* Add SkMatrix44::setTransposeGravatar vollick@chromium.org2012-11-14
* Add support for SK_MSCALAR_IS_FLOATGravatar vollick@chromium.org2012-11-13
* Tell CG ImageEncoder that a bitmap is opaque if it is.Gravatar scroggo@google.com2012-11-12
* add explicit mapScalars and mapMScalars entry-points, instead of just map()Gravatar reed@google.com2012-11-09
* Split off SkConsistentChecksum from SkChecksumGravatar epoger@google.com2012-11-02
* Implement SkCondVar for windows.Gravatar scroggo@google.com2012-10-31
* Add SkThreadPool for managing threads.Gravatar scroggo@google.com2012-10-31
* Eliminating implicit conversion from enum to bool. Fixes compiler warningGravatar junov@chromium.org2012-10-30
* Fonts with cubic outlines are rendered without ClearType by GDI.Gravatar bungeman@google.com2012-10-12
* Fixing SkDeferredCanvas to not consider paint as opaque when xfermode source ...Gravatar junov@chromium.org2012-10-11
* Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a parti...Gravatar bsalomon@google.com2012-10-10
* Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation...Gravatar robertphillips@google.com2012-10-09
* Remove gainFocus() and setMatrixClip() virtuals from SkDevice.Gravatar bsalomon@google.com2012-10-09
* Adding virtual method to SkDeferredCanvas::NotificationClient for signaling w...Gravatar junov@google.com2012-10-01
* Remove deprecated SkOSWindow_wxwidgets.hGravatar tfarina@chromium.org2012-09-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-27
* remove uses of setBitmapDevice (DEPRECATED)Gravatar reed@google.com2012-09-26
* Suppress some warnings on linux.Gravatar bsalomon@google.com2012-09-26
* Make flattenables no longer depend on global static initializers.Gravatar scroggo@google.com2012-09-21
* Adding hasPendingCommands API method to SkDeferredCanvasGravatar junov@chromium.org2012-09-20
* Fixing how deferred canvas purges itself when a clear is recoreded.Gravatar junov@chromium.org2012-09-20
* Adding a silent playback option to SkGPipeReadGravatar junov@chromium.org2012-09-20
* first cut at making iOS workGravatar caryclark@google.com2012-09-20