summaryrefslogtreecommitdiffstats
path: root/cc/picture_layer_impl.h
Commit message (Expand)AuthorAgeFilesLines
* cc: Fix frequent low-res tile flash when using impl-side painting.nduca@chromium.org2013-01-311-2/+0
* Revert 179764ilevy@chromium.org2013-01-311-3/+1
* cc: Let impl-side painting use smaller tilesenne@chromium.org2013-01-311-1/+3
* cc: Put orange debug border around PicureLayers.danakj@chromium.org2013-01-291-0/+3
* cc: Throttle tile priority updates to once a frame.danakj@chromium.org2013-01-271-2/+3
* cc: Sync tilings from pending to active tree.danakj@chromium.org2013-01-261-1/+3
* cc: Allow sparse impl-side painting tilingsenne@chromium.org2013-01-241-2/+2
* Activate LayerImpl tree with sync+push instead of pointer swapjamesr@chromium.org2013-01-231-1/+7
* cc: Update picture pile on tiles to prevent memory leakenne@chromium.org2013-01-221-0/+1
* cc: Fix lost context handling when using impl-side painting.reveman@chromium.org2013-01-161-0/+1
* Move pending tile priorities to active on tree activationbrianderson@chromium.org2013-01-131-0/+1
* cc: Walk layer tree to determine if pending tree can be activated.reveman@chromium.org2013-01-121-0/+2
* cc: Generate tilings at other scales for impl-side paintingenne@chromium.org2013-01-091-3/+4
* Implement a method to access the non-composited content root layer picture pile.leandrogracia@chromium.org2013-01-091-0/+3
* cc: Use maximum tiling contents scales for picture layer scaleenne@chromium.org2013-01-081-0/+6
* cc: Remove unused PictureLayerImpl::didUpdateBounds functionenne@chromium.org2013-01-041-2/+0
* cc: Support mask layers in impl-side paintingenne@chromium.org2012-12-211-0/+6
* cc: Add some more infrastructure for two treesenne@chromium.org2012-12-161-1/+5
* [cc] Make LayerImpls point at LayerTreeImpl instead of LTHInduca@chromium.org2012-12-111-3/+3
* cc: Resize picture layer tiling set during commitenne@chromium.org2012-12-111-0/+2
* cc: Pass LayerTreeHostImpl to LayerImpl constructorenne@chromium.org2012-12-071-3/+3
* implement the logic to set tile priorities based on current matrixqinmin@chromium.org2012-12-041-0/+7
* cc: Add ref counted PicturePileImpl class and give each Tile instance a ref.reveman@chromium.org2012-11-291-2/+2
* cc: Add a didUpdateTransforms function to LayerImplenne@chromium.org2012-11-281-3/+1
* cc: Add PictureLayerTilingSet to manage PictureLayerTilingenne@chromium.org2012-11-211-1/+2
* cc: Add PictureLayerTiling for impl-side paintingenne@chromium.org2012-11-151-1/+15
* cc: Make Picture/PicturePile handle recording/rasterenne@chromium.org2012-11-091-0/+8
* cc: Add some impl-side painting stub classes and APIsenne@chromium.org2012-11-081-0/+32