summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Still produce quad when tile OOM and on demand raster is not allowedweiliangc@chromium.org2014-08-214-3/+77
* 2D Canvas doesn't blend video with the destination buffer.dongseong.hwang@intel.com2014-08-211-5/+1
* Re-raster during scale animations for GPU-rasterized layers without textajuma@chromium.org2014-08-219-5/+152
* Fix spurious 1px scrolling.mkosiba@chromium.org2014-08-212-1/+16
* cc: Avoid redraw for missing tile outside visible rectboliu@chromium.org2014-08-204-19/+137
* cc: Added Tile::is_shared functionality.vmpstr@chromium.org2014-08-205-3/+78
* Add memory limits struct to in-process contextboliu@chromium.org2014-08-201-10/+12
* Re-introduce forward declaration of WebCompositorAnimationsamli@chromium.org2014-08-204-3/+10
* CC: Support playback rate in compositor animationssamli@chromium.org2014-08-195-3/+187
* Move blink<->cc bindings to cc/blinkjamesr@chromium.org2014-08-1948-0/+3710
* Fix clip rect for quads aggregated from surfaces.jbauman@chromium.org2014-08-182-0/+17
* Use SkBitmap::readPixels to perform copy to 4444.scroggo@google.com2014-08-181-18/+9
* cc: Initialize filters of new texture same to the original filter.dongseong.hwang@intel.com2014-08-181-2/+4
* Rename Animate as Begin(Main)Frameskyostil@chromium.org2014-08-1826-123/+156
* Restrict usage of mesa headers to targets that really need themjamesr@chromium.org2014-08-162-2/+0
* Early wait on texture resource sync points in gl_renderer.vmiura@chromium.org2014-08-1610-11/+207
* Enqueuing new frames in a Surface should cause Displays to reaggregate itjbauman@chromium.org2014-08-1611-24/+122
* cc: fix content_to_screen_scale in UpdateTilePriorities.ernstm@chromium.org2014-08-162-4/+29
* [Android] Implementation of overscroll effect for Android Ljdduke@chromium.org2014-08-153-7/+9
* cc: Add more eviction categories to picture layer impl.vmpstr@chromium.org2014-08-154-35/+76
* Removing the assumption that child->SetParent will not change Drawabilityawoloszyn@chromium.org2014-08-152-3/+47
* Refactoring code with existing function.jungjik.lee@samsung.com2014-08-151-6/+1
* Adding debugging for SwapPromiseMonitor crashmiletus@chromium.org2014-08-151-0/+2
* CC: Clamp opacity values during an animationsamli@chromium.org2014-08-152-1/+34
* Enable test LayerTreeHostTestBreakSwapPromise with verbose logging informationmiletus@chromium.org2014-08-141-1/+15
* Revert of Remove unnecessary static function (patchset #2 of https://coderevi...danakj@chromium.org2014-08-142-7/+12
* cc: Change Tile::tile_size_ from a Rect to a Size.danakj@chromium.org2014-08-143-4/+4
* cc: Add separate test for context-related commit abortingenne@chromium.org2014-08-141-29/+55
* Revert 289480 "Still produce quad when tile OOM and on demand ra..."bartfab@chromium.org2014-08-144-70/+3
* Still produce quad when tile OOM and on demand raster is not allowedweiliangc@chromium.org2014-08-144-3/+70
* Include tile manager state in lthi state dumpnduca@chromium.org2014-08-141-0/+4
* Support an ALPHA_8 UIResourceBitmap formatjdduke@chromium.org2014-08-148-6/+52
* Revert "Make SingleThreadProxy a SchedulerClient"enne@chromium.org2014-08-1319-492/+239
* Implement scroll handler latency trackingskyostil@chromium.org2014-08-1314-30/+202
* GPU context creation code duplication cleanupoetuaho@nvidia.com2014-08-134-1/+10
* Fix interchange of red and blue content when using rgba_4444_texturese.hakkinen@samsung.com2014-08-133-1/+43
* Schedule commit when top controls animation updates the scroll offsetjdduke@chromium.org2014-08-132-6/+134
* Fix failing (flaky) LayerTreeHostTestLCDNotification test.danakj@chromium.org2014-08-1315-154/+95
* Remove unused RenderPassDrawQuad fieldsdanakj@chromium.org2014-08-1216-186/+167
* cc: Use impl-side painting code in LTH scroll layer test.sohan.jyoti@samsung.com2014-08-121-41/+21
* CC: Support fractional iteration count on compositor animationssamli@chromium.org2014-08-123-9/+38
* Make SingleThreadProxy a SchedulerClientenne@chromium.org2014-08-1221-254/+517
* cc: Fix Raster/Eviction order comparators to return stable values.vmpstr@chromium.org2014-08-116-22/+132
* cc: Fix dcheck in UpdateTilePriorities perftests.vmpstr@chromium.org2014-08-111-2/+2
* Use SkXfermode::KSrcOver_Mode for PictureImageLayerhush@chromium.org2014-08-111-8/+5
* Keeping track of descendants that draw content instead of recalcualtingawoloszyn@chromium.org2014-08-1142-99/+372
* cc: LayerEvictionTileIterator cleanup.reveman@chromium.org2014-08-113-116/+101
* cc: Cleanup and reduce size of LayerEvictionTileIterator.reveman@chromium.org2014-08-116-140/+89
* Added rotation operation to Paint for Canvas/WebGL copying. Thissuderman@chromium.org2014-08-091-1/+2
* LayerTreeHostImpl knows if it has an output surface.dneto@chromium.org2014-08-0810-41/+41