summaryrefslogtreecommitdiffstats
path: root/cc/resources/tile.h
Commit message (Expand)AuthorAgeFilesLines
* cc: Move files out of cc/resources/.danakj2015-05-181-117/+0
* cc: Make IsReadyToDraw/NeedsRaster usage consistent.vmpstr2015-05-151-9/+0
* cc: Remove unused Tile ctor parameter (raster_source).vmpstr2015-05-131-2/+0
* cc: Move raster_source from Tile to PrioritizedTilehendrikw2015-05-131-15/+2
* cc: Separate the priority from the tile and put in new PrioritizedTilehendrikw2015-05-121-11/+1
* Reland of "cc: Remove Tile refcounting and RefCountedManaged.vmpstr2015-05-071-4/+9
* Revert "cc: Remove Tile refcounting and RefCountedManaged."bruening2015-05-061-9/+4
* cc: Remove Tile refcounting and RefCountedManaged.vmpstr2015-05-061-4/+9
* cc: Remove tile sharing from tilings.vmpstr2015-04-291-41/+7
* Revert of cc: Remove tile sharing from tilings. (patchset #20 id:380001 of ht...vmpstr2015-04-271-7/+41
* cc: Remove tile sharing from tilings.vmpstr2015-04-241-41/+7
* cc: Send updated tile priority with tiles into tracing.vmpstr2015-03-231-1/+2
* Fix Enum Style Throughout CC.ericrk2015-02-201-2/+2
* cc: Remove unused PictureDrawQuad support from GLRenderer.danakj2015-02-191-1/+1
* cc: Switch eviction iterators to consider combined priority.vmpstr2015-02-131-12/+2
* mechanical rename of base::debug -> base::trace_event for /ccssid2015-02-091-1/+1
* cc: Clean up tile size usage.vmpstr2014-12-301-3/+3
* Reduce tile memory sizejungjik.lee2014-12-231-4/+3
* Refactoring for merging ManagedTileState into Tile.jungjik.lee2014-12-201-17/+14
* cc: Clean-up of ManageTileStatevmpstr2014-11-251-0/+2
* cc: ReadyToDraw notifications.ernstm2014-11-111-0/+5
* cc: Added raster source.vmpstr2014-10-281-12/+8
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-231-4/+2
* cc: Start using raster/eviction iterators.vmpstr2014-10-091-5/+23
* cc: Remove low quality mode and cleanup tile versions.vmpstr2014-09-291-35/+6
* cc: Remove the opaque rect return-parameter from ContentLayerClient.danakj2014-09-151-3/+0
* cc: Fix CanRaster dcheck failures ONCE AND FOR ALL.danakj2014-08-251-0/+1
* cc: Added Tile::is_shared functionality.vmpstr@chromium.org2014-08-201-0/+4
* cc: Change Tile::tile_size_ from a Rect to a Size.danakj@chromium.org2014-08-141-2/+2
* cc: Do not cleanup tiles with raster tasks.sohan.jyoti@samsung.com2014-08-041-0/+2
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-08-011-1/+1
* Revert of Add builders for tracing event's structural arguments (https://code...erikchen@chromium.org2014-07-311-1/+1
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-07-311-1/+1
* Consider occluded tiles during eviction with occluded as Tile property.jbedley@chromium.org2014-07-171-8/+23
* cc: Explicitly invalidate all dropped recordings on the main thread.danakj@chromium.org2014-07-121-1/+3
* Track occlusion per tree on Tile.jbedley@chromium.org2014-07-081-3/+6
* Skip occluded tiles during rasterization.jbedley@chromium.org2014-06-231-0/+4
* Revert 278654 "cc: Start using raster/eviction iterators in tile..."vmpstr@google.com2014-06-231-0/+1
* cc: Start using raster/eviction iterators in tile managervmpstr@chromium.org2014-06-201-1/+0
* cc: Removed TileVersion::has_text.alokp@chromium.org2014-06-141-4/+0
* cc: Removed LCD text settings from the impl side.alokp@chromium.org2014-06-131-12/+1
* cc: Remove gpu-rasterization flag from Tile.alokp@chromium.org2014-05-291-13/+3
* cc: TileManager eviction tile iterator.vmpstr@chromium.org2014-04-111-0/+13
* cc: Move WorkerPoolTask implementations to tile_manager.cc.reveman@chromium.org2014-03-251-2/+1
* cc: Add tiling raster tile iterators.vmpstr@chromium.org2014-03-141-2/+19
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-291-1/+1
* Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...mnissler@chromium.org2014-01-281-1/+1
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-281-1/+1
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-2/+2
* Revert "cc: Added tile bundles"vmpstr@chromium.org2013-12-201-12/+14