aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Use the NDK's cpu-features library when building skia for Chromium/Android.Gravatar digit@google.com2013-01-14
* Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch...Gravatar senorblanco@chromium.org2013-01-10
* Fix assertion caused by change in 7117.Gravatar bungeman@google.com2013-01-10
* Properly reject clipped out draws in BBox pictures.Gravatar bungeman@google.com2013-01-10
* Ensure that SkMemoryStream does not crash dereferencing fData.Gravatar scroggo@google.com2013-01-09
* Enable warnings-as-errors on Windows.Gravatar bsalomon@google.com2013-01-08
* fix spelling: cannonical -> canonicalGravatar reed@google.com2013-01-08
* abandon SK_IGNORE_TREAT_AS_SPRITE as a flag, and use SK_IGNORE_TRANS_CLAMP_FIXGravatar reed@google.com2013-01-07
* fix warningsGravatar reed@google.com2013-01-07
* fix warning from scalar --> int32 conversionGravatar humper@google.com2013-01-07
* Fix warning-as-error for var used only in an assert (and therefore not in the...Gravatar bsalomon@google.com2013-01-07
* eliminate all warnings in non-thirdparty code on macGravatar humper@google.com2013-01-07
* Show the paint's typeface information in the details pane of the debugger.Gravatar humper@google.com2013-01-07
* Fix the computed (new) inverse matrix when we detect that a shader's matrixGravatar reed@google.com2013-01-05
* add SK_IGNORE_FAST_SCALEMATRIX_INVERT guard for new invert codeGravatar reed@google.com2013-01-04
* special-case matrix invert for translate and scaleGravatar reed@google.com2013-01-04
* Fix Android compiler warnings.Gravatar djsollen@google.com2013-01-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-04
* reorder internal files, in preparation for refactoring. no functional change.Gravatar mike@reedtribe.org2013-01-04
* remove dead code from SkPath::addOvalGravatar mike@reedtribe.org2013-01-04
* use SkTreatAsSprite in SkDraw (with guard for chrome if needed)Gravatar reed@google.com2013-01-03
* #undef SK_IGNORE_QUAD_STROKE_FIX, to enable the fix for stroked quads.Gravatar reed@google.com2013-01-03
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-03
* The motivation for this changeset is to fix the following build failure in go...Gravatar rmistry@google.com2013-01-02
* add unittest for SkTreatAsSpriteGravatar reed@google.com2013-01-02
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-25
* disable (using build-flag) change in 6937 until I can figure out how to rebas...Gravatar mike@reedtribe.org2012-12-24
* fix strokes for quadratics. #define SK_IGNORE_QUAD_STROKE_FIX toGravatar mike@reedtribe.org2012-12-24
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-24
* add SkRRect::inset(), which mimics strokingGravatar mike@reedtribe.org2012-12-23
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-22
* unify how we handle externally-provided storage in SkWriter32, with the goalGravatar reed@google.com2012-12-21
* Adding support for new canvas API method clipRRect with rtree and tileGridGravatar junov@chromium.org2012-12-18
* change SkMaskFilter methods to const, in preparation for making the class asGravatar reed@google.com2012-12-18
* remove experimental setAsABlur, as it forces the instance to be mutable, and wasGravatar reed@google.com2012-12-18
* change all interfaces for SkRasterizer to const, in preparation for marking itGravatar reed@google.com2012-12-18
* change all patheffect methods to const, in preparation for marking itsGravatar reed@google.com2012-12-18
* Fix drawSprite to record correctly with SkBBoxRecordGravatar junov@chromium.org2012-12-18
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-18
* Fix SkBBoxRecord to correctly handle SkRect arguments that are inverted rects.Gravatar junov@chromium.org2012-12-17
* Add RRect GMGravatar robertphillips@google.com2012-12-17
* Fixing bounding box computation for inverse filled paths in SkBBoxRecordGravatar junov@chromium.org2012-12-17
* Follow up on the previous patch :Gravatar sugoi@google.com2012-12-17
* Make all colorfilter methods const, in preparation for declaring themGravatar reed@google.com2012-12-17
* Mark all methods on SkXfermode as const, in preparation for declaring allGravatar reed@google.com2012-12-17
* 3on/3off dashing optimizationGravatar robertphillips@google.com2012-12-17
* Adding missing oval and roundedRect primitives to SkBBoxRecordGravatar junov@chromium.org2012-12-17
* Fix line rendering with TileGrid and RtreeGravatar junov@chromium.org2012-12-17
* detect out-of-memory when we try to create a mask offscreenGravatar reed@google.com2012-12-17
* move inset out of SkRRect.h for now, and add experimental versions to gmGravatar mike@reedtribe.org2012-12-17