summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc: Only avoid resource updates at vsync time when redraw is needed.reveman@chromium.org2012-09-2816-290/+71
* cc: Remove the WTF::Vector dependency from CCRenderPass.danakj@chromium.org2012-09-276-21/+25
* cc: Convert texture update controller logic to use base::TimeTicks/Delta inst...reveman@chromium.org2012-09-274-43/+54
* Add crash instrumentation to help diagnose issue 151428.ccameron@chromium.org2012-09-273-1/+43
* Add average commit time to texture upload scrolling testsbrianderson@chromium.org2012-09-2710-18/+48
* cc: Remove OwnPtr usage from CCRenderPass and CCDrawQuad class hierarchy.danakj@chromium.org2012-09-2646-169/+163
* cc: Do not allow CCScheduler::processScheduledActions to recursebrianderson@chromium.org2012-09-262-15/+13
* Remove WTF HashMap and PassOwnPtr dependencies for CCRenderPassdanakj@chromium.org2012-09-2619-141/+344
* Revert 158729 - Remove WTF HashMap and PassOwnPtr dependencies for CCRenderPassdanakj@chromium.org2012-09-2619-344/+141
* Remove WTF HashMap and PassOwnPtr dependencies for CCRenderPassdanakj@chromium.org2012-09-2619-141/+344
* Fix issue where CCprioritizedTexture::Backing's requestPriorityAtLastPriority...ccameron@chromium.org2012-09-251-1/+1
* Fix handling of lost context during initialization.piman@chromium.org2012-09-252-22/+72
* Add methods for hashing pairs of integer values.danakj@chromium.org2012-09-254-0/+212
* Reenable CCOcclusionTrackerTestViewportRectOverChild test.danakj@chromium.org2012-09-241-2/+1
* Revert 158386 - Revert 158362 - Support high DPI scrollbar on top level web f...avi@chromium.org2012-09-247-11/+52
* Add CC software renderer.aelias@chromium.org2012-09-2413-15/+601
* Revert 158362 - Support high DPI scrollbar on top level web frame.avi@chromium.org2012-09-247-52/+11
* Support high DPI scrollbar on top level web frame.flackr@chromium.org2012-09-247-11/+52
* cc: Remove TextureUploaderOption.reveman@chromium.org2012-09-2214-63/+51
* cc_unittests fails on several platforms with 158148 vitalybuka@chromium.org2012-09-2210-67/+14
* [cc] Color evicted vs. invalidated checkerboard tiles differentlyenne@chromium.org2012-09-2210-14/+67
* [cc] Add test for mask layers and lost contextsenne@chromium.org2012-09-213-20/+38
* Gracefully handle zero duration curves in CCActiveAnimationvollick@chromium.org2012-09-214-3/+31
* Fix remaining cc files to compile with Clangenne@chromium.org2012-09-2144-101/+462
* Add high DPI unit test for verifying visible and drawable content rects in co...shawnsingh@chromium.org2012-09-201-18/+85
* cc: Rename maxPartialTextureUpdatesMax to partialTextureUpdatesMax.reveman@google.com2012-09-201-2/+2
* Add the ubercomp DelegatedRendererLayer.danakj@chromium.org2012-09-2019-22/+787
* Convert CC scheduler logic to use base::TimeTicks/Delta instead of doublesjamesr@chromium.org2012-09-2017-162/+159
* cc: Remove CCTextureUpdateController::updateTextures().reveman@chromium.org2012-09-206-118/+144
* cc: Fix CCLayerTreeHostTestScrollMultipleRedraw.runMultiThread test.reveman@chromium.org2012-09-201-4/+4
* Revert 157700 - Add the ubercomp DelegatedRendererLayer.ilevy@chromium.org2012-09-2019-787/+22
* Add the ubercomp DelegatedRendererLayer.danakj@chromium.org2012-09-2019-22/+787
* Add wrapper container for a vector of OwnPtr<T>jamesr@chromium.org2012-09-2031-151/+269
* cc: Do not report old query values when reusedbrianderson@chromium.org2012-09-201-0/+1
* Allow deletion of some (as opposed to all) textures on the impl thread. ccameron@chromium.org2012-09-1913-27/+150
* Fix CC*Renderer and CC*LayerImpl to compile with Clangenne@chromium.org2012-09-1937-106/+346
* Adaptively throttle texture uploadsbrianderson@chromium.org2012-09-198-24/+108
* Add some missing unit tests and update cc_unittests and webkit_compositor_bin...shawnsingh@chromium.org2012-09-1812-1/+4079
* Enable webkit_compositor_bindings_unittests in component buildsjamesr@chromium.org2012-09-184-54/+101
* Integrate r128344 and r128253 from WebKitccameron@chromium.org2012-09-1814-141/+386
* Make cc's use of WTF::HashMap robust to key/value changeenne@chromium.org2012-09-187-39/+184
* cc: Only use upload throttling when performing full texture uploads.reveman@chromium.org2012-09-184-275/+50
* Move TextureCopier and TextureUploader from CCRenderer to CCResourceProviderpiman@chromium.org2012-09-1816-93/+85
* cc: Remove partial texture updates from scheduler.reveman@google.com2012-09-175-30/+75
* Add scrolling related getters to WebLayerImplskyostil@chromium.org2012-09-171-1/+7