| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Make --jank-instead-of-checkerboard jank more often | enne@chromium.org | 2012-10-24 | 1 | -1/+2 |
* | Re-submit 163654 - Fix initialisation of s_acceleratedAnimationEnabled flag. | wjmaclean@chromium.org | 2012-10-24 | 1 | -1/+1 |
* | Fix glTexSubImage2D for non-32bpp formats (rev. 2) | sheu@chromium.org | 2012-10-24 | 4 | -26/+34 |
* | Re-introduce crash instrumentation for invalid resources. | ccameron@chromium.org | 2012-10-24 | 5 | -2/+62 |
* | cc: Apply the layer's initial CSS scale to the contentsScale to render text a... | danakj@chromium.org | 2012-10-24 | 13 | -128/+516 |
* | This keeps a sorted history of the texture upload rate and increases | brianderson@chromium.org | 2012-10-24 | 2 | -20/+18 |
* | Fix a 'gclient hooks' error. | hbono@chromium.org | 2012-10-24 | 1 | -1/+0 |
* | cc: Remove CC*.h temporary includes, part 6/4. | tfarina@chromium.org | 2012-10-24 | 95 | -268/+140 |
* | Revert 163654 - Fix initialisation of s_acceleratedAnimationEnabled flag. | wjmaclean@chromium.org | 2012-10-23 | 1 | -1/+1 |
* | cc: Add predictive pre-painting. | epenner@chromium.org | 2012-10-23 | 3 | -31/+174 |
* | Fix initialisation of s_acceleratedAnimationEnabled flag. | wjmaclean@chromium.org | 2012-10-23 | 1 | -1/+1 |
* | Fix usage of TestRenderPass | piman@chromium.org | 2012-10-23 | 5 | -34/+35 |
* | cc: Rename LayerTextureUpdater to LayerUpdater. | reveman@google.com | 2012-10-23 | 29 | -530/+530 |
* | Fix asserts in CC filters: m_filter or m_filters can be non-empty, but not b... | senorblanco@chromium.org | 2012-10-23 | 2 | -4/+4 |
* | Make gfx::Rect class operations consistently mutate the class they are called... | danakj@chromium.org | 2012-10-23 | 5 | -9/+13 |
* | cc: Remove FrameBufferSkPictureCanvasLayerTextureUpdater class. | reveman@chromium.org | 2012-10-23 | 6 | -91/+42 |
* | cc: Fix video shader after cc renaming | enne@chromium.org | 2012-10-23 | 3 | -9/+9 |
* | Implement SkImageFilter support in the compositor. | senorblanco@chromium.org | 2012-10-23 | 16 | -13/+196 |
* | Revert 163477 - Fix glTexSubImage2D for non-32bpp formats. | hbono@chromium.org | 2012-10-23 | 3 | -33/+25 |
* | cc: Remove CC*.h temporary includes, part 5/4. | tfarina@chromium.org | 2012-10-23 | 93 | -257/+159 |
* | Fix glTexSubImage2D for non-32bpp formats. | sheu@chromium.org | 2012-10-23 | 3 | -25/+33 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-22 | 261 | -7819/+7819 |
* | Conditionalize memory allocation limit based on visibility | ccameron@chromium.org | 2012-10-22 | 21 | -67/+289 |
* | cc: Fix flaky CCLayerTreeHost unit tests | danakj@chromium.org | 2012-10-22 | 2 | -20/+32 |
* | cc: Change PRESUBMIT to allow COMPILE_ASSERT | enne@chromium.org | 2012-10-22 | 1 | -1/+1 |
* | cc: Move contentsSwizzled property from LayerTextureUpdater to CCPrioritizedT... | reveman@google.com | 2012-10-22 | 20 | -71/+28 |
* | cc: Remove CC*.h temporary includes, part 4/4. | tfarina@chromium.org | 2012-10-22 | 98 | -275/+175 |
* | cc: Remove CC*.h temporary includes, part 3/4. | tfarina@chromium.org | 2012-10-21 | 75 | -223/+119 |
* | cc: Remove CC*.h temporary includes, part 2/4. | tfarina@chromium.org | 2012-10-20 | 49 | -136/+66 |
* | cc: Use arraysize instead of WTF_ARRAY_LENGTH in shader.cc | tfarina@chromium.org | 2012-10-20 | 1 | -18/+18 |
* | Reland "cc: Switch PrioritizedTextureManager to std::vector." | tfarina@chromium.org | 2012-10-20 | 2 | -4/+5 |
* | cc: Use ui/gfx geometry types for the CCRenderPass and CCDrawQuad classes. | danakj@chromium.org | 2012-10-20 | 51 | -241/+298 |
* | cc: Compile without wtf HashMap include in layer_animation_controller.cc | tfarina@chromium.org | 2012-10-20 | 1 | -2/+0 |
* | Revert 163083 - cc: Switch PrioritizedTextureManager to std::vector. | rlp@chromium.org | 2012-10-19 | 2 | -5/+4 |
* | Add checks to resource update creation and image upload. | ccameron@chromium.org | 2012-10-19 | 3 | -0/+57 |
* | cc: Switch PrioritizedTextureManager to std::vector. | tfarina@chromium.org | 2012-10-19 | 2 | -4/+5 |
* | Remove all the "set noparent" directives | dpranke@chromium.org | 2012-10-19 | 1 | -1/+0 |
* | Revert "cc: Rename cc classes and members to match filenames" | enne@chromium.org | 2012-10-19 | 260 | -7794/+7794 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-19 | 260 | -7794/+7794 |
* | cc: Move cc/threaded_unittest files to cc/test/layer_tree_test_common | danakj@chromium.org | 2012-10-19 | 5 | -211/+207 |
* | cc: Screenspace inverse transform goes to content space, scrolling should be ... | danakj@chromium.org | 2012-10-19 | 5 | -53/+305 |
* | Reland "cc: Remove CC*.h temporary includes, part 1/4." | tfarina@chromium.org | 2012-10-19 | 77 | -203/+131 |
* | cc: Rename viewportPoint to screenSpacePoint to be more precise in the hit-te... | danakj@chromium.org | 2012-10-19 | 3 | -12/+12 |
* | Revert r162986 "cc: Remove CC*.h temporary includes, part 1/4." | pfeldman@chromium.org | 2012-10-19 | 77 | -130/+201 |
* | cc: Remove CC*.h temporary includes, part 1/4. | tfarina@chromium.org | 2012-10-19 | 77 | -201/+130 |
* | Remove wtf/CurrentTime.h and uses from LayerTextureUpdaters and ScrollbarAnim... | jamesr@chromium.org | 2012-10-19 | 3 | -13/+13 |
* | cc: Remove all but one texture uploader class. | reveman@chromium.org | 2012-10-19 | 22 | -701/+520 |
* | Move CC switches to cc/switches.h. | aelias@chromium.org | 2012-10-19 | 14 | -81/+158 |
* | Remove GraphicsContext3D:: stubs from cc | jamesr@chromium.org | 2012-10-18 | 71 | -577/+384 |
* | cc: Make opaqueLayers a member instead of a template parameter in CCOcclusion... | thakis@chromium.org | 2012-10-18 | 1 | -108/+158 |