summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Removed obsolete float_util.h as VS2013 supports standards well enough.mateuszs2015-04-241-2/+2
* Move send_begin_main_frame_funnel check from Could to ShouldSendBeginMainFramebrianderson2015-04-241-4/+4
* cc: Do not block commit on pending draw for synchronous compositor.sunnyps2015-04-234-33/+95
* Revert of ui: Cache the output of View::OnPaint when the View isn't invalid. ...jdonnelly2015-04-232-6/+0
* cc: Turn ResourceProvider::ValidateResources into DCHECK-only code.danakj2015-04-231-3/+2
* cc: Fix invalid opaque debug quadsenne2015-04-231-0/+2
* Plumb selection bounds as a single unitjdduke2015-04-2313-178/+214
* ui: Cache the output of View::OnPaint when the View isn't invalid.danakj2015-04-232-0/+6
* Add support for painting disabled mode for Slimming Paintschenney2015-04-237-18/+38
* Rename InputLatency::ScrollUpdate to Latency::ScrollUpdatemiletus2015-04-231-1/+1
* CDP inputs should own the device transformvollick2015-04-231-3/+2
* cc: Update pre_local transform when transform origin changesajuma2015-04-235-3/+37
* Append input event type as trace event's namemiletus2015-04-231-3/+2
* Add accessor for frameTimingRequests for blink unit tests.mpb2015-04-223-2/+24
* Fix spelling of sunnyps@ in cc/OWNERS.danakj2015-04-221-1/+1
* cc: Adjust GPU Raster tile widths for border texels.vmiura2015-04-212-1/+40
* cc: Add sunnyps as scheduling ownerbrianderson2015-04-211-0/+1
* cc: Only compute transforms and clips when they might have changedajuma2015-04-216-1/+33
* Only record PT vs CDP performance if we may build property trees.vollick2015-04-211-21/+33
* cc: Fix ListAllocator when erasing everything in an allocation chunk.danakj2015-04-212-22/+138
* Implement SetFullRootLayerDamage for cc::Displayjbauman2015-04-204-1/+50
* Delete unused SurfaceDisplayOutputSurface::surface_manager_brianderson2015-04-202-2/+0
* cc: Don't claim ownership of resources in the pending tree.danakj2015-04-203-5/+116
* Fix approximately equal check for rectsvollick2015-04-201-1/+8
* cc: Commit property trees to the compositor threadenne2015-04-2014-254/+577
* Pass ResourceIdSet into ResourceProvider::DeclareUsedResourceFromChild.jbauman2015-04-187-67/+88
* Avoid creating a sorted vector of resources in ResourceProvider::ReceiveRetur...jbauman2015-04-182-57/+7
* Reuse property treesvollick2015-04-1710-30/+312
* cc: Add support for sending BeginFrames for video.sunnyps2015-04-1621-8/+172
* Make TransformTree::CombineTransformsBetween run fasterjaydasika2015-04-162-1/+39
* Make ScrollUpdate LatencyInfo's sequence number less likely to have conflictsmiletus2015-04-161-2/+4
* cc: VideoResourceUpdater: don't dismiss the sync_point given by the compositorlionel.g.landwerlin2015-04-161-6/+20
* Revert "Speculative revert by sheriff"Bartosz Fabianowski2015-04-1634-152/+255
* Speculative revert by sheriffBartosz Fabianowski2015-04-1634-255/+152
* Make a couple of SurfaceAggregatorPerfTestsjbauman2015-04-165-0/+150
* Use null rather than empty frame to lock Surface resourcesbrianderson2015-04-162-13/+20
* cc: Add UMA stats for record and raster time.jbroman2015-04-1610-0/+228
* cc: Consider resolution when checking HigherPriorityTree.vmpstr2015-04-152-8/+71
* cc: Don't count PreCalculateMetaInformation as part of CalcDrawPropsajuma2015-04-151-2/+1
* Prime the landing pad for the new video rendering pipeline.dalecurtis2015-04-156-27/+73
* cc: Make DisplayItemList::Append replay into an SkPictureajuma2015-04-1528-125/+182
* Avoid copying ChildToParentMap in SurfaceAggregator.jbauman2015-04-151-7/+10
* Revert of Prime the landing pad for the new video rendering pipeline. (patchs...gunsch2015-04-156-73/+27
* Prime the landing pad for the new video rendering pipeline.dalecurtis2015-04-156-27/+73
* Revert of Remove swap ack throttling to regain performance regression on freo...brianderson2015-04-153-11/+27
* cc: Minor code cleanup in scheduler teardown.sunnyps2015-04-142-0/+5
* Revert of Use null rather than empty frame to lock Surface resources (patchse...brianderson2015-04-142-19/+12
* Disable overlays if the root render pass has copy requestsachaulk2015-04-142-2/+139
* gpu: Minor GpuMemoryBuffer cleanup.reveman2015-04-141-13/+12
* cc: Remove orphaned RenderPasses and RenderPassDrawQuads from frames.danakj2015-04-1413-900/+730