aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
Commit message (Expand)AuthorAge
...
* add sample for arcToGravatar reed2014-12-16
* This change will ultimately pull uniform color, and to a much lesser degree u...Gravatar joshualitt2014-12-15
* pass dst-rect through from drawBitmapRect for better precisionGravatar reed2014-12-15
* Look at DYNAMIC_ANNOTATIONS_ENABLED now.Gravatar mtklein2014-12-15
* add paint::getFontBounds()Gravatar reed2014-12-15
* Fix rrects that are large enough that we lose/gain a bit when we add the radi...Gravatar reed2014-12-15
* Rewrite NaN checks in terms of SkScalarIsNaN()Gravatar ehsan.akhgari2014-12-15
* Remove SkCanvas::isDrawingToLayerGravatar junov2014-12-15
* add dumpHex option to rect and rrect, to match pathGravatar reed2014-12-15
* add get9 and set9 to matrix, to aid in making keysGravatar reed2014-12-13
* More win64 warning fixesGravatar bsalomon2014-12-12
* Cull pushCull and popCull from Skia.Gravatar mtklein2014-12-12
* Force embedding full font when serializing pictures.Gravatar mtklein2014-12-11
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-11
* Defer saves() until they're neededGravatar reed2014-12-11
* Include SkTypes.h from SkDynamicAnnotations.hGravatar mtklein2014-12-10
* dd readPixels to SkImageGravatar reed2014-12-10
* Remove SkCanvas::drawBitmapMatrix()Gravatar Florin Malita2014-12-10
* Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32PremulGravatar reed2014-12-10
* add readPixels to SkSurface (later try to remove it from SkCanvas)Gravatar reed2014-12-09
* Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMCol...Gravatar reed2014-12-09
* Adding an option for pixelated rendering in SkPictureImageFilterGravatar junov2014-12-09
* remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32P...Gravatar reed2014-12-09
* change SkPoint::setLength to set itself to (0,0) if it starting length is deg...Gravatar reed2014-12-09
* Make all blending up to GrOptDrawState be handled by the xp/xp factory.Gravatar egdaniel2014-12-09
* Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of ...Gravatar scroggo2014-12-09
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-09
* Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of ...Gravatar robertphillips2014-12-09
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-09
* Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact...Gravatar egdaniel2014-12-08
* Make all blending up to GrOptDrawState be handled by the xp/xp factory.Gravatar egdaniel2014-12-08
* Constify CreatePictureShader's picture arg.Gravatar fmalita2014-12-08
* remove device::clear -- no longer calledGravatar reed2014-12-08
* make SkColorShader private, use public factoryGravatar reed2014-12-08
* clear() is now an alias for drawPaint, so remove its virtualGravatar reed2014-12-05
* Change clear() to respect the clipGravatar reed2014-12-04
* make clear private (before we delete it)Gravatar reed2014-12-04
* Revert of Revert of remove unused device::eraseColor (patchset #1 id:1 of htt...Gravatar reed2014-12-03
* Revert of remove unused device::eraseColor (patchset #1 id:1 of https://coder...Gravatar halcanary2014-12-03
* Add XferProcessor factory in GrPaint and GrDrawState.Gravatar egdaniel2014-12-03
* remove unused device::eraseColorGravatar reed2014-12-03
* Revert "Change clear() to respect the clip"Gravatar reed2014-12-02
* Flail a little against LLVM crash.Gravatar mtklein2014-12-02
* Remove SK_SUPPORT_DEPRECATED_SCALARROUND.Gravatar scroggo2014-12-02
* Adding a PictureResolution option to SkPictureImageFilterGravatar Justin Novosad2014-12-02
* Change clear() to respect the clipGravatar reed2014-12-02
* Make SkColorTable explicitly thread-safe.Gravatar mtklein2014-12-02
* SkColorTable locking serves no purpose anymore.Gravatar mtklein2014-12-02
* SkDrawLooper: No need for virtual bounds computation methods.Gravatar mtklein2014-12-01
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01