summaryrefslogtreecommitdiffstats
path: root/cc/surfaces/surface_aggregator_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Hook up BeginFrameSource to SurfaceFactoryClient via SurfaceManagerenne2016-03-091-257/+5
* Switch to standard integer types in cc/.avi2015-12-211-0/+4
* Convert Pass()→std::move() in cc/dcheng2015-12-181-6/+9
* Add mechanism to signal DelegatedFrameHost that a surface is about to draw.jbauman2015-12-161-0/+12
* List all child surfaces (including occluded) in CompositorFramejbauman2015-12-091-0/+106
* Revert of List all child surfaces (including occluded) in CompositorFrame (pa...jbauman2015-11-251-102/+0
* List all child surfaces (including occluded) in CompositorFramejbauman2015-11-201-0/+102
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-181-38/+40
* cc: Remove ScopedPtrVector and cc::remove_if.vmpstr2015-11-181-30/+31
* Revert of Add mechanism to signal DelegatedFrameHost that a surface is about ...jbauman2015-10-231-12/+0
* cc: Move surfaces hittesting test helpers out to a separate filefsamuel2015-10-231-1/+1
* cc: Plumbing for BeginFrameSource based on Surfacesbrianderson2015-10-201-17/+273
* Reland of Add mechanism to signal DelegatedFrameHost that a surface is about ...jbauman2015-10-161-0/+11
* Revert of Add mechanism to signal DelegatedFrameHost that a surface is about ...mpearson2015-10-161-11/+0
* Add mechanism to signal DelegatedFrameHost that a surface is about to draw.jbauman2015-10-151-0/+11
* cc: Remove redundant overlay argumentsccameron2015-10-081-3/+3
* Rename several instances of SubmitFrame to SubmitCompositorFramefsamuel2015-08-241-71/+87
* cc: Remove render_pass_test_common, move to render_pass_test_utils.danakj2015-08-181-1/+0
* Fix use of gfx::Transform constructor in SurfaceAggregator.jbauman2015-07-201-31/+40
* Don't aggregate quads outside of damage rect when using partial swap.jbauman2015-07-141-11/+203
* cc: Fix surface damage calculation.sunnyps2015-06-201-10/+38
* cc: Rename visible_content_rect and content stuff on quads.danakj2015-06-191-27/+19
* cc: Rework overlays to not use the ResourceProvider and pass texture sizeachaulk2015-06-101-13/+4
* Fix function name style issues in cc::DrawQuadenne2015-06-041-1/+1
* cc: Make a FakeResourceProvider and use it in tests to construct.danakj2015-05-261-7/+3
* Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its ...jbauman2015-05-191-9/+9
* Implement SetFullRootLayerDamage for cc::Displayjbauman2015-04-201-0/+39
* Avoid unnecessary renderpass copy in SurfaceAggregatorjbauman2015-04-101-9/+68
* Accumulate damage from SurfaceDrawQuads in non-root RenderPasses.jbauman2015-03-131-8/+14
* Modify transform_to_target of RenderPasses in Surfaces.jbauman2015-03-111-6/+15
* Standardize usage of virtual/override/final specifiers in cc/.dcheng2014-12-231-3/+3
* Do RefResources before ReceiveFromChild.jbauman2014-12-201-0/+33
* Clip quads in surfaces to the SurfaceDrawQuad's clip_rect and visible_rect.jbauman2014-12-171-2/+7
* Accumulate content_to_target_transform for nested Surfaces.jbauman2014-12-161-39/+81
* Avoid merging non-opaque Surface renderpasses.jbauman2014-12-161-53/+11
* Execute Surface draw callback when Surface is destroyed.jbauman2014-12-111-11/+22
* [cc] Add nearest neighbor filtering for TextureLayer.jackhou2014-12-041-1/+3
* Remove size from Surfaces.jbauman2014-11-251-20/+20
* Makes SurfaceAggregator properly pass through opacitysky2014-11-211-12/+94
* Release resources from Surfaces not aggregated in current frame.jbauman2014-11-181-0/+35
* Use global index to remap RenderPassIds in SurfaceAggregator.jbauman2014-10-231-4/+12
* cc: turn on distance field text on animated layershendrikw2014-10-221-2/+1
* Standardize usage of virtual/override/final in cc/dcheng2014-10-211-5/+3
* Allow CopyOutputRequests on all render passes of a surfacejbauman2014-10-161-0/+88
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-0/+1
* Clean the usage of QuadList (Const)Iteratorweiliangc2014-10-071-4/+4
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-061-2/+2
* Use Custome ListContainer to Allocate SharedQuadStateweiliangc2014-10-031-21/+19
* Use custom ListContainer to allocate DrawQuadsweiliangc2014-09-261-19/+30
* Support doing CopyOutputRequests on surfaces.jbauman2014-09-161-0/+56