summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Make --jank-instead-of-checkerboard jank more oftenenne@chromium.org2012-10-241-1/+2
* Re-submit 163654 - Fix initialisation of s_acceleratedAnimationEnabled flag.wjmaclean@chromium.org2012-10-241-1/+1
* Fix glTexSubImage2D for non-32bpp formats (rev. 2)sheu@chromium.org2012-10-244-26/+34
* Re-introduce crash instrumentation for invalid resources.ccameron@chromium.org2012-10-245-2/+62
* cc: Apply the layer's initial CSS scale to the contentsScale to render text a...danakj@chromium.org2012-10-2413-128/+516
* This keeps a sorted history of the texture upload rate and increasesbrianderson@chromium.org2012-10-242-20/+18
* Fix a 'gclient hooks' error.hbono@chromium.org2012-10-241-1/+0
* cc: Remove CC*.h temporary includes, part 6/4.tfarina@chromium.org2012-10-2495-268/+140
* Revert 163654 - Fix initialisation of s_acceleratedAnimationEnabled flag.wjmaclean@chromium.org2012-10-231-1/+1
* cc: Add predictive pre-painting.epenner@chromium.org2012-10-233-31/+174
* Fix initialisation of s_acceleratedAnimationEnabled flag.wjmaclean@chromium.org2012-10-231-1/+1
* Fix usage of TestRenderPasspiman@chromium.org2012-10-235-34/+35
* cc: Rename LayerTextureUpdater to LayerUpdater.reveman@google.com2012-10-2329-530/+530
* Fix asserts in CC filters: m_filter or m_filters can be non-empty, but not b...senorblanco@chromium.org2012-10-232-4/+4
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-235-9/+13
* cc: Remove FrameBufferSkPictureCanvasLayerTextureUpdater class.reveman@chromium.org2012-10-236-91/+42
* cc: Fix video shader after cc renamingenne@chromium.org2012-10-233-9/+9
* Implement SkImageFilter support in the compositor.senorblanco@chromium.org2012-10-2316-13/+196
* Revert 163477 - Fix glTexSubImage2D for non-32bpp formats.hbono@chromium.org2012-10-233-33/+25
* cc: Remove CC*.h temporary includes, part 5/4.tfarina@chromium.org2012-10-2393-257/+159
* Fix glTexSubImage2D for non-32bpp formats.sheu@chromium.org2012-10-233-25/+33
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-22261-7819/+7819
* Conditionalize memory allocation limit based on visibilityccameron@chromium.org2012-10-2221-67/+289
* cc: Fix flaky CCLayerTreeHost unit testsdanakj@chromium.org2012-10-222-20/+32
* cc: Change PRESUBMIT to allow COMPILE_ASSERTenne@chromium.org2012-10-221-1/+1
* cc: Move contentsSwizzled property from LayerTextureUpdater to CCPrioritizedT...reveman@google.com2012-10-2220-71/+28
* cc: Remove CC*.h temporary includes, part 4/4.tfarina@chromium.org2012-10-2298-275/+175
* cc: Remove CC*.h temporary includes, part 3/4.tfarina@chromium.org2012-10-2175-223/+119
* cc: Remove CC*.h temporary includes, part 2/4.tfarina@chromium.org2012-10-2049-136/+66
* cc: Use arraysize instead of WTF_ARRAY_LENGTH in shader.cctfarina@chromium.org2012-10-201-18/+18
* Reland "cc: Switch PrioritizedTextureManager to std::vector."tfarina@chromium.org2012-10-202-4/+5
* cc: Use ui/gfx geometry types for the CCRenderPass and CCDrawQuad classes.danakj@chromium.org2012-10-2051-241/+298
* cc: Compile without wtf HashMap include in layer_animation_controller.cctfarina@chromium.org2012-10-201-2/+0
* Revert 163083 - cc: Switch PrioritizedTextureManager to std::vector.rlp@chromium.org2012-10-192-5/+4
* Add checks to resource update creation and image upload.ccameron@chromium.org2012-10-193-0/+57
* cc: Switch PrioritizedTextureManager to std::vector.tfarina@chromium.org2012-10-192-4/+5
* Remove all the "set noparent" directivesdpranke@chromium.org2012-10-191-1/+0
* Revert "cc: Rename cc classes and members to match filenames"enne@chromium.org2012-10-19260-7794/+7794
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-19260-7794/+7794
* cc: Move cc/threaded_unittest files to cc/test/layer_tree_test_commondanakj@chromium.org2012-10-195-211/+207
* cc: Screenspace inverse transform goes to content space, scrolling should be ...danakj@chromium.org2012-10-195-53/+305
* Reland "cc: Remove CC*.h temporary includes, part 1/4."tfarina@chromium.org2012-10-1977-203/+131
* cc: Rename viewportPoint to screenSpacePoint to be more precise in the hit-te...danakj@chromium.org2012-10-193-12/+12
* Revert r162986 "cc: Remove CC*.h temporary includes, part 1/4."pfeldman@chromium.org2012-10-1977-130/+201
* cc: Remove CC*.h temporary includes, part 1/4.tfarina@chromium.org2012-10-1977-201/+130
* Remove wtf/CurrentTime.h and uses from LayerTextureUpdaters and ScrollbarAnim...jamesr@chromium.org2012-10-193-13/+13
* cc: Remove all but one texture uploader class.reveman@chromium.org2012-10-1922-701/+520
* Move CC switches to cc/switches.h.aelias@chromium.org2012-10-1914-81/+158
* Remove GraphicsContext3D:: stubs from ccjamesr@chromium.org2012-10-1871-577/+384
* cc: Make opaqueLayers a member instead of a template parameter in CCOcclusion...thakis@chromium.org2012-10-181-108/+158