aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Initial refactor of shaderbuilder to prepare for geometry shadersGravatar joshualitt2014-08-21
* Revert of Revert back to SkPictureData pictures. Huge perf regression. (patc...Gravatar mtklein2014-08-21
* 1.5x -> 2x text size for y pad.Gravatar mtklein2014-08-21
* Ignore small text sizes in the text bounding assert.Gravatar mtklein2014-08-21
* SkMultiPictureDraw APIGravatar robertphillips2014-08-21
* Install a hook to swap between SkPicture backends with a single define.Gravatar mtklein2014-08-21
* expose generalized imagecache keyGravatar reed2014-08-21
* Our SkPicture::Analysis visitors should recurse into nested pictures.Gravatar mtklein2014-08-21
* SkTextBlobGravatar fmalita2014-08-21
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPEGravatar reed2014-08-21
* Revert back to SkPictureData pictures. Huge perf regression.Gravatar mtklein2014-08-20
* Always read .skp files and other serialized pictures into SkRecord.Gravatar mtklein2014-08-20
* Always read .skp files and other serialized pictures into SkRecord.Gravatar mtklein2014-08-20
* make imagecache's Key more general purposeGravatar reed2014-08-20
* Dump out more information if this assert fails.Gravatar mtklein2014-08-20
* Dump out more information if this assert fails.Gravatar mtklein2014-08-20
* Implement SkPicture::hasText() for SkRecord backend.Gravatar mtklein2014-08-20
* Remove SK_FONT_HOST_DOES_NOT_USE_FONTMGR and guarded code.Gravatar bungeman2014-08-20
* Move the code over using the same template type approach previously used for ...Gravatar tomhudson2014-08-20
* fix #if to #ifdef for SK_DEBUGGravatar caryclark2014-08-20
* Cheat to go fast, but be careful in debug mode.Gravatar mtklein2014-08-19
* remove unused SkIntToFloatCast_NoOverflowCheckGravatar caryclark2014-08-19
* Record concat as setMatrix.Gravatar mtklein2014-08-19
* Quickfix for incorrect PICTURE_MATRIX_PAINT & PATCH optimization.Gravatar fmalita2014-08-19
* Move SkReadBuffer.h and SkReader32.h out of include.Gravatar halcanary2014-08-19
* Revert "Move the code over using the same template type approach previously u...Gravatar Mike Klein2014-08-18
* Move the code over using the same template type approach previously used for ...Gravatar tomhudson2014-08-18
* Revert "Move SkReadBuffer.h and SkReader32.h out of include."Gravatar halcanary2014-08-18
* Counterproposal for skirting the BBH when the query fully contains the picture.Gravatar mtklein2014-08-18
* Move SkReadBuffer.h and SkReader32.h out of include.Gravatar halcanary2014-08-18
* Expose API for whether an SkPicture contains textGravatar ajuma2014-08-18
* Start actually bounding some draw ops.Gravatar mtklein2014-08-18
* Fix copyright on SkTLS.h.Gravatar bungeman2014-08-18
* Small tweaks and a bug fix.Gravatar mtklein2014-08-18
* Stop sorting the results of SkBBH::search().Gravatar mtklein2014-08-18
* eliminate code related to SkBitmap::ConfigGravatar reed2014-08-18
* simplify SkCanvas::init()Gravatar reed2014-08-18
* Remove fOrigFontID from SkScalerContextRec.Gravatar bungeman2014-08-18
* Remove unused SkGlyphCache::VisitAllCaches.Gravatar bungeman2014-08-18
* SkRecordDraw: incorporate clip into BBHGravatar mtklein2014-08-15
* Check all scratch texture allocations for image filters.Gravatar senorblanco2014-08-15
* Fixed memory leak for nanobench and crashing in SampleAppGravatar dandov2014-08-15
* int SkPicture::approximateOpCount()Gravatar mtklein2014-08-14
* Remove SkPaintOptionsAndroidGravatar djsollen2014-08-14
* Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chr...Gravatar bsalomon2014-08-13
* Start tracking the CTM while filling the BBH in SkRecordDraw.Gravatar mtklein2014-08-13
* Remove SkPaintOptionsAndroidGravatar djsollen2014-08-13
* Start filling BBH in SkRecordDraw.Gravatar mtklein2014-08-13
* Add missing DRAW_PICTURE_MATRIX_PAINT paint offset.Gravatar fmalita2014-08-12