aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* remove unused drawDataGravatar reed2015-01-02
* Fix computation of bound in FillBounds::updateSaveBoundsGravatar robertphillips2014-12-30
* Update stroke path to use rect returned from isRect (to fix trailing moveTo bug)Gravatar robertphillips2014-12-29
* Fix bound returned by SkPath::isRect when the path contains a trailing moveToGravatar robertphillips2014-12-29
* Add device space skshader GM to test kDevice_GrCoordSetGravatar bsalomon2014-12-29
* fix images in multi-thread by doing shallow-copiesGravatar reed2014-12-25
* add private flag for sprite-as-bitmapGravatar reed2014-12-22
* add testing flag to ignore saveLayer boundsGravatar reed2014-12-22
* Add sRGB texture support.Gravatar jvanverth2014-12-22
* remove dead SK_SUPPORT_LEGACY_DEVICE_CLEAR codeGravatar reed2014-12-21
* Allow the alpha folding optimization if the single draw's paint has a shaderGravatar robertphillips2014-12-21
* remove dead SK_LEGACY_ENCODE_BITMAP flagGravatar reed2014-12-20
* Add toString methods to SkImageFilter-derived classesGravatar robertphillips2014-12-19
* fix SK_LEGACY_ENCODE_BITMAP missing castGravatar reed2014-12-19
* add const to encodePixels pixel parameterGravatar reed2014-12-19
* Fill SkRRect::fType proactively.Gravatar mtklein2014-12-18
* Change to create device coord coordsetGravatar joshualitt2014-12-18
* Cleanup: Remove a bunch of SkFontHost.h includes (unused).Gravatar tfarina2014-12-18
* remove view matrix from contextGravatar joshualitt2014-12-17
* use conics for addRRectGravatar reed2014-12-17
* use conicsGravatar reed2014-12-17
* Fix layer hoisting image filter corner casesGravatar robertphillips2014-12-16
* Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 ...Gravatar robertphillips2014-12-16
* Fix layer hoisting image filter corner casesGravatar robertphillips2014-12-16
* Revert of Use SkPaint::getFontBounds() for text bounding boxes in pictures. (...Gravatar mtklein2014-12-16
* Use SkPaint::getFontBounds() for text bounding boxes in pictures.Gravatar mtklein2014-12-16
* pass dst-rect through from drawBitmapRect for better precisionGravatar reed2014-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
* Remove SkCanvas::isDrawingToLayerGravatar junov2014-12-15
* Add SK_OVERRIDE to a few places that are missing it.Gravatar mtklein2014-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
* Harden validation for SkPathRefGravatar robertphillips2014-12-12
* Extract cubic classification from gpu into geometryGravatar caryclark2014-12-12
* More win64 warning fixesGravatar bsalomon2014-12-12
* Cull pushCull and popCull from Skia.Gravatar mtklein2014-12-12
* SkRecord: increase min block to 512B, remove max.Gravatar mtklein2014-12-12
* use SkScalar instead of floatGravatar reed2014-12-11
* Fix some win64 warnings.Gravatar bsalomon2014-12-11
* Enforce thread-safety of bitmaps in pictures via the type.Gravatar mtklein2014-12-11
* 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
* Replace use of deprecated CG methods.Gravatar bungeman2014-12-10
* Don't store an SkMatrix in BitmapShaderKey.Gravatar fmalita2014-12-10
* Detect discarded SkPictureShader pixel refs.Gravatar fmalita2014-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