index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkTileGrid.h
Commit message (
Expand
)
Author
Age
*
Implement SkPicture::bytesUsed() for SkRecord backend
tomhudson
2014-11-19
*
Cut down SkBBH API more.
mtklein
2014-10-27
*
Revert of Start to vectorize SkTileGrid. (patchset #48 id:1670001 of https://...
mtklein
2014-10-20
*
Start to vectorize SkTileGrid.
mtklein
2014-10-20
*
Revert of Start to vectorize SkTileGrid. (patchset #45 id:1430002 of https://...
mtklein
2014-10-16
*
Start to vectorize SkTileGrid.
mtklein
2014-10-16
*
Use BBH reserve hook to preallocate space for tiles.
mtklein
2014-10-09
*
Revert of Use BBH reserve hook to preallocate space for tiles. (patchset #2 i...
mtklein
2014-10-09
*
Use BBH reserve hook to preallocate space for tiles.
mtklein
2014-10-09
*
Add SkBBoxHierarchy::reserve() as an optional size hint.
mtklein
2014-10-09
*
Stay in floats as much as possible in SkTileGrid, particularly in insert.
mtklein
2014-10-07
*
Demote getCount, getDepth, and clear to RTree-only methods.
mtklein
2014-10-02
*
BBHs: void* data -> unsigned data
mtklein
2014-10-02
*
Convert BBH APIs to use SkRect.
mtklein
2014-08-27
*
SkTileGrid: store insertion order, return results sorted by that.
mtklein
2014-08-12
*
More SkTileGrid refactoring.
mtklein
2014-08-11
*
De-parameterize SkNextDatumFunction.
mtklein
2014-08-11
*
Make BBH::search() const.
mtklein
2014-08-08
*
Staging for cleanup of SkPicture-related headers
robertphillips@google.com
2014-04-18
*
Staged removal of SkPicture-derived classes
commit-bot@chromium.org
2014-04-17
*
Initial QuadTree implementation
commit-bot@chromium.org
2014-02-03
*
Get rid of DEFINE_TESTCLASS() macro.
tfarina@chromium.org
2013-12-18
*
Replacing SkTDArray with SkAutoSTArray to reduce memory allocation overhead i...
commit-bot@chromium.org
2013-10-24
*
Reduce size of second iteration in SkTileGridNextDatum<>().
tomhudson@google.com
2013-04-05
*
Fixing SkPicture command pattern optimizations to make them work correctly wi...
commit-bot@chromium.org
2013-03-15
*
Change SkTileGride geometry calculations to match the Chromium compositor.
junov@chromium.org
2013-02-27
*
Fix a warning on linux.
scroggo@google.com
2013-02-22
*
Adding option to SkTileGrid for specifying border pixels.
junov@chromium.org
2013-02-08
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-14
*
Modifying SkTileGrid to support arbitrary query rectangles.
junov@chromium.org
2012-12-13
*
Unit testing for SkTileGrid
junov@chromium.org
2012-11-07
*
Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playb...
junov@chromium.org
2012-11-06