summaryrefslogtreecommitdiffstats
path: root/cc/tile.h
Commit message (Expand)AuthorAgeFilesLines
* cc: Consolidate the analysis_canvas operationsvmpstr@chromium.org2013-03-071-0/+15
* Emit trace events during layer update and tile rasterization that are process...caseq@google.com2013-02-271-1/+5
* Set up V8 bindings for extension/app APIs when they're first used, not oncaseq@google.com2013-02-271-5/+1
* Emit trace events during layer update and tile rasterization that are process...caseq@google.com2013-02-271-1/+5
* cc: DCHECK that tiles are rasterizableenne@chromium.org2013-02-271-0/+1
* cc: Avoid unnecessary blending with impl-side painting.reveman@chromium.org2013-02-161-0/+1
* Added a vector to TileManager to explicitly track live or allocated tiles.nduca@chromium.org2013-02-131-1/+1
* [cc] Trace detailed tile info when --trace-all-rendered-framesnduca@chromium.org2013-02-121-0/+2
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-02-021-3/+18
* Revert 179770jochen@chromium.org2013-01-311-18/+3
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-01-311-3/+18
* cc: Fix PictureTilingSet iterator with 1 tiling.danakj@chromium.org2013-01-291-0/+2
* cc: Update picture pile on tiles to prevent memory leakenne@chromium.org2013-01-221-0/+4
* cc: Generate tilings at other scales for impl-side paintingenne@chromium.org2013-01-091-1/+3
* cc: Fix impl-side painting rasterization at >1 contents scalesenne@chromium.org2012-12-081-2/+2
* cc: Use asynchronous set pixels API for impl-side painting.reveman@chromium.org2012-12-071-3/+1
* Re-land: cc: Reduce picture cloning by creating at most one clone per raster ...reveman@google.com2012-12-051-1/+1
* Revert 171267 - it adds a global std::string initializerdmazzoni@chromium.org2012-12-051-1/+1
* cc: Reduce picture cloning by creating at most one clone per raster thread.reveman@chromium.org2012-12-051-1/+1
* cc: Apply contents scales to impl-side painting rasterizationenne@chromium.org2012-12-051-1/+4
* cc: Add basic texture recycling to ResourcePool.reveman@chromium.org2012-12-041-1/+3
* cc: Swizzle contents correctly when using impl side painting.reveman@google.com2012-11-301-2/+1
* cc: Add ref counted PicturePileImpl class and give each Tile instance a ref.reveman@chromium.org2012-11-291-5/+5
* cc: Add PictureLayerTilingSet to manage PictureLayerTilingenne@chromium.org2012-11-211-1/+1
* First draft of TileManager's tile prioritzation systemnduca@chromium.org2012-11-161-51/+28
* cc: Add PictureLayerTiling for impl-side paintingenne@chromium.org2012-11-151-0/+5
* cc: Fix header include guards.tfarina@chromium.org2012-11-111-2/+2
* Introduce Tile Versionsnduca@chromium.org2012-11-101-4/+51
* [cc] Tiles and tile manager for impl side paintingnduca@chromium.org2012-11-081-0/+50