summaryrefslogtreecommitdiffstats
path: root/cc/surfaces
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add LatencyInfo support for Surfaces.jbauman2014-09-044-2/+30
* Revert of Add LatencyInfo support for Surfaces. (patchset #3 id:40001 of http...scottmg2014-09-024-28/+2
* Add LatencyInfo support for Surfaces.jbauman2014-09-024-2/+28
* Allow requesting a copy of a surface.jbauman2014-08-284-0/+24
* Aggregate damage rects in surface aggregatorjbauman2014-08-278-54/+246
* Add callback when queueing frame on Surface to create backpressure.jbauman2014-08-238-17/+47
* Make RenderPass::Id an isolated classweiliangc@chromium.org2014-08-226-38/+39
* cc: Remove all traces of SkPicture cloning.reveman@chromium.org2014-08-221-1/+0
* Fix clip rect for quads aggregated from surfaces.jbauman@chromium.org2014-08-182-0/+17
* Enqueuing new frames in a Surface should cause Displays to reaggregate itjbauman@chromium.org2014-08-1611-24/+122
* Remove unused RenderPassDrawQuad fieldsdanakj@chromium.org2014-08-121-2/+0
* Implement HiDPI and pinch-zoom scaling of filter paramsgarykac@chromium.org2014-08-081-0/+1
* Tiling priorities in Android Webview.hush@chromium.org2014-07-311-0/+2
* Make Surface::GetEligibleFrame constjbauman@chromium.org2014-07-255-18/+26
* Enable more tests in GN build.brettw@chromium.org2014-07-221-0/+39
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #3pkasting@chromium.org2014-07-201-1/+1
* Allocate render pass textures when displaying surfaces.jbauman@chromium.org2014-07-181-0/+1
* Mojo surfaces service and example appjamesr@chromium.org2014-07-131-0/+4
* Move Copy method from DrawQuad to RenderPassweiliangc@chromium.org2014-07-111-5/+6
* Pass resourceless software mode in SetExternalConstraintsboliu@chromium.org2014-07-101-1/+1
* Use RenderPass to create DrawQuad in unittestsweiliangc@chromium.org2014-07-102-38/+29
* Fix SurfaceAggregatorWithResourcesTest.TakeResourcesOneSurface in libc++ builds.earthdok@chromium.org2014-07-071-1/+5
* Create DrawQuad in RenderPass and only give out raw pointer to layersweiliangc@chromium.org2014-07-031-4/+4
* Allocate surface IDs on client sidejamesr@chromium.org2014-07-0213-64/+122
* 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-2720-755/+1129
* cc: Support on demand raster with gpu rasterizationboliu@chromium.org2014-06-211-0/+1
* Rendering context information added to SharedQuadStatethildebr@chromium.org2014-06-193-4/+8
* Manage resource lifetimes in frames submitted to Surfacesjamesr@chromium.org2014-06-174-2/+476
* Use a struct for cc::Surface ids for more type safetyjamesr@chromium.org2014-06-1313-44/+81
* Correctly set up LayerTreeSettings for cc::Display.jbauman@chromium.org2014-06-122-3/+3
* Fix header guard in cc/surfaces/displayjamesr@chromium.org2014-06-112-5/+5
* Switch Display to use ResourceProvider and *Renderer directly.jbauman@chromium.org2014-06-112-96/+141
* Invert DSF to map from delegated frame to layer spacejamesr@chromium.org2014-06-101-1/+0