| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid redundantly setting tex parameters | jamesr@chromium.org | 2012-11-13 | 1 | -6/+10 |
* | ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to... | danakj@chromium.org | 2012-11-10 | 1 | -1/+1 |
* | cc: Remove forbidden using namespace directives. | tfarina@chromium.org | 2012-11-10 | 1 | -2/+3 |
* | Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ | piman@chromium.org | 2012-11-10 | 1 | -2/+0 |
* | ui: Add non-member Vector2dScale() and Vector3dScale() methods to create scal... | danakj@chromium.org | 2012-11-09 | 1 | -2/+2 |
* | Plumb through cropped output size for VideoFrame | sheu@chromium.org | 2012-11-09 | 1 | -2/+22 |
* | cc: Rewrite PageScaleAnimation for new coordinate system. | aelias@chromium.org | 2012-11-09 | 1 | -14/+13 |
* | Remove static thread pointers from CC, attempt 3 | aelias@chromium.org | 2012-11-08 | 1 | -24/+30 |
* | cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg... | danakj@chromium.org | 2012-11-08 | 1 | -3/+6 |
* | LayerImpl::tryScroll must convert its content-space point to layer space befo... | danakj@chromium.org | 2012-11-07 | 1 | -3/+7 |
* | cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos... | danakj@chromium.org | 2012-11-05 | 1 | -98/+99 |
* | 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 | -99/+98 |
* | cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos... | danakj@chromium.org | 2012-11-05 | 1 | -98/+99 |
* | A speculative Revert for r165872 - Remove static thread pointers from CC, att... | hbono@chromium.org | 2012-11-05 | 1 | -30/+24 |
* | Remove static thread pointers from CC, attempt 2 | aelias@chromium.org | 2012-11-04 | 1 | -24/+30 |
* | Remove most remaining webcore points and sizes. | danakj@chromium.org | 2012-11-02 | 1 | -55/+55 |
* | Remove most remaining references to IntRect and FloatRect. | danakj@chromium.org | 2012-11-01 | 1 | -2/+2 |
* | Revert 165476 - Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -30/+24 |
* | Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -24/+30 |
* | cc: Use gfx:: Geometry types for positions, bounds, and related things. | danakj@chromium.org | 2012-11-01 | 1 | -334/+331 |
* | Pass accurate contentsScale to LayerImpl. | wangxianzhu@chromium.org | 2012-11-01 | 1 | -0/+1 |
* | Remove root layer specialness in calculateDrawTransforms | shawnsingh@chromium.org | 2012-10-30 | 1 | -22/+23 |
* | Added support for YUV videos to the software compositor. | skaslev@chromium.org | 2012-10-30 | 1 | -22/+51 |
* | Revert 164723 - Remove root layer specialness in calculateDrawTransforms | sergeyu@chromium.org | 2012-10-30 | 1 | -23/+22 |
* | Remove root layer specialness in calculateDrawTransforms | shawnsingh@chromium.org | 2012-10-29 | 1 | -22/+23 |
* | cc: Convert more usages from Vector to std::vector. | tfarina@chromium.org | 2012-10-29 | 1 | -4/+4 |
* | Remove WTF::currentTime() / WTF::monotonicallyIncreasingTime() uses from cc | jamesr@chromium.org | 2012-10-29 | 1 | -16/+15 |
* | Report memory usage statistics from the renderer. | ccameron@chromium.org | 2012-10-25 | 1 | -0/+1 |
* | Fix glTexSubImage2D for non-32bpp formats (rev. 2) | sheu@chromium.org | 2012-10-24 | 1 | -1/+1 |
* | cc: Apply the layer's initial CSS scale to the contentsScale to render text a... | danakj@chromium.org | 2012-10-24 | 1 | -4/+4 |
* | cc: Remove CC*.h temporary includes, part 6/4. | tfarina@chromium.org | 2012-10-24 | 1 | -1/+1 |
* | Fix usage of TestRenderPass | piman@chromium.org | 2012-10-23 | 1 | -10/+10 |
* | 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 | -527/+527 |
* | Conditionalize memory allocation limit based on visibility | ccameron@chromium.org | 2012-10-22 | 1 | -12/+13 |
* | cc: Move contentsSwizzled property from LayerTextureUpdater to CCPrioritizedT... | reveman@google.com | 2012-10-22 | 1 | -4/+4 |
* | cc: Remove CC*.h temporary includes, part 4/4. | tfarina@chromium.org | 2012-10-22 | 1 | -3/+3 |
* | cc: Remove CC*.h temporary includes, part 3/4. | tfarina@chromium.org | 2012-10-21 | 1 | -3/+3 |
* | cc: Remove CC*.h temporary includes, part 2/4. | tfarina@chromium.org | 2012-10-20 | 1 | -3/+3 |
* | cc: Use ui/gfx geometry types for the CCRenderPass and CCDrawQuad classes. | danakj@chromium.org | 2012-10-20 | 1 | -17/+17 |
* | Revert "cc: Rename cc classes and members to match filenames" | enne@chromium.org | 2012-10-19 | 1 | -527/+527 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-19 | 1 | -527/+527 |
* | Reland "cc: Remove CC*.h temporary includes, part 1/4." | tfarina@chromium.org | 2012-10-19 | 1 | -5/+5 |
* | Revert r162986 "cc: Remove CC*.h temporary includes, part 1/4." | pfeldman@chromium.org | 2012-10-19 | 1 | -5/+5 |
* | cc: Remove CC*.h temporary includes, part 1/4. | tfarina@chromium.org | 2012-10-19 | 1 | -5/+5 |
* | Move CC switches to cc/switches.h. | aelias@chromium.org | 2012-10-19 | 1 | -28/+28 |
* | Remove GraphicsContext3D:: stubs from cc | jamesr@chromium.org | 2012-10-18 | 1 | -18/+18 |
* | cc: Switch to Chromium DCHECKs LOGs | danakj@chromium.org | 2012-10-18 | 1 | -6/+6 |
* | cc: Remove wtf usage from test code | enne@chromium.org | 2012-10-18 | 1 | -26/+26 |