aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkTileGrid.cpp
Commit message (Expand)AuthorAge
* Cut down SkBBH API more.Gravatar mtklein2014-10-27
* Revert of Start to vectorize SkTileGrid. (patchset #48 id:1670001 of https://...Gravatar mtklein2014-10-20
* Start to vectorize SkTileGrid.Gravatar mtklein2014-10-20
* Revert of Start to vectorize SkTileGrid. (patchset #45 id:1430002 of https://...Gravatar mtklein2014-10-16
* Start to vectorize SkTileGrid.Gravatar mtklein2014-10-16
* Tweak out SkTileGrid::insert() loop.Gravatar mtklein2014-10-16
* Treat (private, internal) grid bounds as doubly-inclusive in SkTileGrid.Gravatar mtklein2014-10-15
* Use BBH reserve hook to preallocate space for tiles.Gravatar mtklein2014-10-09
* Revert of Use BBH reserve hook to preallocate space for tiles. (patchset #2 i...Gravatar mtklein2014-10-09
* Use BBH reserve hook to preallocate space for tiles.Gravatar mtklein2014-10-09
* Stay in floats as much as possible in SkTileGrid, particularly in insert.Gravatar mtklein2014-10-07
* Use +- 2B for unbounded draw ops.Gravatar mtklein2014-10-02
* Demote getCount, getDepth, and clear to RTree-only methods.Gravatar mtklein2014-10-02
* TileGrid: earliest need not be a pointer anymoreGravatar mtklein2014-10-02
* BBHs: void* data -> unsigned dataGravatar mtklein2014-10-02
* Swap iteration order in TileGrid::insert().Gravatar mtklein2014-09-24
* Convert BBH APIs to use SkRect.Gravatar mtklein2014-08-27
* SkTileGrid: store insertion order, return results sorted by that.Gravatar mtklein2014-08-12
* More SkTileGrid refactoring.Gravatar mtklein2014-08-11
* De-parameterize SkNextDatumFunction.Gravatar mtklein2014-08-11
* Make BBH::search() const.Gravatar mtklein2014-08-08
* Staged removal of SkPicture-derived classesGravatar commit-bot@chromium.org2014-04-17
* Get rid of DEFINE_TESTCLASS() macro.Gravatar tfarina@chromium.org2013-12-18
* Replacing SkTDArray with SkAutoSTArray to reduce memory allocation overhead i...Gravatar commit-bot@chromium.org2013-10-24
* Fixing numerical rounding edge case in SkTileGridGravatar junov@chromium.org2013-04-24
* Fixing SkTileGrid to clamp rather than clip content and querries that are out...Gravatar junov@chromium.org2013-04-09
* Fixing SkPicture command pattern optimizations to make them work correctly wi...Gravatar commit-bot@chromium.org2013-03-15
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-01
* Change SkTileGride geometry calculations to match the Chromium compositor.Gravatar junov@chromium.org2013-02-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-09
* Adding comments based on review https://codereview.appspot.com/7300072/Gravatar junov@chromium.org2013-02-08
* Adding option to SkTileGrid for specifying border pixels.Gravatar junov@chromium.org2013-02-08
* Improving comment in SkTileGrid::searchGravatar junov@chromium.org2012-12-14
* Replacing alloca call in SkTileGrid with SkAutoSMallocGravatar junov@chromium.org2012-12-14
* Build fix for windows chromium bots.Gravatar junov@chromium.org2012-12-14
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-14
* Modifying SkTileGrid to support arbitrary query rectangles.Gravatar junov@chromium.org2012-12-13
* Unit testing for SkTileGridGravatar junov@chromium.org2012-11-07
* Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playb...Gravatar junov@chromium.org2012-11-06