summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Allow holding on to overlay resources for an extra frameChristopher Cameron2015-09-025-4/+130
* Mac Overlays: Allow sandwich strategy to emit multiple overlaysChristopher Cameron2015-09-025-34/+283
* cc: Workaround resourceless draw crashBo Liu2015-09-011-1/+3
* Mac Overlays: Add sandwich strategyChristopher Cameron2015-09-0120-90/+507
* cc: Fix support for RGBA4444 texture format and one-copy.David Reveman2015-08-251-8/+11
* IWYU for base/memory/scoped_vector.h.thestig2015-08-221-1/+0
* cc: Allow transparent layers with background filters to renderhendrikw2015-08-213-0/+51
* Move setting of contributes_to_drawn_surface outside CDPjaydasika2015-08-211-8/+10
* Create constant for root property tree node IDweiliangc2015-08-211-10/+15
* cc: Remove unused variables in RenderSurfaceImplajuma2015-08-211-2/+0
* Update GatherPixelRefDevice to the new SkImage/SkPixelRef APIfmalita2015-08-217-31/+39
* cc: Deflake RSLLMembershipWithScale testenne2015-08-211-0/+6
* Allow IOSurfaceDrawQuad to be a candidate for overlaysandresantoso2015-08-218-22/+72
* cc: Fix starting animation scale computation in CDPajuma2015-08-212-4/+116
* cc: Clean up logic to set needs_redraw_ after a commit.danakj2015-08-212-12/+6
* Add UYVY 4:2:2 support to VideoFrame and GpuMemoryBuffer.andresantoso2015-08-212-7/+3
* Render Surface Content Rect from property treesjaydasika2015-08-215-7/+164
* Rename enum gfx::BufferFormat::RGBX_8888 to BGRX_8888Haixia Shi2015-08-211-2/+2
* cc: Detemplatize CDP input structsenne2015-08-217-190/+214
* cc: Ensure a scroll/scale update during commit triggers a layer updateskyostil2015-08-214-0/+74
* cc: Add software background filtershendrikw2015-08-219-74/+272
* Add better support for RGBA_4444 textures.reveman2015-08-203-17/+27
* cc: Make animation contents scale aware of trees affected by animationsajuma2015-08-207-41/+237
* Remove comment about property trees that is no longer trueweiliangc2015-08-202-5/+1
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-2035-785/+677
* Ensure surface swap happens after resize.jbauman2015-08-204-4/+48
* cc: Remove the early out in Animate if there's no active tree.danakj2015-08-201-8/+3
* cc: Don't UpdateAnimationState when not visible or can't draw.danakj2015-08-203-98/+0
* cc: Move animate steps from proxies to LayerTreeHostImpl.danakj2015-08-197-86/+184
* Mandoline: Rename mojo::Frame to mojo::CompositorFrame and avoid a conversion.fsamuel2015-08-191-0/+3
* cc: Detemplatize CalcDrawPropsenne2015-08-191-176/+116
* Currently ResourcePool does not maintain ownership of its resourcesericrk2015-08-199-118/+135
* cc: Emit fewer trace events for SetNeeds{Animate,UpdateLayers,Commit}skyostil2015-08-192-9/+18
* cc: Turn off main thread CDPenne2015-08-191-58/+7
* cc: Convert visible rect tests to LayerImplenne2015-08-181-30/+25
* Draw Opacity of Render Surface from Property Treesjaydasika2015-08-185-0/+36
* cc: Remove main thread input handler countingenne2015-08-185-76/+16
* cc: Convert TransformAboveRootLayer test to LayerImplenne2015-08-181-49/+33
* cc: Convert TransformsFor unittests to use property treesenne2015-08-181-160/+113
* Revert of Re-land: cc: Use worker context for one-copy tile initialization. (...sky2015-08-1835-665/+783
* Sync GN tests with GYP build.brettw2015-08-181-0/+10
* cc: Remove render_pass_test_common, move to render_pass_test_utils.danakj2015-08-1815-481/+331
* Screen Space Transform Of Render Surface From Property Treesjaydasika2015-08-183-2/+35
* cc: Convert RS flattening unit test to LayerImplenne2015-08-181-23/+20
* cc: Fix LayerTreeRebuildTest to run with only property treesenne2015-08-183-16/+7
* cc: Convert DescendantsOfClipChildren to LayerImplenne2015-08-181-46/+22
* cc: Ensure to keep the same low res tiling when activating.vmpstr2015-08-184-20/+39
* cc: Convert DoNotSkipLayersWithHandlers to LayerImplenne2015-08-181-29/+13
* cc: Convert DrawableContentRectForLayers to LayerImplenne2015-08-181-67/+26
* cc: Split IsClippedCorrectly unit test into two versionsenne2015-08-181-4/+106