summaryrefslogtreecommitdiffstats
path: root/cc/output
Commit message (Expand)AuthorAgeFilesLines
* Refactor OverlayTest to make it easier to test additional strategies.andresantoso2015-09-291-84/+53
* Mac Overlays: Clip display and UV rectsccameron2015-09-293-21/+71
* Fix output surface Memory Dump Provider unregistration.ericrk2015-09-281-6/+7
* Mac overlays: Allow overlay rects to have pixel alignment.ccameron2015-09-252-91/+2
* gfx: Make conversions from Size to SizeF be explicit.danakj2015-09-254-43/+26
* cc: Remove call to virtual function in OutputSurface dtor.reveman2015-09-242-12/+17
* cc: Remove PicturePile and PicturePileImpl.vmpstr2015-09-241-59/+73
* Re-land: cc: Implement shared worker contexts.reveman2015-09-243-19/+36
* Removing GL context rate limiting feature and related wrappersjunov2015-09-223-8/+0
* Cleanup: Pass std::string as const reference from cc/ki.stfu2015-09-212-2/+2
* Disambiguates multiple contexts in the same client.ericrk2015-09-211-5/+10
* Add code to dump Skia GrContext memoryericrk2015-09-182-2/+128
* Revert of cc: Implement shared worker contexts. (patchset #9 id:160001 of htt...kbr2015-09-173-36/+19
* cc: Implement shared worker contexts.reveman2015-09-163-19/+36
* Remove the SkBitmap-based CC fake/mock methodsfmalita2015-09-101-22/+21
* Replace ViewMsg_DidChangeBodyBackgroundColor with a frame metadata field.aelias2015-09-092-2/+8
* cc: Stop converting Rect to RectF implicitly in overlay tests.danakj2015-09-091-3/+4
* [Ozone] Fix SingleOnTop issue by checking if the quad is clipped.william.xie2015-09-094-0/+42
* Mac Overlays: Allow multiple overlays with sandwich strategy.andresantoso2015-09-089-121/+198
* cc: Remove implicit conversions from Rect to RectF in src/cc/.danakj2015-09-0511-110/+122
* Mac Overlays: Allow sandwich strategy to emit multiple overlaysccameron2015-09-022-19/+103
* cc: Allow holding on to overlay resources for an extra frameccameron2015-09-015-4/+130
* Revert of cc: Move worker context BindToCurrentThread/SetupLock calls out of ...jbauman2015-09-011-0/+6
* cc: Move worker context BindToCurrentThread/SetupLock calls out of cc::Output...reveman2015-09-011-6/+0
* cc: Allow background filters on renderpasses with transparent backgroundhendrikw2015-08-274-24/+14
* Mac Overlays: Add sandwich strategyccameron2015-08-2718-90/+503
* cc: Handle GetOutsets for reference filtershendrikw2015-08-244-26/+49
* Allow IOSurfaceDrawQuad to be a candidate for overlaysandresantoso2015-08-212-9/+38
* cc: Add software background filtershendrikw2015-08-212-24/+145
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-202-19/+24
* Mandoline: Rename mojo::Frame to mojo::CompositorFrame and avoid a conversion.fsamuel2015-08-191-0/+3
* Revert of Re-land: cc: Use worker context for one-copy tile initialization. (...sky2015-08-182-24/+19
* cc: Remove render_pass_test_common, move to render_pass_test_utils.danakj2015-08-183-103/+79
* Reland of Change LatencyInfo to use Flow API v2. (patchset #1 id:1 of https:/...yuhaoz2015-08-181-2/+4
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-182-19/+24
* Revert of Change LatencyInfo to use Flow API v2. (patchset #2 id:20001 of htt...glider2015-08-181-4/+2
* Change LatencyInfo to use Flow API v2.yuhaoz2015-08-171-2/+4
* Revert of Re-land: cc: Use worker context for one-copy tile initialization. (...kbr2015-08-092-24/+19
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-092-19/+24
* don't use deprecated SkRect* src-rect parameter typereed2015-08-071-2/+2
* Revert of cc: Use worker context for one-copy tile initialization. (patchset ...kbr2015-08-072-24/+19
* Remove SoftwareFrameDatajbauman2015-08-0710-76/+4
* cc: Use worker context for one-copy tile initialization.reveman2015-08-062-19/+24
* Avoid crashing if can't allocate software buffer for window.jbauman2015-08-052-2/+9
* cc: Remove code for drawing checkerboard quads, it's not used.danakj2015-08-058-343/+49
* Make LatencyInfo to be classmiletus2015-08-052-3/+5
* Directly include SkPath.h where needed in cc/.bungeman2015-08-031-0/+1
* api refactor: switch to modern variants of drawBitmapRectreed2015-07-171-9/+5
* cc: Add command line for frame production throttle.jincheol.jo2015-07-152-2/+2
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-131-33/+28