summaryrefslogtreecommitdiffstats
path: root/cc/layers/picture_layer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-land: cc: Examine layers to determine if we're ready to activate.reveman@chromium.org2014-05-271-67/+111
* Revert 272635 "cc: Examine layers to determine if we're ready to..."kbr@chromium.org2014-05-241-111/+67
* cc: Examine layers to determine if we're ready to activate.reveman@chromium.org2014-05-231-67/+111
* cc: Remove low-res-tiling flag from PictureLayerImpl.alokp@chromium.org2014-05-221-5/+5
* cc: Move gpu rasterization flag from tree-impl to tree-host-impl.alokp@chromium.org2014-05-201-10/+8
* cc: Reset raster scale if we didn't sync high res tiling.vmpstr@chromium.org2014-05-201-2/+13
* Reland "cc: Remove layers that are not drawn from tile manager."vmpstr@chromium.org2014-05-171-0/+4
* cc: Remove unused variable in PictureLayerImpl::AppendQuads.sohan.jyoti@samsung.com2014-05-151-1/+0
* cc: Require high res tiles to activate when active twin has different bounds.reveman@chromium.org2014-05-141-3/+4
* Revert "cc: Remove layers that are not drawn from tile manager."vmpstr@chromium.org2014-05-141-6/+0
* cc: Remove layers that are not drawn from tile manager.vmpstr@chromium.org2014-05-131-0/+6
* Revert 261000 "Re-raster GPU-rasterized layers during scale animations"ajuma@chromium.org2014-05-111-7/+2
* cc: Add a checkerboard trace event instant to picture layer impl.vmpstr@chromium.org2014-05-101-0/+8
* cc: Move gpu rasterization flag from LayerImpl to LayerTreeImpl.alokp@chromium.org2014-05-101-20/+8
* The snap ratio is wrongyongha78.lee@samsung.com2014-05-101-1/+1
* cc: Allow one frame of pre-rasterization for GPU rasterization.ernstm@chromium.org2014-05-071-2/+14
* Create SharedQuadState on RenderPassweiliangc@chromium.org2014-05-071-2/+2
* cc: Take the source scale into account when picking tilings in pinch.danakj@chromium.org2014-05-011-1/+2
* cc: Reraster and fix the raster source scale factor when it changes.danakj@chromium.org2014-05-011-21/+48
* Revert of cc: Change required_for_activation bookkeeping. (https://codereview...kbr@chromium.org2014-05-011-16/+4
* cc: Change required_for_activation bookkeeping.vmpstr@chromium.org2014-05-011-4/+16
* cc: Remove PictureLayerImpl CHECK during SyncTilingenne@chromium.org2014-04-301-8/+0
* cc: Make LTHI::NotifyTileInitialized more generic.vmpstr@chromium.org2014-04-301-0/+8
* cc: Record statistics about approximated content.ernstm@chromium.org2014-04-301-0/+10
* cc: Fix PictureLayerImpl::SanityCheck conditionboliu@chromium.org2014-04-291-8/+7
* cc: use viewport-wide tiles for GPU rasterization.ernstm@chromium.org2014-04-241-4/+13
* cc: Add visible_rect_for_tile_priority draw propertiesboliu@chromium.org2014-04-191-11/+8
* cc: Apply occlusion before creating quads in PictureLayerImpl.danakj@chromium.org2014-04-181-11/+17
* cc: Fix LayerRasterTileIterator to return false in no tiling situationsvmpstr@chromium.org2014-04-121-1/+3
* cc: TileManager eviction tile iterator.vmpstr@chromium.org2014-04-111-8/+6
* cc: Let skia veto gpu rasterization.alokp@chromium.org2014-04-101-19/+7
* cc: Fix invalid tiling state after lost contextenne@chromium.org2014-04-091-0/+15
* Rasterize at maximum scale for scale animations on CPU-rasterized layersajuma@chromium.org2014-04-091-9/+21
* cc: Add landmines to find invalid tiling bugenne@chromium.org2014-04-091-0/+2
* cc: Invalidate newly recycled tilings upon swapping.vmpstr@chromium.org2014-04-091-11/+8
* cc: Add layer eviction tile iterator.vmpstr@chromium.org2014-04-081-0/+125
* cc: Remove extra type from tiling raster tile iterator.vmpstr@chromium.org2014-04-021-15/+8
* Re-raster GPU-rasterized layers during scale animationsajuma@chromium.org2014-04-021-4/+8
* Make disable_low_res_tiling independent of is_gpu_rasterization_enableanton@chromium.org2014-03-281-2/+0
* cc: Add layer raster tile iteratorvmpstr@chromium.org2014-03-201-0/+104
* cc: Register picture layers into tile manager.vmpstr@chromium.org2014-03-191-2/+23
* cc: Replace recorded region with direct map lookupenne@chromium.org2014-03-191-8/+2
* Add --disable-low-res-tiling. Disable low res tiling to save power.anton@chromium.org2014-03-181-1/+4
* Change DCHECK_IS_ON() to DCHECK_IS_ONwangxianzhu@chromium.org2014-03-141-3/+2
* Revert of cc: Replace recorded region with direct map lookup (https://coderev...thakis@chromium.org2014-03-141-2/+8
* cc: Replace recorded region with direct map lookupenne@chromium.org2014-03-131-8/+2
* cc: Rename QuadSink::Append to MaybeAppend.danakj@chromium.org2014-03-131-5/+5
* cc: Remove the AppendQuadsData from QuadSink::Append.danakj@chromium.org2014-03-121-6/+5
* Add a GPU rasterization hint to cc::PictureLayerajuma@chromium.org2014-03-111-14/+26
* Define a --force-gpu-rasterization flagajuma@chromium.org2014-03-111-1/+2