summaryrefslogtreecommitdiffstats
path: root/cc/surfaces/surface_aggregator_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc: Use correct message loop proxy in BlockingTaskRunnerskyostil2014-09-041-0/+1
* Aggregate damage rects in surface aggregatorjbauman2014-08-271-20/+181
* Add callback when queueing frame on Surface to create backpressure.jbauman2014-08-231-5/+5
* Make RenderPass::Id an isolated classweiliangc@chromium.org2014-08-221-12/+11
* Fix clip rect for quads aggregated from surfaces.jbauman@chromium.org2014-08-181-0/+12
* Enqueuing new frames in a Surface should cause Displays to reaggregate itjbauman@chromium.org2014-08-161-16/+45
* Make Surface::GetEligibleFrame constjbauman@chromium.org2014-07-251-0/+1
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #3pkasting@chromium.org2014-07-201-1/+1
* Use RenderPass to create DrawQuad in unittestsweiliangc@chromium.org2014-07-101-14/+9
* Fix SurfaceAggregatorWithResourcesTest.TakeResourcesOneSurface in libc++ builds.earthdok@chromium.org2014-07-071-1/+5
* Allocate surface IDs on client sidejamesr@chromium.org2014-07-021-13/+27
* ASAN fix for SurfaceAggregatorWithResourcesTest.TakeResourcesOneSurfacejamesr@chromium.org2014-07-011-20/+26
* Use a SurfaceFactory and manage resources for that group of surfacesjamesr@chromium.org2014-06-271-98/+256
* Rendering context information added to SharedQuadStatethildebr@chromium.org2014-06-191-1/+2
* Use a struct for cc::Surface ids for more type safetyjamesr@chromium.org2014-06-131-3/+8
* Use RenderPass CreateAndAppendSQS whenever possibleweiliangc@chromium.org2014-05-081-2/+1
* cc: Change damage tracking from floats to integers.danakj@chromium.org2014-04-071-1/+1
* cc: Add visible_rect to Draw*Quad::SetNew().danakj@chromium.org2014-03-071-0/+4
* Pixel tests and some shared quad state fixupsjamesr@chromium.org2014-02-111-0/+289
* Initial surface aggregator implementationjamesr@chromium.org2014-01-291-0/+410