summaryrefslogtreecommitdiffstats
path: root/cc/picture_layer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Only create tilings for layers that draws content.reveman@chromium.org2012-12-081-6/+10
* Add a stat to the smoothness benchmark for avg number of missing tiles.vollick@chromium.org2012-12-071-4/+4
* cc: Pass LayerTreeHostImpl to LayerImpl constructorenne@chromium.org2012-12-071-5/+5
* cc: Use asynchronous set pixels API for impl-side painting.reveman@chromium.org2012-12-071-2/+2
* Move LayerSorter to exist locally only in layer_tree_host_commonshawnsingh@google.com2012-12-071-0/+1
* cc: Apply contents scales to impl-side painting rasterizationenne@chromium.org2012-12-051-2/+3
* implement the logic to set tile priorities based on current matrixqinmin@chromium.org2012-12-041-1/+27
* cc: Add debug borders / checkerboards for impl-side paintingenne@chromium.org2012-11-291-3/+46
* cc: Add ref counted PicturePileImpl class and give each Tile instance a ref.reveman@chromium.org2012-11-291-2/+3
* cc: Fix iterator crash in PictureLayerImpl::appendQuads.reveman@google.com2012-11-281-1/+1
* cc: Add a didUpdateTransforms function to LayerImplenne@chromium.org2012-11-281-10/+10
* [cc] Add TileManager to LayerTreeHostImplnduca@chromium.org2012-11-281-2/+1
* cc: Add PictureLayerTilingSet to manage PictureLayerTilingenne@chromium.org2012-11-211-25/+13
* cc: Make the DrawQuad subclasses into a struct-like classes.danakj@chromium.org2012-11-201-12/+13
* cc: Make UV coords in TileDrawQuad a full RectFenne@chromium.org2012-11-201-3/+3
* First draft of TileManager's tile prioritzation systemnduca@chromium.org2012-11-161-6/+4
* cc: Add PictureLayerTiling for impl-side paintingenne@chromium.org2012-11-151-2/+96
* Remove WTF and WebCore from cc/ and webkit/compositor_bindings/piman@chromium.org2012-11-101-2/+0
* cc: Make Picture/PicturePile handle recording/rasterenne@chromium.org2012-11-091-0/+13
* cc: Add some impl-side painting stub classes and APIsenne@chromium.org2012-11-081-0/+18