| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Update max scroll offset for pending tree | enne@chromium.org | 2012-12-20 | 1 | -1/+1 |
* | Ref count layer animation controllers. | vollick@chromium.org | 2012-12-20 | 1 | -8/+10 |
* | Clean up cc and webkit/compositor_bindings include path shenanigans | jamesr@chromium.org | 2012-12-18 | 1 | -1/+1 |
* | cc: Refactor content scale/bounds into draw properties | enne@chromium.org | 2012-12-16 | 1 | -8/+3 |
* | cc: Add id->LayerImpl map to LayerTreeImpl | enne@chromium.org | 2012-12-14 | 1 | -0/+3 |
* | Mark layers that can use LCD text based on layer transform and opacity. | alokp@chromium.org | 2012-12-13 | 1 | -4/+2 |
* | Move second internal recursion to a precomputation in layer_tree_host_common.cc | shawnsingh@google.com | 2012-12-12 | 1 | -5/+1 |
* | [cc] Route LayerImpl::layerTreeHostImpl() calls through LayerTreeImpl | nduca@chromium.org | 2012-12-12 | 1 | -1/+0 |
* | [cc] Make LayerImpls point at LayerTreeImpl instead of LTHI | nduca@chromium.org | 2012-12-11 | 1 | -5/+7 |
* | cc: Remove dangerous LayerImpl::removeFromParent | enne@chromium.org | 2012-12-10 | 1 | -1/+1 |
* | cc: Split out calcDrawEtc from drawLayers | enne@chromium.org | 2012-12-09 | 1 | -0/+5 |
* | Revert 171714 - Use an auxiliary list of animation controllers. | vollick@chromium.org | 2012-12-08 | 1 | -5/+10 |
* | Added LayerTreeHostImpl::layerTreeAsJson which serializes a layer tree | skaslev@chromium.org | 2012-12-08 | 1 | -0/+5 |
* | cc: Pass LayerTreeHostImpl to LayerImpl constructor | enne@chromium.org | 2012-12-07 | 1 | -4/+3 |
* | With this patch we accomplish the following: | vollick@chromium.org | 2012-12-07 | 1 | -11/+6 |
* | Move LayerSorter to exist locally only in layer_tree_host_common | shawnsingh@google.com | 2012-12-07 | 1 | -3/+0 |
* | cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface | danakj@chromium.org | 2012-12-06 | 1 | -3/+3 |
* | Revert 171403 | danakj@chromium.org | 2012-12-06 | 1 | -3/+3 |
* | cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface | danakj@chromium.org | 2012-12-06 | 1 | -3/+3 |
* | Organize internal properties of cc/ layer types | shawnsingh@google.com | 2012-12-05 | 1 | -59/+24 |
* | cc: Use skia::RefPtr in place of raw pointers and SkAutoTUnref. | danakj@chromium.org | 2012-12-04 | 1 | -3/+5 |
* | Don't create render passes for transparent images. | skaslev@chromium.org | 2012-11-30 | 1 | -4/+8 |
* | cc: Add a didUpdateTransforms function to LayerImpl | enne@chromium.org | 2012-11-28 | 1 | -0/+2 |
* | Animation code is not yet migrated by this patch, due to WebTransformOperations. | shawnsingh@chromium.org | 2012-11-27 | 1 | -18/+18 |
* | cc: Minimize the number of times GL scissoring state is changed | shawnsingh@chromium.org | 2012-11-21 | 1 | -1/+11 |
* | cc: Don't return non-const Layer* from a const Layer. | danakj@chromium.org | 2012-11-21 | 1 | -6/+12 |
* | cc: Add support for debugging layer borders directly in the compositor | danakj@chromium.org | 2012-11-15 | 1 | -11/+5 |
* | cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg... | danakj@chromium.org | 2012-11-08 | 1 | -1/+1 |
* | Add touchEventHandlerRegion to Layer and LayerImpl | yusufo@chromium.org | 2012-11-08 | 1 | -0/+4 |
* | cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos... | danakj@chromium.org | 2012-11-05 | 1 | -15/+13 |
* | Revert "cc: Remove all remaining use of WebCore Rect/Point/Size types from th... | phajdan.jr@chromium.org | 2012-11-05 | 1 | -13/+15 |
* | cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos... | danakj@chromium.org | 2012-11-05 | 1 | -15/+13 |
* | cc: Fix header include guards of our header files. | tfarina@chromium.org | 2012-11-05 | 1 | -3/+3 |
* | cc: Remove WebCore rect use from the compositor, except within Region. | danakj@chromium.org | 2012-11-03 | 1 | -0/+1 |
* | Make cc a component | piman@chromium.org | 2012-11-02 | 1 | -2/+6 |
* | Remove most remaining webcore points and sizes. | danakj@chromium.org | 2012-11-02 | 1 | -1/+1 |
* | Remove most remaining references to IntRect and FloatRect. | danakj@chromium.org | 2012-11-01 | 1 | -1/+2 |
* | cc: Use gfx:: Geometry types for positions, bounds, and related things. | danakj@chromium.org | 2012-11-01 | 1 | -24/+24 |
* | Pass accurate contentsScale to LayerImpl. | wangxianzhu@chromium.org | 2012-11-01 | 1 | -3/+15 |
* | Implement SkImageFilter support in the compositor. | senorblanco@chromium.org | 2012-10-23 | 1 | -0/+4 |
* | cc: Remove CC*.h temporary includes, part 5/4. | tfarina@chromium.org | 2012-10-23 | 1 | -3/+3 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-22 | 1 | -54/+54 |
* | cc: Remove CC*.h temporary includes, part 4/4. | tfarina@chromium.org | 2012-10-22 | 1 | -1/+1 |
* | cc: Remove CC*.h temporary includes, part 3/4. | tfarina@chromium.org | 2012-10-21 | 1 | -1/+1 |
* | Revert "cc: Rename cc classes and members to match filenames" | enne@chromium.org | 2012-10-19 | 1 | -54/+54 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-19 | 1 | -54/+54 |
* | Reland "cc: Remove CC*.h temporary includes, part 1/4." | tfarina@chromium.org | 2012-10-19 | 1 | -4/+4 |
* | Revert r162986 "cc: Remove CC*.h temporary includes, part 1/4." | pfeldman@chromium.org | 2012-10-19 | 1 | -4/+4 |
* | cc: Remove CC*.h temporary includes, part 1/4. | tfarina@chromium.org | 2012-10-19 | 1 | -4/+4 |
* | cc: Switch to Chromium DCHECKs LOGs | danakj@chromium.org | 2012-10-18 | 1 | -1/+2 |