| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Implement impl-side rasterization. | reveman@google.com | 2012-11-27 | 1 | -0/+2 |
* | cc: Create param traits for cc::RenderPass and its contained classes. | danakj@chromium.org | 2012-11-22 | 1 | -1/+1 |
* | ui/compositor: use cc/ directly instead of webkit | piman@chromium.org | 2012-11-21 | 1 | -0/+6 |
* | cc: Add PictureLayerTilingSet to manage PictureLayerTiling | enne@chromium.org | 2012-11-21 | 1 | -0/+2 |
* | ui: Add methods to Rect classes to get points at each of the rect's corners. | danakj@chromium.org | 2012-11-20 | 1 | -1/+0 |
* | cc: Create cc::DebugColors class to hold all the debugging color/width consta... | danakj@chromium.org | 2012-11-16 | 1 | -0/+2 |
* | cc: Add PictureLayerTiling for impl-side painting | enne@chromium.org | 2012-11-15 | 1 | -0/+2 |
* | cc: Remove cc::settings, move them to LayerTreeSettings. | danakj@chromium.org | 2012-11-14 | 1 | -2/+0 |
* | Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ | piman@chromium.org | 2012-11-10 | 1 | -4/+0 |
* | Adding hooks for gathering total pixels painted and rasterized stats. | hartmanng@chromium.org | 2012-11-09 | 1 | -0/+1 |
* | [cc] Tiles and tile manager for impl side painting | nduca@chromium.org | 2012-11-08 | 1 | -0/+5 |
* | cc: Rename Texture class to Resource. | reveman@google.com | 2012-11-08 | 1 | -4/+4 |
* | cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg... | danakj@chromium.org | 2012-11-08 | 1 | -2/+2 |
* | cc: Add some impl-side painting stub classes and APIs | enne@chromium.org | 2012-11-08 | 1 | -0/+8 |
* | cc: Rename PrioritizedTexture to PrioritizedResource. | reveman@google.com | 2012-11-07 | 1 | -4/+4 |
* | cc: Replace the WebCore::UnitBezier class with the SkUnitCubicInterp() method... | danakj@chromium.org | 2012-11-07 | 1 | -2/+0 |
* | cc: Nine patch layer. | aelias@chromium.org | 2012-11-06 | 1 | -0/+6 |
* | cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos... | danakj@chromium.org | 2012-11-05 | 1 | -8/+0 |
* | cc: Get rid of FloatToSkScalar() function. | tfarina@chromium.org | 2012-11-05 | 1 | -2/+0 |
* | cc: Get rid of threaded_test.h. | tfarina@chromium.org | 2012-11-03 | 1 | -1/+0 |
* | Separate TransferableResource into own header | piman@chromium.org | 2012-11-03 | 1 | -0/+2 |
* | cc: Remove WebCore rect use from the compositor, except within Region. | danakj@chromium.org | 2012-11-03 | 1 | -4/+0 |
* | Make cc a component | piman@chromium.org | 2012-11-02 | 1 | -3/+3 |
* | cc: Replace WebCore::FloatQuad with gfx::QuadF. | danakj@chromium.org | 2012-11-02 | 1 | -2/+0 |
* | Create cc::TilingData based on WebCore::TilingData. | danakj@chromium.org | 2012-11-02 | 1 | -2/+2 |
* | cc: Get rid of NotImplemented stub file. | tfarina@chromium.org | 2012-11-02 | 1 | -2/+0 |
* | cc: Sort the source_file list alphabetical. | tfarina@chromium.org | 2012-11-02 | 1 | -77/+76 |
* | cc: Switch from WebCore::FloatPoint3D to gfx::Point3F and gfx::Vector3dF in t... | danakj@chromium.org | 2012-11-01 | 1 | -2/+0 |
* | cc: Use gfx:: Geometry types for positions, bounds, and related things. | danakj@chromium.org | 2012-11-01 | 1 | -0/+1 |
* | Pass accurate contentsScale to LayerImpl. | wangxianzhu@chromium.org | 2012-11-01 | 1 | -0/+2 |
* | Remove WebKit::Platform dependencies from cc | jamesr@chromium.org | 2012-10-30 | 1 | -3/+2 |
* | Revert 165050 - Remove WebKit::Platform dependencies from cc | sergeyu@chromium.org | 2012-10-30 | 1 | -2/+3 |
* | Remove WebKit::Platform dependencies from cc | jamesr@chromium.org | 2012-10-30 | 1 | -3/+2 |
* | Added support for YUV videos to the software compositor. | skaslev@chromium.org | 2012-10-30 | 1 | -0/+1 |
* | cc: Rename TextureUpdate to ResourceUpdate. | reveman@google.com | 2012-10-25 | 1 | -4/+4 |
* | cc: Rename CanvasLayerUpdater to ContentLayerUpdater. | reveman@google.com | 2012-10-25 | 1 | -10/+10 |
* | cc: Remove CC*.h temporary includes, part 6/4. | tfarina@chromium.org | 2012-10-24 | 1 | -34/+17 |
* | cc: Rename LayerTextureUpdater to LayerUpdater. | reveman@google.com | 2012-10-23 | 1 | -12/+12 |
* | cc: Remove FrameBufferSkPictureCanvasLayerTextureUpdater class. | reveman@chromium.org | 2012-10-23 | 1 | -2/+0 |
* | cc: Remove CC*.h temporary includes, part 5/4. | tfarina@chromium.org | 2012-10-23 | 1 | -30/+15 |
* | Conditionalize memory allocation limit based on visibility | ccameron@chromium.org | 2012-10-22 | 1 | -0/+2 |
* | cc: Remove CC*.h temporary includes, part 4/4. | tfarina@chromium.org | 2012-10-22 | 1 | -30/+15 |
* | cc: Remove CC*.h temporary includes, part 3/4. | tfarina@chromium.org | 2012-10-21 | 1 | -30/+15 |
* | cc: Remove CC*.h temporary includes, part 2/4. | tfarina@chromium.org | 2012-10-20 | 1 | -20/+10 |
* | Reland "cc: Remove CC*.h temporary includes, part 1/4." | tfarina@chromium.org | 2012-10-19 | 1 | -20/+10 |
* | Revert r162986 "cc: Remove CC*.h temporary includes, part 1/4." | pfeldman@chromium.org | 2012-10-19 | 1 | -9/+18 |
* | cc: Remove CC*.h temporary includes, part 1/4. | tfarina@chromium.org | 2012-10-19 | 1 | -18/+9 |
* | cc: Remove all but one texture uploader class. | reveman@chromium.org | 2012-10-19 | 1 | -6/+1 |
* | Remove GraphicsContext3D:: stubs from cc | jamesr@chromium.org | 2012-10-18 | 1 | -8/+0 |
* | Remove TraceEvent stub header from cc | jamesr@chromium.org | 2012-10-18 | 1 | -2/+1 |