aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkTileGrid.h
Commit message (Expand)AuthorAge
* Implement SkPicture::bytesUsed() for SkRecord backendGravatar tomhudson2014-11-19
* 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
* 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
* Add SkBBoxHierarchy::reserve() as an optional size hint.Gravatar mtklein2014-10-09
* Stay in floats as much as possible in SkTileGrid, particularly in insert.Gravatar mtklein2014-10-07
* Demote getCount, getDepth, and clear to RTree-only methods.Gravatar mtklein2014-10-02
* BBHs: void* data -> unsigned dataGravatar mtklein2014-10-02
* 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
* Staging for cleanup of SkPicture-related headersGravatar robertphillips@google.com2014-04-18
* Staged removal of SkPicture-derived classesGravatar commit-bot@chromium.org2014-04-17
* Initial QuadTree implementationGravatar commit-bot@chromium.org2014-02-03
* 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
* Reduce size of second iteration in SkTileGridNextDatum<>().Gravatar tomhudson@google.com2013-04-05
* Fixing SkPicture command pattern optimizations to make them work correctly wi...Gravatar commit-bot@chromium.org2013-03-15
* Change SkTileGride geometry calculations to match the Chromium compositor.Gravatar junov@chromium.org2013-02-27
* Fix a warning on linux.Gravatar scroggo@google.com2013-02-22
* Adding option to SkTileGrid for specifying border pixels.Gravatar junov@chromium.org2013-02-08
* 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