aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils
Commit message (Expand)AuthorAge
* add script to scrape glyph usage in drawText callsGravatar reed@google.com2013-05-30
* First pass at Comment APIGravatar robertphillips@google.com2013-05-29
* Changing SkDeferredCanvas to use factories for creationGravatar junov@chromium.org2013-05-28
* Adding setSurface public API method to SkDeferredCanvasGravatar junov@chromium.org2013-05-24
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-23
* expand SkLua to handle creation of its own StateGravatar reed@google.com2013-05-22
* add dumpops.lua as a sample scraper that just dumps the argumentsGravatar reed@google.com2013-05-22
* support SkCanvas as a real lua objectGravatar mike@reedtribe.org2013-05-21
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-16
* add SkLuaCanvasGravatar reed@google.com2013-05-15
* TTC support for DirectWrite.Gravatar bungeman@google.com2013-05-02
* Add FontMgr to DirectWrite.Gravatar bungeman@google.com2013-05-01
* Add thread-per-core setting to SkThreadPool.Gravatar commit-bot@chromium.org2013-04-22
* Fixing viral copy/paste typo Shapshot -> SnapshotGravatar junov@chromium.org2013-04-12
* Adding SkSurface support to SkDeferredCanvasGravatar junov@chromium.org2013-04-12
* oops, fix name for SkCreateDataProviderFromDataGravatar reed@google.com2013-03-25
* expose skdata -> cgdataprovider helperGravatar reed@google.com2013-03-25
* Unify wgl context creation.Gravatar bsalomon@google.com2013-03-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-15
* debug dump functions for mathematica visualizationGravatar humper@google.com2013-02-14
* Address google3 compiler warningGravatar robertphillips@google.com2013-02-07
* Use SkBits2Float in SkRandomGravatar bsalomon@google.com2013-02-07
* Fix errors when compiling with -Wall -Werror on Android.Gravatar djsollen@google.com2013-02-07
* check for self-assignment in operator=Gravatar reed@google.com2013-02-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-31
* Adds SkMWCRandom, which generates random numbers using a variant of George Ma...Gravatar jvanverth@google.com2013-01-30
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Fix nextRangeU(0, MAX_UINT) div by zero.Gravatar bsalomon@google.com2013-01-25
* Move random from core to utilsGravatar bsalomon@google.com2013-01-25
* 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
* mark default constructor for SkMatrix44 as deprecated, since it calls setIden...Gravatar reed@google.com2013-01-16
* 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
* fix warning on linuxGravatar humper@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
* 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
* 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
* Add SkMatrix44 constructor that allows user to control the initializationGravatar vollick@chromium.org2012-12-10
* add helpers for isTranslate and isScaleTranslateGravatar mike@reedtribe.org2012-12-10
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-06
* optimize translate and scaleGravatar reed@google.com2012-12-05
* Add missing SK_API definition at request of Chromium callersGravatar djsollen@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