| Commit message (Expand) | Author | Age | Files | Lines |
* | Make cc a component | piman@chromium.org | 2012-11-02 | 1 | -2/+2 |
* | Remove most remaining webcore points and sizes. | danakj@chromium.org | 2012-11-02 | 1 | -22/+18 |
* | Remove most remaining references to IntRect and FloatRect. | danakj@chromium.org | 2012-11-01 | 1 | -21/+17 |
* | Revert 165476 - Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -19/+8 |
* | Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -8/+19 |
* | cc: Use gfx:: Geometry types for positions, bounds, and related things. | danakj@chromium.org | 2012-11-01 | 1 | -33/+32 |
* | Pass accurate contentsScale to LayerImpl. | wangxianzhu@chromium.org | 2012-11-01 | 1 | -6/+2 |
* | Remove WebKit::Platform dependencies from cc | jamesr@chromium.org | 2012-10-30 | 1 | -5/+0 |
* | Revert 165050 - Remove WebKit::Platform dependencies from cc | sergeyu@chromium.org | 2012-10-30 | 1 | -0/+5 |
* | Remove WebKit::Platform dependencies from cc | jamesr@chromium.org | 2012-10-30 | 1 | -5/+0 |
* | Fix clipping/culling for DelegatedRendererLayer* | piman@chromium.org | 2012-10-30 | 1 | -1/+2 |
* | cc: Convert more usages from Vector to std::vector. | tfarina@chromium.org | 2012-10-29 | 1 | -2/+2 |
* | Remove WTF::currentTime() / WTF::monotonicallyIncreasingTime() uses from cc | jamesr@chromium.org | 2012-10-29 | 1 | -16/+21 |
* | Report memory usage statistics from the renderer. | ccameron@chromium.org | 2012-10-25 | 1 | -0/+2 |
* | cc: Apply the layer's initial CSS scale to the contentsScale to render text a... | danakj@chromium.org | 2012-10-24 | 1 | -1/+2 |
* | cc: Remove CC*.h temporary includes, part 6/4. | tfarina@chromium.org | 2012-10-24 | 1 | -6/+6 |
* | Implement SkImageFilter support in the compositor. | senorblanco@chromium.org | 2012-10-23 | 1 | -1/+1 |
* | cc: Remove CC*.h temporary includes, part 5/4. | tfarina@chromium.org | 2012-10-23 | 1 | -4/+4 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-22 | 1 | -197/+197 |
* | Conditionalize memory allocation limit based on visibility | ccameron@chromium.org | 2012-10-22 | 1 | -9/+15 |
* | cc: Remove CC*.h temporary includes, part 4/4. | tfarina@chromium.org | 2012-10-22 | 1 | -6/+6 |
* | cc: Remove CC*.h temporary includes, part 3/4. | tfarina@chromium.org | 2012-10-21 | 1 | -6/+6 |
* | cc: Use ui/gfx geometry types for the CCRenderPass and CCDrawQuad classes. | danakj@chromium.org | 2012-10-20 | 1 | -1/+1 |
* | Revert "cc: Rename cc classes and members to match filenames" | enne@chromium.org | 2012-10-19 | 1 | -195/+195 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-19 | 1 | -195/+195 |
* | cc: Screenspace inverse transform goes to content space, scrolling should be ... | danakj@chromium.org | 2012-10-19 | 1 | -14/+35 |
* | Reland "cc: Remove CC*.h temporary includes, part 1/4." | tfarina@chromium.org | 2012-10-19 | 1 | -2/+2 |
* | Revert r162986 "cc: Remove CC*.h temporary includes, part 1/4." | pfeldman@chromium.org | 2012-10-19 | 1 | -2/+2 |
* | cc: Remove CC*.h temporary includes, part 1/4. | tfarina@chromium.org | 2012-10-19 | 1 | -2/+2 |
* | cc: Remove all but one texture uploader class. | reveman@chromium.org | 2012-10-19 | 1 | -1/+1 |
* | Move CC switches to cc/switches.h. | aelias@chromium.org | 2012-10-19 | 1 | -8/+8 |
* | cc: Switch to Chromium DCHECKs LOGs | danakj@chromium.org | 2012-10-18 | 1 | -28/+28 |
* | cc: Remove wtf usage from test code | enne@chromium.org | 2012-10-18 | 1 | -3/+3 |
* | Remove TraceEvent stub header from cc | jamesr@chromium.org | 2012-10-18 | 1 | -1/+1 |
* | Set memory allocation with visibility, instead of through manager. | ccameron@chromium.org | 2012-10-17 | 1 | -9/+10 |
* | cc: Remove wtf includes from resource provider | enne@chromium.org | 2012-10-17 | 1 | -3/+3 |
* | Revert "cc: Switch to Chromium DCHECKs LOGs" | mattm@chromium.org | 2012-10-17 | 1 | -28/+28 |
* | cc: Switch to Chromium DCHECKs LOGs | danakj@chromium.org | 2012-10-17 | 1 | -28/+28 |
* | Revert 162284 - cc: Get rid of CC*.h temporary header files. | mattm@chromium.org | 2012-10-17 | 1 | -5/+5 |
* | cc: Get rid of CC*.h temporary header files. | tfarina@chromium.org | 2012-10-16 | 1 | -5/+5 |
* | cc: Remove the temporary header files that aren't prefixed with CC* | tfarina@chromium.org | 2012-10-16 | 1 | -2/+2 |
* | cc: Remove wtf members from gl/software/cc renderer | enne@chromium.org | 2012-10-16 | 1 | -1/+1 |
* | cc: Remove OwnPtr from CCFrameRateCounter. | tfarina@chromium.org | 2012-10-15 | 1 | -3/+3 |
* | cc: Use base::Time instead of currentTime() in CCFrameRateCounter. | tfarina@chromium.org | 2012-10-13 | 1 | -1/+1 |
* | [cc] Rename all cc/ filenames to Chromium style | enne@chromium.org | 2012-10-12 | 1 | -0/+1462 |