summaryrefslogtreecommitdiffstats
path: root/cc/surfaces
Commit message (Expand)AuthorAgeFilesLines
* Add SurfaceId::id_namespace()enne2016-03-252-0/+17
* Add more out of line copy ctors for complex classes.vmpstr2016-03-242-0/+4
* Make more of content pass "gn check"brettw2016-03-211-1/+3
* Fold BeginFrameSource::SetClientReady into AddObserverenne2016-03-171-1/+0
* cc: Remove some unnecessary const scoped_refptr&.vmpstr2016-03-162-5/+6
* Hook up BeginFrameSource to SurfaceFactoryClient via SurfaceManagerenne2016-03-0921-565/+683
* gpu: Add out-of-line copy ctors for complex classes.vmpstr2016-03-011-0/+1
* Make browser hit testing return correct SurfaceId with nested Surfaceskenrb2016-03-011-3/+7
* Don't attempt to draw undamaged frames with LatencyInfo in Displayjbauman2016-02-262-7/+15
* Add weak pointer to SurfaceAggregator to try to debug crashjbauman2016-02-112-1/+17
* Adds an interface to SurfaceHittestDelegate in order to overridelfg2016-02-093-64/+76
* cc: Add support for multiple observers to BeginFrameSource.sunnyps2016-02-023-6/+36
* Switch cc to std::unordered_*.davidben2016-01-2810-27/+20
* Switch SurfaceId maps from base::hash_map to std::unordered_map.lfg2016-01-276-27/+26
* Handle pointer-events: none in browser process hittesting.lfg2016-01-272-0/+12
* Allow std::unordered_*.davidben2016-01-222-10/+2
* Revert of Allow std::unordered_*. (patchset #15 id:280001 of https://coderevi...davidben2016-01-212-2/+10
* Allow std::unordered_*.davidben2016-01-212-10/+2
* mus: Replace SurfacesScheduler with DisplayScheduler.brianderson2016-01-202-3/+3
* cc, gpu: logging async swaps period in chrome://tracingdongseong.hwang2016-01-201-4/+4
* cc: Fix display_scheduler.cc NOTIMPLEMENTEDboliu2016-01-141-1/+2
* Add begin frame paused signalboliu2016-01-132-0/+7
* cc: Allow returning overlay resources upon swap completionccameron2016-01-121-0/+2
* Switch to standard integer types in cc/.avi2015-12-2119-2/+45
* Convert Pass()→std::move() in cc/dcheng2015-12-183-15/+24
* cc: Move draw params from SetExternalDrawConstraints to OnDrawboliu2015-12-172-16/+14
* Add mechanism to signal DelegatedFrameHost that a surface is about to draw.jbauman2015-12-167-7/+107
* Resize output_rect of aggregated CompositorFrame to enable it to be drawn whe...jbauman2015-12-122-4/+36
* List all child surfaces (including occluded) in CompositorFramejbauman2015-12-095-14/+183
* cc: Allow Surfaces clients to customize hit testingfsamuel2015-12-065-12/+173
* Revert of List all child surfaces (including occluded) in CompositorFrame (pa...jbauman2015-11-255-177/+14
* List all child surfaces (including occluded) in CompositorFramejbauman2015-11-205-14/+177
* Use std::tie() for operator< in cc/jsbell2015-11-201-3/+4
* cc: Use scoped_ptrs in surface multimaps.vmpstr2015-11-183-16/+11
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-1813-123/+127
* cc: Remove ScopedPtrVector and cc::remove_if.vmpstr2015-11-187-41/+43
* cc: Clean up max frames/swaps pending usage.brianderson2015-11-183-7/+5
* cc: Add flag to specify to ResourceProvider to always use GMBsccameron2015-11-031-0/+1
* Modified old wait sync point functions to also accept new sync tokens.dyen2015-11-031-1/+1
* Remove NOTIMPLEMENTED for SurfaceFactoryClient::SetBeginFrameSource'sbrianderson2015-10-281-1/+0
* Revert of Add mechanism to signal DelegatedFrameHost that a surface is about ...jbauman2015-10-237-105/+7
* cc: Move surfaces hittesting test helpers out to a separate filefsamuel2015-10-234-352/+8
* cc: Plumbing for BeginFrameSource based on Surfacesbrianderson2015-10-2022-84/+723
* Reland of Add mechanism to signal DelegatedFrameHost that a surface is about ...jbauman2015-10-167-7/+105
* Revert of Add mechanism to signal DelegatedFrameHost that a surface is about ...mpearson2015-10-167-105/+7
* Add mechanism to signal DelegatedFrameHost that a surface is about to draw.jbauman2015-10-157-7/+105
* cc: Remove redundant overlay argumentsccameron2015-10-082-4/+4
* Surface hit testing: Introduce GetTransformToTargetSurfacefsamuel2015-10-063-91/+275
* Allow task pools to reason about transparency.christiank2015-09-241-1/+1
* Refactor Surfacehittest to return gfx::Transformfsamuel2015-09-223-99/+235