aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils
Commit message (Expand)AuthorAge
* Move MMap to SkData.Gravatar commit-bot@chromium.org2013-04-24
* ARGB image encoder for checksums.Gravatar bungeman@google.com2013-04-23
* Add thread-per-core setting to SkThreadPool.Gravatar commit-bot@chromium.org2013-04-22
* Adding optimization to avoid image copy in SkSurface copy on write when conte...Gravatar commit-bot@chromium.org2013-04-22
* Fix crash with SkDeferredCanvas+SkSurface integration with in order draw buffer.Gravatar junov@chromium.org2013-04-15
* Fixing viral copy/paste typo Shapshot -> SnapshotGravatar junov@chromium.org2013-04-12
* Adding SkSurface support to SkDeferredCanvasGravatar junov@chromium.org2013-04-12
* rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly useGravatar epoger@google.com2013-04-12
* Fix minor cppcheck-found issuesGravatar robertphillips@google.com2013-03-29
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-26
* oops, fix name for SkCreateDataProviderFromDataGravatar reed@google.com2013-03-25
* expose skdata -> cgdataprovider helperGravatar reed@google.com2013-03-25
* Enable init'ed but unused var warning on windows for closer parity with mac/l...Gravatar bsalomon@google.com2013-03-21
* Add purge all caches to our ashmem wrapper.Gravatar commit-bot@chromium.org2013-03-14
* Fix a warning in bitmap checksummer.Gravatar scroggo@google.com2013-03-07
* Unify wgl context creation.Gravatar bsalomon@google.com2013-03-05
* Fixed doParse functionsGravatar sugoi@google.com2013-03-04
* Fix errors when compiling with -Wall -Werror on Android.Gravatar djsollen@google.com2013-02-07
* Accelerate handling of clipRRect in calls to SkPictureUtils::GatherPixelRefsGravatar junov@chromium.org2013-02-01
* Prevent SkPictureUtils::GatherPixelRefs from generating bitmaps from gradientGravatar junov@google.com2013-02-01
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-31
* Add SHA1 and MD5 to utils.Gravatar bungeman@google.com2013-01-31
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* doh. drawRRect is not on SkDevice.... yetGravatar reed@google.com2013-01-24
* override drawOval and drawRRect in GatherPixelRefDevice, so we don't miss those,Gravatar reed@google.com2013-01-24
* Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPrivGravatar junov@chromium.org2013-01-24
* Expose geometry and gamma on device.Gravatar bungeman@google.com2013-01-22
* cherry-pick from 7241: speed-up matrix44::setconcat when both inputs areGravatar reed@google.com2013-01-17
* Revert r7241, which broke tests on most platforms.Gravatar tomhudson@google.com2013-01-17
* Add SSE2 multiplication for SkMatrix44 on some platforms.Gravatar tomhudson@google.com2013-01-17
* Added print out of SkShader information to debuggerGravatar robertphillips@google.com2013-01-15
* To support alignment pragmas (for speed), we need to relax assumptions aboutGravatar reed@google.com2013-01-15
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-15
* move template specializations to inline functions in the header to make windo...Gravatar humper@google.com2013-01-14
* replace getline with fgets for portabilityGravatar humper@google.com2013-01-14
* remove dynamic_cast because rtti is disabled on some platforms (but not all??)Gravatar humper@google.com2013-01-14
* Runtime configuration system for skia. This will allow developers to control...Gravatar humper@google.com2013-01-14
* 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