aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* 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
* SkCanvas::drawPatch param SkPoint[12]Gravatar dandov2014-08-12
* SkTileGrid: store insertion order, return results sorted by that.Gravatar mtklein2014-08-12
* Add layer counting to SkPictureRecordGravatar robertphillips2014-08-12
* Revert of Add layer counting to SkPictureRecord (https://codereview.chromium....Gravatar mtklein2014-08-11
* Add layer counting to SkPictureRecordGravatar robertphillips2014-08-11
* More SkTileGrid refactoring.Gravatar mtklein2014-08-11
* De-parameterize SkNextDatumFunction.Gravatar mtklein2014-08-11
* Cleaning up SkPicture-related classesGravatar robertphillips2014-08-11
* Plumbing for using a BBH in SkRecordDraw.Gravatar mtklein2014-08-11
* Fix string assert and dead code which caused it.Gravatar bungeman2014-08-11
* Remove Matrix/Clip State collapse codeGravatar robertphillips2014-08-11
* add drawPicture variant that takes a matrix and paintGravatar reed2014-08-09
* short circuit high quality scales that are actually the identityGravatar humper2014-08-08
* Make BBH::search() const.Gravatar mtklein2014-08-08
* add a simple ascii-art debug thing for AA clipsGravatar humper2014-08-08