summaryrefslogtreecommitdiffstats
path: root/cc/surfaces
Commit message (Expand)AuthorAgeFilesLines
* Revert of Revert of Allow creating context for cc worker thread. (patchset #1...caseq2015-02-101-1/+1
* Revert of Allow creating context for cc worker thread. (patchset #5 id:80001 ...caseq2015-02-101-1/+1
* Allow creating context for cc worker thread.jbauman2015-02-101-1/+1
* Always force swap for SurfaceDisplayOutputSurface.jbauman2015-02-041-0/+3
* Ensure damage calculation is correct if there's an intervening empty frame.jbauman2015-02-042-1/+20
* Composite to cc::Display from ui::InProcessContextFactory.jbauman2015-02-035-0/+336
* [surfaces] use DEFAULT_MAX_FRAMES_PENDING if OutputSurface doesn't specify it.jbauman2015-01-291-3/+5
* Mechanical rename of tracing includes for /ccprimiano2015-01-282-2/+2
* Run draw callback immediately if no Display is damaged.jbauman2015-01-2711-26/+48
* Enable partial texture upload support for browser compositor with Surfacesjbauman2015-01-091-3/+9
* Standardize usage of virtual/override/final specifiers in cc/.dcheng2014-12-232-4/+4
* Do RefResources before ReceiveFromChild.jbauman2014-12-202-1/+34
* Clip quads in surfaces to the SurfaceDrawQuad's clip_rect and visible_rect.jbauman2014-12-173-14/+78
* Accumulate content_to_target_transform for nested Surfaces.jbauman2014-12-163-46/+97
* Avoid merging non-opaque Surface renderpasses.jbauman2014-12-163-66/+16
* Release resources from SurfaceAggregator when new frame arrives.jbauman2014-12-133-1/+14
* Execute Surface draw callback when Surface is destroyed.jbauman2014-12-117-30/+71
* Run Surface draw callback after aggregation and before draw.jbauman2014-12-111-12/+9
* [cc] Add nearest neighbor filtering for TextureLayer.jackhou2014-12-041-1/+3
* gn format // (the rest, except mojo)scottmg2014-12-031-2/+3
* Ensure Surface size always matches window size on swapjbauman2014-12-033-8/+30
* Remove size from Surfaces.jbauman2014-11-2510-46/+45
* Revert of Revert of Fix gn check errors in //cc/* (patchset #1 id:1 of https:...jamesr2014-11-241-1/+9
* Revert of Fix gn check errors in //cc/* (patchset #1 id:1 of https://coderevi...jamesr2014-11-241-9/+1
* Fix gn check errors in //cc/*jamesr2014-11-241-1/+9
* Makes SurfaceAggregator properly pass through opacitysky2014-11-215-29/+113
* Add cc::RendererSettings for use in with cc::Displayjbauman2014-11-202-21/+16
* Release resources from Surfaces not aggregated in current frame.jbauman2014-11-183-0/+53
* cc: Remove readability/inheritance exception for linter in cc.danakj2014-11-141-1/+2
* cc: Make separate interface for BeginFrame ipc from OutputSurfacesimonhong2014-11-111-1/+0
* Allow layers to signal that additional sequences are needed before surface de...jbauman2014-11-068-54/+69
* LOG and clear SurfaceFactory if it isn't empty on destruction.jbauman2014-10-313-4/+23
* Make ListContainer Consistently Act as Container of Pointersweiliangc2014-10-293-18/+21
* Reshape Display OutputSurface to use device scale factor of root surfacejbauman2014-10-292-8/+13
* cc: Move GpuMemoryBufferManager interface to gpu namespace.reveman2014-10-282-3/+3
* Add more WeakPtr checks for SurfaceFactory in SurfaceAggregator.jbauman2014-10-281-3/+4
* GN: Fix Android component buildcjhopman2014-10-271-0/+1
* Align base::hash_map with C++11, part 2.davidben2014-10-241-9/+0
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-234-4/+4
* Use global index to remap RenderPassIds in SurfaceAggregator.jbauman2014-10-233-12/+19
* cc: turn on distance field text on animated layershendrikw2014-10-222-5/+2
* Standardize usage of virtual/override/final in cc/dcheng2014-10-214-27/+22
* Include mask texture size in RenderPassDrawQuadenne2014-10-162-2/+4
* Allow CopyOutputRequests on all render passes of a surfacejbauman2014-10-165-37/+169
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-133-2/+8
* Avoid destroying surface before the parent surface stops referencing it.jbauman2014-10-109-7/+169
* Makes it so each mojo::View outputs a surfacesky2014-10-071-1/+1
* Clean the usage of QuadList (Const)Iteratorweiliangc2014-10-073-15/+9
* Record rendering stats frame timestamps with surfaces.jbauman2014-10-061-0/+2
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-064-18/+18