summaryrefslogtreecommitdiffstats
path: root/cc/tile.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Consolidate the analysis_canvas operationsvmpstr@chromium.org2013-03-071-0/+6
* Emit trace events during layer update and tile rasterization that are process...caseq@google.com2013-02-271-2/+4
* Set up V8 bindings for extension/app APIs when they're first used, not oncaseq@google.com2013-02-271-4/+2
* Emit trace events during layer update and tile rasterization that are process...caseq@google.com2013-02-271-2/+4
* cc: DCHECK that tiles are rasterizableenne@chromium.org2013-02-271-1/+1
* cc: Avoid unnecessary blending with impl-side painting.reveman@chromium.org2013-02-161-0/+2
* [cc] Trace detailed tile info when --trace-all-rendered-framesnduca@chromium.org2013-02-121-0/+13
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-02-021-19/+0
* Revert 179770jochen@chromium.org2013-01-311-0/+19
* A host of micro-optimizations and a refactor of TimeForBoundsToIntersectwhunt@chromium.org2013-01-311-19/+0
* 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-0/+9
* cc: Apply contents scales to impl-side painting rasterizationenne@chromium.org2012-12-051-2/+4
* cc: Add ref counted PicturePileImpl class and give each Tile instance a ref.reveman@chromium.org2012-11-291-1/+1
* First draft of TileManager's tile prioritzation systemnduca@chromium.org2012-11-161-43/+13
* Introduce Tile Versionsnduca@chromium.org2012-11-101-2/+45
* [cc] Tiles and tile manager for impl side paintingnduca@chromium.org2012-11-081-0/+26