summaryrefslogtreecommitdiffstats
path: root/cc/surfaces
Commit message (Expand)AuthorAgeFilesLines
* Replaced TestNowSource with SimpleTestTickClock.ankur1.verma2015-06-132-23/+25
* Revert "cc: DCHECK if SDOS::SwapBuffersComplete is called prematurely"brianderson2015-06-122-18/+1
* Remove "mixin" from BeginFrameSource/Observer base classes.deepak.s2015-06-122-4/+4
* cc: Call DidSwapBuffers earlier for Surfaces.brianderson2015-06-111-2/+3
* cc: Rework overlays to not use the ResourceProvider and pass texture sizeachaulk2015-06-102-15/+6
* cc: DCHECK if SDOS::SwapBuffersComplete is called prematurelybrianderson2015-06-102-1/+17
* Reland: cc: Fix size_t to int truncations in layers/ output/ playback/ quads/vmpstr2015-06-081-5/+1
* cc: Use a normal deadline when DisplayScheduler is swap throttled.brianderson2015-06-082-11/+14
* Revert of cc: Fix size_t to int truncations in layers/ output/ playback/ quad...vmpstr2015-06-051-1/+5
* cc: Fix size_t to int truncations in layers/ output/ playback/ quads/vmpstr2015-06-051-5/+1
* Don't make unnecessary copy of ChildToParentMapjbauman2015-06-051-2/+4
* Use Surfaces in Android webviewjbauman2015-06-052-1/+8
* Fix function name style issues in cc::DrawQuadenne2015-06-042-16/+23
* cc: Don't discard missed BeginFrames in the DisplaySchedulerbrianderson2015-06-041-7/+2
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* cc: Remove DrawQuad::IterateResorucesvmpstr2015-06-022-66/+52
* cc: Partial tile update for one-copy raster.danakj2015-05-291-1/+4
* cc: Properly detect when child Surfaces idlebrianderson2015-05-282-7/+35
* Use shallow finish instead of real finish on Display resize.jbauman2015-05-283-10/+12
* Allow creation of TextureMailboxDeleter without a task runner.jbauman2015-05-281-2/+1
* cc: Support --disable-gpu-vsync with DisplaySchedulerbrianderson2015-05-282-9/+26
* Force immediate Display swap on resize if no swap was done at previous size.jbauman2015-05-275-9/+150
* Remove BlockingTaskRunner from cc::Display.jbauman2015-05-272-9/+1
* cc: Make a FakeResourceProvider and use it in tests to construct.danakj2015-05-262-10/+6
* Remove gfx::FrameTime for a single clock sourceabhishek.ka2015-05-261-3/+2
* Ignore Surface destruction dependencies on crashed renderers.kenrb2015-05-227-7/+83
* Add DisplayScheduler for Surfacesbrianderson2015-05-2210-122/+837
* Replace jamesr with jbauman as cc/surfaces/ owner.Dana Jansens2015-05-221-1/+1
* Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its ...jbauman2015-05-195-47/+47
* cc: Move files out of cc/resources/.danakj2015-05-181-1/+1
* Add SurfaceDisplayOutputSurface unittestsbrianderson2015-05-152-0/+148
* Cleanup: Simplify some checks in tests.thestig2015-05-111-1/+1
* [surfaces] rename content_to_target_transform to target_transformjbauman2015-05-062-25/+23
* Reserve space in the resource ID set.jbauman2015-04-281-0/+11
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-282-3/+4
* Implement SetFullRootLayerDamage for cc::Displayjbauman2015-04-204-1/+50
* Delete unused SurfaceDisplayOutputSurface::surface_manager_brianderson2015-04-202-2/+0
* Pass ResourceIdSet into ResourceProvider::DeclareUsedResourceFromChild.jbauman2015-04-181-4/+3
* Make a couple of SurfaceAggregatorPerfTestsjbauman2015-04-161-0/+132
* Use null rather than empty frame to lock Surface resourcesbrianderson2015-04-162-13/+20
* Avoid copying ChildToParentMap in SurfaceAggregator.jbauman2015-04-151-7/+10
* Revert of Use null rather than empty frame to lock Surface resources (patchse...brianderson2015-04-142-19/+12
* Revert of Add DisplayScheduler for Surfaces (patchset #15 id:280001 of https:...brianderson2015-04-1410-763/+121
* Add DisplayScheduler for Surfacesbrianderson2015-04-1410-121/+763
* Don't create sync points when returning resources from Display to browser com...jbauman2015-04-144-1/+17
* cc: Remove use of MessageLoopProxyskyostil2015-04-131-3/+3
* Use null rather than empty frame to lock Surface resourcesbrianderson2015-04-112-12/+19
* Remove DeferredInitialize from ccboliu2015-04-112-10/+0
* Don't create sync points when sending resources from browser compositor to Di...jbauman2015-04-111-0/+3
* Avoid unnecessary renderpass copy in SurfaceAggregatorjbauman2015-04-103-41/+126