summaryrefslogtreecommitdiffstats
path: root/cc/picture_layer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Don't reset velocity from contents scale changes.danakj@chromium.org2013-03-061-3/+0
* cc: Moving anti-aliasing decision to parent compositor.ernstm@chromium.org2013-03-041-11/+1
* Emit trace events during layer update and tile rasterization that are process...caseq@google.com2013-02-271-1/+2
* Set up V8 bindings for extension/app APIs when they're first used, not oncaseq@google.com2013-02-271-2/+1
* Emit trace events during layer update and tile rasterization that are process...caseq@google.com2013-02-271-1/+2
* cc: DCHECK that tiles are rasterizableenne@chromium.org2013-02-271-5/+1
* cc: Clamp minimum contents scale with inverse boundsenne@chromium.org2013-02-261-6/+19
* cc: Add synthetic invalidations for dropped recordingsenne@chromium.org2013-02-261-3/+21
* Efficiently handle image layer scalingwangxianzhu@chromium.org2013-02-251-14/+27
* cc: Don't sync tilings to layers that don't draw content.danakj@chromium.org2013-02-201-0/+2
* cc: Avoid unnecessary blending with impl-side painting.reveman@chromium.org2013-02-161-0/+1
* cc: Add PictureLayerImpl::AsValueenne@chromium.org2013-02-151-0/+9
* cc: Sync raster scales when commiting/activatingenne@chromium.org2013-02-151-1/+14
* cc: Stretch textures by .5 texels to prevent out of bounds samplingbrianderson@chromium.org2013-02-131-4/+13
* cc: Avoid power of two textures.epenner@chromium.org2013-02-131-6/+8
* [cc] Trace detailed tile info when --trace-all-rendered-framesnduca@chromium.org2013-02-121-1/+4
* cc: Fix PostiveRatio crash by checking raster scaleenne@chromium.org2013-02-121-1/+1
* cc: Make picture layer tiles multiples of 64 pixels.danakj@chromium.org2013-02-081-4/+6
* Aggressively discard unused tilings when zooming.ccameron@chromium.org2013-02-061-8/+5
* cc: Deblur layers that animate-scale-down on creation.danakj@chromium.org2013-02-061-21/+25
* cc: Let impl-side painting use smaller tilesenne@chromium.org2013-02-021-14/+43
* cc: Allow non-ideal resolutions to activate the pending tree.danakj@chromium.org2013-02-021-105/+216
* Revert 180162enne@chromium.org2013-02-011-43/+14
* cc: Let impl-side painting use smaller tilesenne@chromium.org2013-02-011-14/+43
* cc: Fix frequent low-res tile flash when using impl-side painting.nduca@chromium.org2013-01-311-30/+6
* Revert 179764ilevy@chromium.org2013-01-311-37/+14
* cc: Let impl-side painting use smaller tilesenne@chromium.org2013-01-311-14/+37
* cc: Limit the set of tiles updated each frameenne@chromium.org2013-01-291-0/+10
* cc: Put orange debug border around PicureLayers.danakj@chromium.org2013-01-291-0/+8
* cc: Don't call base::TimeTicks::Now() for every layer.danakj@chromium.org2013-01-281-1/+1
* cc: Throttle tile priority updates to once a frame.danakj@chromium.org2013-01-271-7/+30
* Treat accelerated css animations like pinch zoom gestures.vollick@chromium.org2013-01-261-6/+30
* cc: Sync tilings from pending to active tree.danakj@chromium.org2013-01-261-22/+26
* cc: Add a command line flag to slow down rastering.danakj@chromium.org2013-01-251-0/+2
* cc: Add tile colors to show what reslution the tiles are from.danakj@chromium.org2013-01-241-2/+13
* cc: Allow sparse impl-side painting tilingsenne@chromium.org2013-01-241-7/+37
* [cc] Dont remove tilings when no tilings objectnduca@chromium.org2013-01-241-1/+2
* Activate LayerImpl tree with sync+push instead of pointer swapjamesr@chromium.org2013-01-231-25/+56
* cc: Update picture pile on tiles to prevent memory leakenne@chromium.org2013-01-221-1/+5
* Find root scroll layer at tree activationjamesr@chromium.org2013-01-191-1/+0
* cc: Fix PictureLayerTiling::Iterator crashenne@chromium.org2013-01-181-0/+1
* cc: Fix lost context handling when using impl-side painting.reveman@chromium.org2013-01-161-0/+4
* Revert 176739reveman@google.com2013-01-151-4/+11
* cc: Move anti-aliasing decision to parent compositor.reveman@chromium.org2013-01-141-11/+4
* Move pending tile priorities to active on tree activationbrianderson@chromium.org2013-01-131-0/+4
* cc: Walk layer tree to determine if pending tree can be activated.reveman@chromium.org2013-01-121-0/+24
* cc: Create tilings on the pending tree if no active treeenne@chromium.org2013-01-111-19/+20
* cc: Generate tilings at other scales for impl-side paintingenne@chromium.org2013-01-091-26/+142
* Implement a method to access the non-composited content root layer picture pile.leandrogracia@chromium.org2013-01-091-0/+4
* cc: Fix low-res impl-side painting artifactsenne@chromium.org2013-01-081-1/+7