summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Stop converting Rect to QuadF to map to an enclosed rect.danakj2014-08-254-39/+138
* Remove cc:LayerTreeHostImpl::IsContextLost.dneto2014-08-254-55/+17
* cc: Fix CanRaster dcheck failures ONCE AND FOR ALL.danakj2014-08-253-69/+367
* cc: Don't consider tiles at the layers raster_contents_scale incompletedanakj2014-08-253-1/+160
* Revert of cc: Don't consider tiles at the layers raster_contents_scale incomp...finnur2014-08-253-162/+1
* cc: Stop testing occlusion by making awkward queries.danakj2014-08-232-505/+421
* Add callback when queueing frame on Surface to create backpressure.jbauman2014-08-238-17/+47
* cc: Don't consider tiles at the layers raster_contents_scale incompletedanakj2014-08-233-1/+162
* Add source frame number to LayerTreeImpl::AsValueIntonduca2014-08-231-0/+1
* cc: Small cleanup to use an existing function instead of tilings searchvmpstr2014-08-231-5/+1
* cc: Don't infinitely throttle large raster tasksenne@chromium.org2014-08-222-6/+35
* cc: Disable all synthetic BeginFrame testsbrianderson@chromium.org2014-08-221-6/+11
* Plumb selection edge points through the compositorjdduke@chromium.org2014-08-227-53/+104
* Make SingleThreadProxy a SchedulerClientenne@chromium.org2014-08-2219-212/+446
* Make RenderPass::Id an isolated classweiliangc@chromium.org2014-08-2248-363/+384
* cc: Remove all traces of SkPicture cloning.reveman@chromium.org2014-08-2229-439/+74
* Replace overdraw_bottom_height with top_controls_layout_height.aelias@chromium.org2014-08-2212-159/+48
* cc: Replace Region with SimpleEnclosedRegion for occlusion trackingdanakj@chromium.org2014-08-2228-758/+1545
* cc: Stop checking the result of GetInverse in OcclusionTracker.danakj@chromium.org2014-08-211-8/+4
* cc: Use a normal texture for background texture.dongseong.hwang@intel.com2014-08-2122-193/+241
* 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