summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 161133 - [cc] Use base ptr types for cc's CSS animation classescpu@chromium.org2012-10-1020-273/+288
* [cc] Use base ptr types for cc's CSS animation classesenne@chromium.org2012-10-1020-288/+273
* [cc] Remove all WTF #includes from CCLayerTreeHostenne@chromium.org2012-10-1030-126/+125
* [cc] Remove WTF types from LayerChromium and layer listsenne@chromium.org2012-10-0957-616/+675
* cc: Use syntax sugar 'make_scoped_ptr' in more places.tfarina@chromium.org2012-10-0917-34/+35
* Pinch-zoom applied via compositor instead of CSS transformation.aelias@chromium.org2012-10-0816-204/+543
* Remove resource instrumentation, now that the culprit has been apprehended.ccameron@chromium.org2012-10-084-60/+1
* Refactor CCLayerTreeHostCommon - merge visible rect computation into calc dr...shawnsingh@chromium.org2012-10-088-80/+33
* Refactor CCLayerTreeHostCommon - remove half-width half-height confusion and ...shawnsingh@chromium.org2012-10-081-26/+13
* Revert 160619 - [cc] Remove WTF types from LayerChromium and layer listsjochen@chromium.org2012-10-0857-681/+622
* Revert 160623 - [cc] Remove all WTF #includes from CCLayerTreeHostjochen@chromium.org2012-10-0830-125/+114
* Revert 160630 - [cc] Use base ptr types for cc's CSS animation classeshenrika@chromium.org2012-10-0820-273/+288
* Revert 160631 - [cc] Store CCLayerImpls as scoped_ptrshenrika@chromium.org2012-10-0851-518/+502
* [cc] Store CCLayerImpls as scoped_ptrsenne@chromium.org2012-10-0851-502/+518
* [cc] Use base ptr types for cc's CSS animation classesenne@chromium.org2012-10-0820-288/+273
* [cc] Remove all WTF #includes from CCLayerTreeHostenne@chromium.org2012-10-0830-114/+125
* [cc] Remove WTF types from LayerChromium and layer listsenne@chromium.org2012-10-0857-622/+681
* [cc] Use scoped_ptr for CCLayerTreeHost(Impl)enne@chromium.org2012-10-0616-113/+100
* cc: Remove unused includes to wtf/Vector.h.tfarina@chromium.org2012-10-069-8/+5
* [cc] Remove WTF constructs from CCLayerTreeHostClientenne@chromium.org2012-10-0625-119/+121
* cc: Remove unnecessary includes of build_config.h from switches.*tfarina@chromium.org2012-10-052-2/+0
* cc: Remove wtf/Vector dependency from CCAnimationEvents.tfarina@chromium.org2012-10-053-12/+11
* Use .empty() instead of checking .size() == 0 when converting from .isEmpty().danakj@chromium.org2012-10-051-2/+2
* Add missed instrumentation to async texture uploads.ccameron@chromium.org2012-10-051-0/+2
* cc: Pass gfx::Point instead of IntPoint to drawText().tfarina@chromium.org2012-10-051-1/+1
* cc: Remove IntPoint usage from CCFontAtlas.tfarina@chromium.org2012-10-053-12/+17
* [cc] Create an initial cc/switches fileenne@chromium.org2012-10-049-3/+80
* Use typedef to make scrollbar texture upload optimization cros-specific.wjmaclean@google.com2012-10-044-10/+24
* [cc] Fix zebra-stripe compositor checkerboardingenne@chromium.org2012-10-041-5/+5
* Reduce texture uploads during scrollbar invalidations.wjmaclean@google.com2012-10-037-11/+116
* Fix copied shared quad state in CCDelegatedRendererLayerImpl::appendRenderPas...piman@chromium.org2012-10-032-11/+86
* cc: Remove OwnPtr usage from CCFontAtlas.tfarina@chromium.org2012-10-037-27/+30
* Track the frequency of impl-thread scrolling vs. main-thread scrolling by int...tdanderson@chromium.org2012-10-033-2/+18
* cc: Measure texture upload time individually.brianderson@chromium.org2012-10-038-134/+47
* Add more extensive lifetime tracking.ccameron@chromium.org2012-10-023-24/+25
* Renamed LayerChromium::opaque to LayerChromium::contentsOpaque. Having both o...alokp@chromium.org2012-10-0214-83/+54
* cc: Remove OwnPtr usage from CCDamageTracker.tfarina@chromium.org2012-10-025-25/+23
* cc: Call CCframeRateControllerClient::vsyncTick() even though too many frames...reveman@chromium.org2012-10-025-13/+13
* cc: Never block on uploads from previous frame and increase max pending uploads.reveman@chromium.org2012-10-0211-27/+109
* cc: Change gtest includes to the style used in chromium.tfarina@chromium.org2012-10-0250-75/+74
* Remove the CCOcclusionTracker include from CCRenderPass header filedanakj@chromium.org2012-10-011-1/+4
* Add lifetime tracking instrumentation to Canary.ccameron@chromium.org2012-10-014-75/+44
* cc: Remove unused include to wtf/Vector.htfarina@chromium.org2012-10-012-11/+7
* cc: Get rid of two more wtf header includes.tfarina@chromium.org2012-10-011-4/+2
* cc: Fix clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-10-013-4/+6
* cc: Move max pending uploads decision to update controller.reveman@chromium.org2012-09-2910-61/+68
* cc: Switch it to use DISALLOW_COPY_AND_ASSIGN macro from base/ library.tfarina@chromium.org2012-09-2841-83/+157
* [cc] Color evicted vs. invalidated checkerboard tiles differentlyenne@chromium.org2012-09-2812-79/+132
* Skia is deprecating setDevice in favor of factories to create SkCanvas variantsreed@google.com2012-09-284-8/+7
* Add commit count and resource count to instrumentation.ccameron@chromium.org2012-09-283-15/+63