| Commit message (Expand) | Author | Age | Files | Lines |
* | With this patch we accomplish the following: | vollick@chromium.org | 2012-12-07 | 1 | -33/+34 |
* | [cc] Move root layer pointer to LayerTreeImpl | nduca@chromium.org | 2012-12-06 | 1 | -3/+3 |
* | cc: Initialize boolean with false, not 0. | danakj@chromium.org | 2012-12-06 | 1 | -1/+1 |
* | cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface | danakj@chromium.org | 2012-12-06 | 1 | -24/+22 |
* | Revert 171403 | danakj@chromium.org | 2012-12-06 | 1 | -21/+24 |
* | cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface | danakj@chromium.org | 2012-12-06 | 1 | -24/+21 |
* | cc: Allow a renderer to disallow partial texture updates. | danakj@chromium.org | 2012-12-06 | 1 | -6/+19 |
* | Organize internal properties of cc/ layer types | shawnsingh@google.com | 2012-12-05 | 1 | -1/+1 |
* | cc: Move --num-raster-threads setting to LayerTreeSettings. | reveman@chromium.org | 2012-12-04 | 1 | -0/+18 |
* | Only do full tree sync if tree is actually changed, otherwise just push prope... | jamesr@chromium.org | 2012-12-04 | 1 | -2/+37 |
* | Migrate the Android compositor to cc::Layer classes. | leandrogracia@chromium.org | 2012-12-03 | 1 | -0/+1 |
* | This change switches the compositor to the new WebLayerTreeViewClient::create... | egraether@chromium.org | 2012-12-01 | 1 | -16/+17 |
* | This change puts all settings for debugging/HudLayer in a new LayerTreeDebugS... | egraether@chromium.org | 2012-11-30 | 1 | -17/+68 |
* | [cc] Rename to --enable-impl-side-painting, route to render process, and expo... | nduca@chromium.org | 2012-11-27 | 1 | -0/+1 |
* | Animation code is not yet migrated by this patch, due to WebTransformOperations. | shawnsingh@chromium.org | 2012-11-27 | 1 | -4/+4 |
* | implTransform needs to scale scroll delta with deviceScaleFactor. | wjmaclean@chromium.org | 2012-11-22 | 1 | -14/+15 |
* | Switched cc::Resource and cc::ScopedResource to Chrome coding style. | skaslev@chromium.org | 2012-11-16 | 1 | -2/+2 |
* | Set contents texture manager's limit to something reasonable | jamesr@chromium.org | 2012-11-15 | 1 | -1/+1 |
* | cc: Visualize non-occluding rects in composited layers. | danakj@chromium.org | 2012-11-15 | 1 | -0/+2 |
* | cc: Add support for debugging layer borders directly in the compositor | danakj@chromium.org | 2012-11-15 | 1 | -0/+1 |
* | cc: Remove cc::settings, move them to LayerTreeSettings. | danakj@chromium.org | 2012-11-14 | 1 | -4/+12 |
* | Use message passing for BeginFrameAndCommitState and clean up forced commit l... | jamesr@chromium.org | 2012-11-14 | 1 | -2/+2 |
* | cc: Add command line flags for the various show rect debugging features. | danakj@chromium.org | 2012-11-13 | 1 | -0/+8 |
* | Remove crash instrumentation, since we haven't seen a crash in | ccameron@chromium.org | 2012-11-13 | 1 | -2/+0 |
* | cc: Guard overdraw metrics behind the --trace-overdraw command-line flag. | danakj@chromium.org | 2012-11-12 | 1 | -1/+1 |
* | Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ | piman@chromium.org | 2012-11-10 | 1 | -2/+0 |
* | cc: Rename Texture class to Resource. | reveman@google.com | 2012-11-08 | 1 | -2/+2 |
* | Remove static thread pointers from CC, attempt 3 | aelias@chromium.org | 2012-11-08 | 1 | -23/+24 |
* | cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg... | danakj@chromium.org | 2012-11-08 | 1 | -1/+0 |
* | cc: Turn overdraw metrics on only when about:tracing is recording. | danakj@chromium.org | 2012-11-07 | 1 | -1/+1 |
* | cc: Rename PrioritizedTexture to PrioritizedResource. | reveman@google.com | 2012-11-07 | 1 | -2/+2 |
* | Revert 166464 - Turn overdraw metrics on only when about:tracing is recording. | scottmg@google.com | 2012-11-07 | 1 | -1/+1 |
* | Turn overdraw metrics on only when about:tracing is recording. | danakj@chromium.org | 2012-11-07 | 1 | -1/+1 |
* | The FPS counter displays the framerate in the compositor's HUD layer. This ch... | egraether@chromium.org | 2012-11-06 | 1 | -11/+18 |
* | cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos... | danakj@chromium.org | 2012-11-05 | 1 | -5/+5 |
* | cc: Fix style for comments at the end of namespaces | danakj@chromium.org | 2012-11-05 | 1 | -1/+1 |
* | Revert "cc: Remove all remaining use of WebCore Rect/Point/Size types from th... | phajdan.jr@chromium.org | 2012-11-05 | 1 | -5/+5 |
* | cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos... | danakj@chromium.org | 2012-11-05 | 1 | -5/+5 |
* | A speculative Revert for r165872 - Remove static thread pointers from CC, att... | hbono@chromium.org | 2012-11-05 | 1 | -21/+22 |
* | Remove static thread pointers from CC, attempt 2 | aelias@chromium.org | 2012-11-04 | 1 | -22/+21 |
* | Remove most remaining references to IntRect and FloatRect. | danakj@chromium.org | 2012-11-01 | 1 | -1/+1 |
* | Revert 165476 - Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -21/+22 |
* | Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -22/+21 |
* | cc: Use gfx:: Geometry types for positions, bounds, and related things. | danakj@chromium.org | 2012-11-01 | 1 | -13/+13 |
* | Compute event coordinate adjustment for pinch-zoom in LayerTreeHost. | wjmaclean@chromium.org | 2012-10-31 | 1 | -1/+22 |
* | Remove WTF::currentTime() / WTF::monotonicallyIncreasingTime() uses from cc | jamesr@chromium.org | 2012-10-29 | 1 | -13/+14 |
* | Aura: Resize locks with --ui-enable-threaded-compositing | backer@chromium.org | 2012-10-27 | 1 | -0/+9 |
* | cc: Rename TextureUpdate to ResourceUpdate. | reveman@google.com | 2012-10-25 | 1 | -4/+4 |
* | One good thing (the only good thing?) about the recent texture | epenner@chromium.org | 2012-10-25 | 1 | -6/+0 |
* | Throttle prepaints to avoid colliding with post-load work | jamesr@chromium.org | 2012-10-25 | 1 | -2/+18 |