summaryrefslogtreecommitdiffstats
path: root/cc/surfaces
Commit message (Expand)AuthorAgeFilesLines
* [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
* Use Custome ListContainer to Allocate SharedQuadStateweiliangc2014-10-033-44/+43
* Make browser compositor and display share a contextjbauman2014-10-033-16/+27
* Add TextureMailboxDeleter to cc::Display.jbauman2014-09-292-3/+7
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-1/+1
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-1/+1
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-1/+1
* Use custom ListContainer to allocate DrawQuadsweiliangc2014-09-264-33/+51
* Fix SurfaceResourceHolder destruction orderjamesr2014-09-242-2/+18
* Support distributing vsync info with surfaces.jbauman2014-09-233-1/+9
* Limit outstanding surface draw swaps to max_frames_pending.jbauman2014-09-233-2/+19
* Mark Surface as damaged when it receives a CopyOutputRequest.jbauman2014-09-221-0/+1
* Ensure SurfaceManager is only ever used from one thread.jbauman2014-09-192-0/+8
* Check SurfaceFactory WeakPtr before dereffing resources.jbauman2014-09-171-1/+2
* Compile specific parts of the Android build with -O2.fdegans2014-09-171-0/+5
* Support doing CopyOutputRequests on surfaces.jbauman2014-09-165-12/+128
* Always make context current in ViewManager's BitmapUploader, be laxer in Surf...jamesr2014-09-161-1/+2
* Convert view manager to surfaces with uploading shim in client libjamesr2014-09-122-2/+0
* cc: Use correct message loop proxy in BlockingTaskRunnerskyostil2014-09-044-3/+21