summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Update invalidation perftest to clean up released tiles.vmpstr@chromium.org2013-09-273-2/+11
* Expose only one LayerTreeHostClient::OffscreenContextProvider()jamesr@chromium.org2013-09-2712-126/+59
* Move tile-free-software render surface disabling to UpdateDrawProperties.aelias@chromium.org2013-09-276-4/+107
* CC: Add back UpdateDrawProperties for pending tree.epenner@chromium.org2013-09-261-0/+4
* Remove LTH test dependency on surface caching.alokp@chromium.org2013-09-261-2/+2
* Always send DidOverscroll callback for android_webview.mkosiba@chromium.org2013-09-264-1/+27
* cc: Check needs_offscreen_context() after UpdateLayers.danakj@chromium.org2013-09-262-9/+79
* cc: Initialize integer field in IOSurfaceLayerImpl.danakj@chromium.org2013-09-261-1/+2
* cc: Fix the LayerTreeHostContextTestDontUseLostResources test.danakj@chromium.org2013-09-262-93/+88
* Remove LTH test dependency on surface caching.alokp@chromium.org2013-09-265-12/+17
* cc: Add shared quad states correctly in unit tests.danakj@chromium.org2013-09-262-11/+15
* cc: Initialize PageScaleAnimation's start time on first animationbrianderson@chromium.org2013-09-267-27/+41
* cc: Re-enable LayerTreeHostTestStartPageScaleAnimation unit testbrianderson@chromium.org2013-09-261-4/+3
* [cc] Don't access pixels without a lockccameron@chromium.org2013-09-266-55/+40
* cc: Make tile manager responsible for tile's lifetime.vmpstr@chromium.org2013-09-2611-91/+192
* Trigger overlay scrollbar animation when the pointer is nearby.tony@chromium.org2013-09-2610-25/+209
* Support GL_TEXTURE_EXTERNAL_OES targets through the compositorsheu@chromium.org2013-09-265-67/+101
* [android_webview] Use a fraction to calculate scroll offset.mkosiba@chromium.org2013-09-265-3/+82
* Add support for converting cc::FilterOperations into an SkImageFilterajuma@chromium.org2013-09-2633-141/+375
* Clean up remaining unused globals (on mac).thakis@chromium.org2013-09-261-1/+0
* Clean up a few more unused globals.thakis@chromium.org2013-09-251-7/+0
* Fix compilation and ui_unittests with float transformsenne@chromium.org2013-09-2516-76/+75
* cc: Use real animation time to start the page scale animation.brianderson@chromium.org2013-09-241-1/+1
* Override createGrGLInterface() in WGC3D subclasses so that onCreateGrGLInterf...bsalomon@google.com2013-09-241-1/+1
* CC: Fix raster-on-demand (due to stale sort order).epenner@chromium.org2013-09-249-66/+77
* [Android] Use RGB_565 renderer transport surfaces for low-end devices.kaanb@chromium.org2013-09-244-22/+21
* cc: Provide notifications when resources are available.danakj@chromium.org2013-09-243-10/+50
* cc: Do not post task to notify Scheduler of lost context.brianderson@chromium.org2013-09-243-17/+21
* Properly handle scroll and fling gestures after pinch zoomjdduke@chromium.org2013-09-242-0/+7
* cc: Add "lost" field to the ReturnedResource type.danakj@chromium.org2013-09-234-14/+355
* Revert "Revert 224496 "Move ui/base/latency_info* to ui/events""ben@chromium.org2013-09-234-4/+4
* Fix bug where memory priority cutoff was dropped on the floor.ccameron@chromium.org2013-09-2310-33/+145
* CC: Use format to calculate tile bytes.epenner@chromium.org2013-09-233-12/+15
* cc: Fix comment in ContextProvider header.danakj@chromium.org2013-09-231-1/+1
* Revert 224725 "Fix compilation and ui_unittests with float trans..."sky@chromium.org2013-09-2316-75/+76
* Fix compilation and ui_unittests with float transformsenne@chromium.org2013-09-2316-76/+75
* DevTools: add LazyPixelRef id to ImageDecodeTask eventcaseq@chromium.org2013-09-232-3/+18
* cc: Return resources to child compositor via a Callback.danakj@chromium.org2013-09-2213-346/+771
* cc: Implement deadline scheduling disabled by defaultbrianderson@chromium.org2013-09-2120-588/+1261
* Revert 224496 "Move ui/base/latency_info* to ui/events"ben@chromium.org2013-09-204-4/+4
* Move ui/base/latency_info* to ui/eventsben@chromium.org2013-09-204-4/+4
* cc: Don't discard framebuffer when using partial swapspiman@chromium.org2013-09-208-40/+239
* Update the nine patch layer to use UI resourcespowei@chromium.org2013-09-2025-595/+1030
* Modified picture raster trace to report the tile's clip rect.vangelis@chromium.org2013-09-191-4/+7
* cc: Make LayerTreeTest::ImplThreadTaskRunner() always return non-NULL.danakj@chromium.org2013-09-193-9/+6
* Revert 224094 "Revert 224089 "CC: Disable raster-on-demand durin..."grunell@google.com2013-09-191-1/+11
* Revert 224089 "CC: Disable raster-on-demand during prefer-smooth..."grunell@google.com2013-09-191-11/+1
* CC: Disable raster-on-demand during prefer-smoothnessepenner@chromium.org2013-09-191-1/+11
* cc: Always check for completed raster tasks before scheduling more tasks.reveman@chromium.org2013-09-194-3/+21
* cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had...kaanb@chromium.org2013-09-1974-490/+775