| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Remove WebCore rect use from the compositor, except within Region. | danakj@chromium.org | 2012-11-03 | 1 | -4/+2 |
* | Remove most remaining webcore points and sizes. | danakj@chromium.org | 2012-11-02 | 2 | -2/+1 |
* | Remove most remaining references to IntRect and FloatRect. | danakj@chromium.org | 2012-11-01 | 2 | -5/+5 |
* | Revert 165476 - Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 5 | -131/+36 |
* | Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 5 | -36/+131 |
* | cc: Use gfx:: Geometry types for positions, bounds, and related things. | danakj@chromium.org | 2012-11-01 | 4 | -35/+43 |
* | Pass accurate contentsScale to LayerImpl. | wangxianzhu@chromium.org | 2012-11-01 | 2 | -0/+18 |
* | Use gfx:: Geometry types for the resource provider and layer updater classes. | danakj@chromium.org | 2012-10-31 | 2 | -10/+10 |
* | Use gfx::Rect types for occlusion tracker and quad culler classes. | danakj@chromium.org | 2012-10-31 | 1 | -2/+1 |
* | Remove WebKit::Platform dependencies from cc | jamesr@chromium.org | 2012-10-30 | 8 | -239/+59 |
* | Revert 165050 - Remove WebKit::Platform dependencies from cc | sergeyu@chromium.org | 2012-10-30 | 8 | -59/+239 |
* | Remove WebKit::Platform dependencies from cc | jamesr@chromium.org | 2012-10-30 | 8 | -239/+59 |
* | Remove root layer specialness in calculateDrawTransforms | shawnsingh@chromium.org | 2012-10-30 | 3 | -8/+31 |
* | cc: Remove the remaining uses of WTF::ThreadSafeRefCounted. | tfarina@chromium.org | 2012-10-30 | 1 | -2/+3 |
* | Revert 164723 - Remove root layer specialness in calculateDrawTransforms | sergeyu@chromium.org | 2012-10-30 | 3 | -31/+8 |
* | Remove root layer specialness in calculateDrawTransforms | shawnsingh@chromium.org | 2012-10-29 | 3 | -8/+31 |
* | cc: Convert more usages from Vector to std::vector. | tfarina@chromium.org | 2012-10-29 | 2 | -8/+5 |
* | Remove WTF::currentTime() / WTF::monotonicallyIncreasingTime() uses from cc | jamesr@chromium.org | 2012-10-29 | 2 | -6/+6 |
* | Aura: Resize locks with --ui-enable-threaded-compositing | backer@chromium.org | 2012-10-27 | 2 | -0/+6 |
* | cc: Rename TextureUpdate to ResourceUpdate. | reveman@google.com | 2012-10-25 | 2 | -3/+3 |
* | cc: Rename LayerUpdater::Texture to LayerUpdater::Resource. | reveman@chromium.org | 2012-10-25 | 2 | -10/+10 |
* | cc: Remove CC*.h temporary includes, part 6/4. | tfarina@chromium.org | 2012-10-24 | 7 | -10/+9 |
* | Fix usage of TestRenderPass | piman@chromium.org | 2012-10-23 | 1 | -0/+8 |
* | cc: Rename LayerTextureUpdater to LayerUpdater. | reveman@google.com | 2012-10-23 | 2 | -25/+25 |
* | cc: Remove CC*.h temporary includes, part 5/4. | tfarina@chromium.org | 2012-10-23 | 6 | -11/+11 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-22 | 18 | -284/+284 |
* | cc: Fix flaky CCLayerTreeHost unit tests | danakj@chromium.org | 2012-10-22 | 1 | -0/+16 |
* | cc: Move contentsSwizzled property from LayerTextureUpdater to CCPrioritizedT... | reveman@google.com | 2012-10-22 | 2 | -6/+0 |
* | cc: Remove CC*.h temporary includes, part 4/4. | tfarina@chromium.org | 2012-10-22 | 7 | -10/+11 |
* | cc: Remove CC*.h temporary includes, part 3/4. | tfarina@chromium.org | 2012-10-21 | 3 | -3/+3 |
* | cc: Remove CC*.h temporary includes, part 2/4. | tfarina@chromium.org | 2012-10-20 | 3 | -4/+4 |
* | cc: Use ui/gfx geometry types for the CCRenderPass and CCDrawQuad classes. | danakj@chromium.org | 2012-10-20 | 3 | -10/+10 |
* | Revert "cc: Rename cc classes and members to match filenames" | enne@chromium.org | 2012-10-19 | 18 | -283/+283 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-19 | 18 | -283/+283 |
* | cc: Move cc/threaded_unittest files to cc/test/layer_tree_test_common | danakj@chromium.org | 2012-10-19 | 2 | -1/+773 |
* | cc: Screenspace inverse transform goes to content space, scrolling should be ... | danakj@chromium.org | 2012-10-19 | 1 | -7/+23 |
* | Reland "cc: Remove CC*.h temporary includes, part 1/4." | tfarina@chromium.org | 2012-10-19 | 1 | -1/+1 |
* | Revert r162986 "cc: Remove CC*.h temporary includes, part 1/4." | pfeldman@chromium.org | 2012-10-19 | 1 | -1/+1 |
* | cc: Remove CC*.h temporary includes, part 1/4. | tfarina@chromium.org | 2012-10-19 | 1 | -1/+1 |
* | cc: Remove all but one texture uploader class. | reveman@chromium.org | 2012-10-19 | 2 | -38/+0 |
* | Move CC switches to cc/switches.h. | aelias@chromium.org | 2012-10-19 | 1 | -3/+3 |
* | Remove GraphicsContext3D:: stubs from cc | jamesr@chromium.org | 2012-10-18 | 3 | -13/+13 |
* | cc: Switch to Chromium DCHECKs LOGs | danakj@chromium.org | 2012-10-18 | 4 | -5/+9 |
* | cc: Remove wtf usage from test code | enne@chromium.org | 2012-10-18 | 5 | -23/+21 |
* | cc: Replace TextureUploader::Parameters with ResourceUpdate struct. | reveman@google.com | 2012-10-18 | 2 | -4/+19 |
* | Revert "cc: Switch to Chromium DCHECKs LOGs" | mattm@chromium.org | 2012-10-17 | 4 | -9/+5 |
* | cc: Switch to Chromium DCHECKs LOGs | danakj@chromium.org | 2012-10-17 | 4 | -5/+9 |
* | Revert 162284 - cc: Get rid of CC*.h temporary header files. | mattm@chromium.org | 2012-10-17 | 3 | -6/+6 |
* | cc: Get rid of CC*.h temporary header files. | tfarina@chromium.org | 2012-10-16 | 3 | -6/+6 |
* | cc: Remove the temporary header files that aren't prefixed with CC* | tfarina@chromium.org | 2012-10-16 | 3 | -6/+6 |