aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils
Commit message (Expand)AuthorAge
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-23
* use macro to encapsulate building get_mtname() specializationsGravatar reed@google.com2013-05-22
* expand SkLua to handle creation of its own StateGravatar reed@google.com2013-05-22
* fix int -> bool warningGravatar reed@google.com2013-05-22
* add dumpops.lua as a sample scraper that just dumps the argumentsGravatar reed@google.com2013-05-22
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-22
* remove extra return statement (doh)Gravatar reed@google.com2013-05-21
* Fixing deferred canvases so that they do not return deferred devices on creat...Gravatar junov@chromium.org2013-05-21
* add SkPath as real lua objectGravatar reed@google.com2013-05-21
* support SkCanvas as a real lua objectGravatar mike@reedtribe.org2013-05-21
* fix boolean check for unknown rtconf variables in files.Gravatar humper@google.com2013-05-20
* One SkTSearch to rule them all. Allow key to be of different type than the ar...Gravatar bsalomon@google.com2013-05-17
* add the following fields to the lua accumulate table:Gravatar reed@google.com2013-05-16
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-16
* lua accumulate now receives a table of the draw parametersGravatar mike@reedtribe.org2013-05-16
* add SkLuaCanvasGravatar reed@google.com2013-05-15
* Re-land r9059 with empty cityhash.gyp, instead of deleted cityhash.gypGravatar epoger@google.com2013-05-08
* Roll out r9059 to unbreak botsGravatar epoger@google.com2013-05-08
* Remove third-party cityhash, unused since r8992Gravatar epoger@google.com2013-05-08
* SkBitmapHasher: use 64-bit-truncated MD5 instead of 64-bit CityHashGravatar epoger@google.com2013-05-03
* 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