summaryrefslogtreecommitdiffstats
path: root/cc/trees
Commit message (Expand)AuthorAgeFilesLines
* Route compositor overscroll events to the input handler.jdduke@chromium.org2013-05-204-7/+184
* cc: Decouple tile manager from raster worker poolvmpstr@chromium.org2013-05-201-2/+2
* Add layer tree settings flag for pinch virtual viewport.wjmaclean@chromium.org2013-05-202-0/+2
* The moves the compositor thread's input event cracking logic in to content/ f...jamesr@chromium.org2013-05-208-180/+133
* cc: Trace based rasterize and record benchmark.ernstm@chromium.org2013-05-181-1/+2
* Make BitmapContentLayerUpdater free its SkCanvasccameron@chromium.org2013-05-182-1/+19
* Ensure LayerTreeHostImpl's current frame time is updated every frameajuma@chromium.org2013-05-176-7/+107
* cc: Cache the twin tree's layer in PictureLayerImpl.danakj@chromium.org2013-05-171-0/+119
* cc: Added features for more accurate raster benchmarkernstm@chromium.org2013-05-172-4/+19
* Remove current pinch-zoom scrollbar implementation.wjmaclean@chromium.org2013-05-178-491/+1
* cc: Remove predictor benchmarkvmpstr@chromium.org2013-05-163-3/+0
* cc: Fix a flaky LayerTreeHostTestContinuousInvalidate test.danakj@chromium.org2013-05-161-1/+1
* cc: Try eliminate flake on a cc unittest.danakj@chromium.org2013-05-151-4/+23
* Remove --trace-all-rendered-frames in favour of disabled-by-default.dsinclair@chromium.org2013-05-151-7/+7
* Run all LayerTreeHost tests with impl-side painting.danakj@chromium.org2013-05-1313-123/+310
* Fix LTHI shutdown crash when disabling vsync immediatelyboliu@chromium.org2013-05-102-1/+23
* cc: Run all LayerTreeHost tests with a delegating renderer.danakj@chromium.org2013-05-106-119/+278
* cc: Don't do CompositeAndReadback when using DelegatingRenderer.danakj@chromium.org2013-05-103-6/+19
* cc: Add tile-free software compositing mode.aelias@chromium.org2013-05-101-2/+11
* cc: Replace Layer::SetAutomaticallyComputeRasterScale with a setting.danakj@chromium.org2013-05-0911-239/+614
* cc: Add perf test for scrolling with impl-side paintingskyostil@chromium.org2013-05-091-2/+49
* Make SingleThreadProxy update LayerTreeHost's animationsajuma@chromium.org2013-05-095-8/+49
* Re-land: cc: Cleanup vertex shaders used for anti-aliasing.reveman@chromium.org2013-05-091-4/+4
* Update cc trace instrumentation to use tracing's object snapshot APInduca@chromium.org2013-05-083-31/+33
* cc: Fix readback from non-root layers.danakj@chromium.org2013-05-081-0/+94
* Compositor method renamesboliu@chromium.org2013-05-089-27/+26
* cc: New reference image for BackgroundFilterBlurOffAxis.reveman@chromium.org2013-05-081-1/+1
* DelegatingRenderer: send frame on SwapBuffers instead of DrawFramepiman@chromium.org2013-05-082-0/+90
* Support --enable-delegated-renderer on Android.aelias@chromium.org2013-05-082-3/+39
* cc: Pass the device and page scale factor to CalculateContentsScaledanakj@chromium.org2013-05-073-1/+23
* Add cc option to non-lazily disable vsync notificationboliu@chromium.org2013-05-064-1/+10
* cc: Clean up UpdateLayerContentsScale code.danakj@chromium.org2013-05-042-29/+30
* cc: Add resource size sanity check to ResourceProvider.reveman@chromium.org2013-05-031-1/+1
* cc: Simplify the logic for deciding to update tile priorities.danakj@chromium.org2013-05-028-99/+48
* cc: Add force anti-aliasing off option to SolidColorDrawQuadwonsik@chromium.org2013-05-022-3/+4
* Add unittest for root layer scroll offset delegation.mkosiba@chromium.org2013-05-021-0/+66
* Warn on missing OVERRIDE/virtual everywhere, not just in header files.rsleevi@chromium.org2013-05-023-7/+7
* cc: Fix most cpplint errors in cc/enne@chromium.org2013-05-011-1/+2
* Tweaks to top controls behavior for fullscreen API support.tedchoc@chromium.org2013-05-011-0/+2
* cc: Set tile manager memory policy in initializeRenderer.aelias@chromium.org2013-05-012-17/+26
* Merge cc initialization pathsboliu@chromium.org2013-05-0110-382/+483
* cc: Make async readback path use async glReadPixels.danakj@chromium.org2013-05-013-13/+49
* Make it possible to delegate root layer scroll offset outside of cc.mkosiba@chromium.org2013-04-307-38/+83
* Remove bool return for Renderer SwapBuffersjbauman@chromium.org2013-04-301-4/+3
* cc: Clip layers by clip_rect when marking occlusion behind them.danakj@chromium.org2013-04-302-4/+88
* Revert 197178 "Make it possible to delegate root layer scroll of..."hshi@chromium.org2013-04-307-82/+37
* Make it possible to delegate root layer scroll offset outside of cc.mkosiba@chromium.org2013-04-297-37/+82
* Explicitly mark UpdateTopControlsState for multi-threaded.sheu@chromium.org2013-04-291-0/+1
* Add fling velocity updates from gesture curves.jdduke@chromium.org2013-04-292-0/+8
* Flip the cc::InputHandler and cc::InputHandlerClient names, they are backwardsjamesr@chromium.org2013-04-299-144/+148