aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
Commit message (Expand)AuthorAge
* add SK_API to more stream subclasses (for shared library use)Gravatar reed@google.com2013-03-05
* Added support for non-separable blending modes.Gravatar commit-bot@chromium.org2013-03-05
* Address some valgrind issuesGravatar robertphillips@google.com2013-03-04
* move some of the impl in fonthost into typeface virtualsGravatar mike@reedtribe.org2013-03-03
* Resubmit r7899 and r7901.Gravatar jvanverth@google.com2013-03-01
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-01
* Revert r7901 & r7899 to allow DEPS rollGravatar robertphillips@google.com2013-02-28
* Make SkTDArray accessors const-friendly.Gravatar commit-bot@chromium.org2013-02-28
* Add new vertex attribute array specification.Gravatar jvanverth@google.com2013-02-28
* Sort GL extension strings and search to find.Gravatar bsalomon@google.com2013-02-27
* Change SkTileGride geometry calculations to match the Chromium compositor.Gravatar junov@chromium.org2013-02-27
* Rename template param to SkSTArray to be consistent with its base class, SkTA...Gravatar bsalomon@google.com2013-02-26
* Fix a bunch of warnings, mainly around rowBytes.Gravatar scroggo@google.com2013-02-25
* Use size_t for rowBytes.Gravatar scroggo@google.com2013-02-25
* Remove SkSerializationHelpers.Gravatar scroggo@google.com2013-02-22
* Create SkLazyPixelRef which performs lazy decoding.Gravatar scroggo@google.com2013-02-22
* Small adjustments to SkRectShaderImageFilter to follow up on original cl.Gravatar sugoi@google.com2013-02-21
* New SkRectShaderImageFilter image filterGravatar sugoi@google.com2013-02-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-20
* add as experiment to factor out low-level enums and typesGravatar mike@reedtribe.org2013-02-20
* print a useful message when assert fails on the macGravatar humper@google.com2013-02-14
* Move SkPaint::toString from debugger to SkPaintGravatar robertphillips@google.com2013-02-14
* Adding comments based on review https://codereview.appspot.com/7300072/Gravatar junov@chromium.org2013-02-08
* Adding option to SkTileGrid for specifying border pixels.Gravatar junov@chromium.org2013-02-08
* Fix errors when compiling with -Wall -Werror on Android.Gravatar djsollen@google.com2013-02-07
* tweak to spacing, to trigger buildGravatar mike@reedtribe.org2013-02-06
* use SkToS32 to turn a ptrdiff_t into an int (on 64bit build)Gravatar reed@google.com2013-02-04
* land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matchin...Gravatar reed@google.com2013-02-04
* Add sk_ignore_unused_variable to avoid warnings.Gravatar bungeman@google.com2013-02-04
* move kStyleCount out of Style enum, and into its own, to avoid Gravatar mike@reedtribe.org2013-02-04
* remove the kMultiply_Mode alias for kModulate_Mode. We plan to re-target kMul...Gravatar reed@google.com2013-02-01
* Only support SkPicture abort for Android due to the fragility of the existing...Gravatar djsollen@google.com2013-02-01
* Fix android errors when unflattening an SkImageRef_ashmem object.Gravatar djsollen@google.com2013-02-01
* Readding kMultiply_Mode (as an alias to kModulate_Mode) in SkXfermode.h to ge...Gravatar robertphillips@google.com2013-01-31
* clone of https://codereview.appspot.com/7208043/Gravatar reed@google.com2013-01-30
* This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap...Gravatar senorblanco@chromium.org2013-01-30
* add SK_API to SkMutex (for chrome)Gravatar reed@google.com2013-01-29
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-29
* tweak to comments, ws change to trigger botsGravatar reed@google.com2013-01-28
* fix buildGravatar reed@google.com2013-01-28
* Added toString to SkDrawLooper-derived classesGravatar robertphillips@google.com2013-01-28
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Move random from core to utilsGravatar bsalomon@google.com2013-01-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-25
* add optional cull-rect to patheffects, so they can do less work if their resultsGravatar reed@google.com2013-01-24
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-24
* add alias for MakeFromIRect (just Make)Gravatar reed@google.com2013-01-23
* Use Skia style cast in SkDeviceProperties.Gravatar bungeman@google.com2013-01-23
* Speculative fix for cros_daisy compilation failureGravatar robertphillips@google.com2013-01-23
* Fix VC++ warning and Android only code for 7317.Gravatar bungeman@google.com2013-01-22