aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
...
* Use size_t for rowBytes.Gravatar scroggo@google.com2013-02-25
* Always round text position correctly.Gravatar bungeman@google.com2013-02-25
* Remove SkSerializationHelpers.Gravatar scroggo@google.com2013-02-22
* Create SkLazyPixelRef which performs lazy decoding.Gravatar scroggo@google.com2013-02-22
* remove obsolete build flags:Gravatar reed@google.com2013-02-22
* Avoid an unitialized warning on linux.Gravatar scroggo@google.com2013-02-22
* Fix a warning on Android.Gravatar scroggo@google.com2013-02-22
* Fix a warning on linux.Gravatar scroggo@google.com2013-02-22
* remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPTGravatar reed@google.com2013-02-22
* remove obsolete build flag SK_IGNORE_SETLINE_FIXGravatar reed@google.com2013-02-22
* New SkRectShaderImageFilter image filterGravatar sugoi@google.com2013-02-21
* Fix compare of scalar against (int) kMaxTValue.Gravatar reed@google.com2013-02-20
* remove experimental code that accidentally got deliveredGravatar robertphillips@google.com2013-02-19
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-16
* non-SK_DEVELOPER-mode patch for r7752Gravatar robertphillips@google.com2013-02-15
* Add NOOP "command" to picture formatGravatar robertphillips@google.com2013-02-15
* Fix for skp chunk sizes when clips are used outside of any saveGravatar robertphillips@google.com2013-02-15
* Now store chunk size in skp file formatGravatar robertphillips@google.com2013-02-15
* Move SkPaint::toString from debugger to SkPaintGravatar robertphillips@google.com2013-02-14
* call through to to the virtual drawPath from drawOval, for subclasses (e.g. pdf)Gravatar reed@google.com2013-02-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-09
* 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
* Implement support for origin-TopLeft render targets in GL backend.Gravatar scroggo@google.com2013-02-05
* Fix some 64 bit warnings on mac.Gravatar scroggo@google.com2013-02-05
* Fix unbalanced Shader set/endContext calls in drawVerticesGravatar djsollen@google.com2013-02-05
* land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matchin...Gravatar reed@google.com2013-02-04
* Simplify and speed up SkIntroSort.Gravatar bungeman@google.com2013-02-04
* Only support SkPicture abort for Android due to the fragility of the existing...Gravatar djsollen@google.com2013-02-01
* Update filter tool to allow more flexible filteringGravatar robertphillips@google.com2013-01-31
* optimize region::intersect when one wholly contains the otherGravatar reed@google.com2013-01-31
* clone of https://codereview.appspot.com/7208043/Gravatar reed@google.com2013-01-30
* SkNextLog2 requires positive values.Gravatar bungeman@google.com2013-01-30
* SkNextLog2 requires values > 0.Gravatar bungeman@google.com2013-01-30
* Avoid possible O(n) stack space use by skqsort.Gravatar bungeman@google.com2013-01-30
* Start addressing the clang static analyzer issuesGravatar robertphillips@google.com2013-01-30
* This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap...Gravatar senorblanco@chromium.org2013-01-30
* return if we're invertible for the fast scale+trans case when we have no inverseGravatar reed@google.com2013-01-30
* add SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK option, to disable check forGravatar reed@google.com2013-01-30
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-30
* Mark SkPictureStateTree::Draw::operator< as const.Gravatar bungeman@google.com2013-01-29
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-29
* Fixing crash in cloning empty SkPicture objectGravatar junov@chromium.org2013-01-28
* REBASELINE: enable setline fix for scan converter, with SK_IGNORE_SETLINE_FIX...Gravatar 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
* Avoid O(n) stack space usage in qsort.Gravatar bungeman@google.com2013-01-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-25
* Remove ConcaveToTriangles.Gravatar bungeman@google.com2013-01-24