summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Add trace events for the Scheduler states.brianderson@chromium.org2013-08-2110-93/+203
* Fix LayerTreeHostDamageTestScrollbarDoesDamage.jbauman@chromium.org2013-08-211-17/+14
* Implemented printToSkPicture without using WebViewBenchmarkSupport.alokp@chromium.org2013-08-216-0/+44
* cc: TileManager perftest fix.vmpstr@chromium.org2013-08-211-0/+4
* cc: Don't require push properties for picture layersenne@chromium.org2013-08-208-79/+215
* Fix crashes when NinePatchLayer doesn't have a resource.ccameron@chromium.org2013-08-202-2/+9
* Discard software renderer backbuffer when tab becomes invisible.jbauman@chromium.org2013-08-204-7/+35
* Trace OnRasterTaskCompleted DISABLED_BY_DEFAULT.tomhudson@chromium.org2013-08-201-0/+5
* cc: Refactor scroll delta fixup out of push propertiesenne@chromium.org2013-08-208-27/+54
* Call ManageTiles() in SetVisible(false).aelias@chromium.org2013-08-201-0/+5
* Correct computation of scrollbar track startccameron@chromium.org2013-08-207-20/+146
* cc: Allow TestWebGraphicsContext3d to be used with GpuMsg_CreateImage.reveman@chromium.org2013-08-192-9/+0
* cc: return resources via a ReturnedResource struct rather than TransferableRe...piman@chromium.org2013-08-1917-183/+196
* cc: refcount resources as we send them to the parentpiman@chromium.org2013-08-176-98/+209
* cc: Layer::SetTouchEventHandlerRegion should SetNeedsCommitdanakj@chromium.org2013-08-172-0/+3
* [cc] Android: Limit max pending upload bytes for low endsievers@chromium.org2013-08-172-18/+26
* cc: RenderingStats overhaulernstm@chromium.org2013-08-177-149/+298
* cc: Don't leak the texture returned in CopyOutputRequest ever.danakj@chromium.org2013-08-176-30/+179
* gpu: Refactor GpuMemoryBuffer framework for multi-process support.reveman@chromium.org2013-08-1610-16/+29
* Add layer name into frame viewerqiankun.miao@intel.com2013-08-168-7/+56
* cc: Use LRU resource eviction pattern in ResourcePool.reveman@chromium.org2013-08-161-4/+9
* cc: Prevent the tile manager from allocating more memory than allowed.reveman@chromium.org2013-08-165-34/+126
* Don't compute data_for_children in CalcDrawProps if there are no children.shawnsingh@chromium.org2013-08-161-40/+42
* Disable LayerTreeHostDamageTestScrollbarDoesDamage on windows.mattm@chromium.org2013-08-161-0/+5
* cc: Visible content rect should not be empty for non-degenerate uninvertible ...shawnsingh@chromium.org2013-08-162-5/+51
* Revert 217824 "cc: RenderingStats overhaul"simonjam@chromium.org2013-08-167-304/+147
* ContextProvider in OutputSurfacedanakj@chromium.org2013-08-1650-857/+1204
* Set max texture size for test context to 2048.jbauman@chromium.org2013-08-151-2/+2
* Compute bounds of animated layersajuma@chromium.org2013-08-1518-4/+655
* cc: Removed releasable resources loop from AssignGpuMemoryvmpstr@chromium.org2013-08-155-35/+44
* cc: RenderingStats overhaulernstm@chromium.org2013-08-157-147/+304
* Note scrollbar layer properties changed when position changes.jbauman@chromium.org2013-08-157-58/+203
* cc: Avoid double ticking RetroactiveBeginFramesbrianderson@chromium.org2013-08-159-32/+106
* cc: Handle future timebases properly in DelayBasedTimeSourcebrianderson@chromium.org2013-08-152-3/+120
* cc: Add tracing for unused memory in resource pool.reveman@chromium.org2013-08-144-2/+17
* aura: Allow in process ContextProvider to hold onscreen contexts.danakj@chromium.org2013-08-142-5/+6
* cc: Make PrioritizedTileSet lazy sort tiles.vmpstr@chromium.org2013-08-144-59/+339
* Change the ScrollbarLayer to use UI Resource as oppose to prioritized resourc...powei@chromium.org2013-08-149-300/+267
* cc: Rename cc::FakeContextProvider to TestContextProviderdanakj@chromium.org2013-08-1310-70/+62
* aura,cc: Make TestContextProvider usable outside cc.danakj@chromium.org2013-08-1318-37/+34
* aura: Remove CreateOffscreenContext from ui::ContextFactory.danakj@chromium.org2013-08-1312-36/+71
* Collapse one-time loop in PictureLayerImpl::ContentsResourceId().jbroman@chromium.org2013-08-131-18/+15
* Fix GetSnapshotFromRenderer stalling when capturing while between navigating ...justinlin@chromium.org2013-08-101-1/+5
* cc: Add frame data to LTHI tracingpiman@chromium.org2013-08-0938-12/+394
* Fix pinch gestures with nonscrollable root layer.aelias@chromium.org2013-08-092-2/+44
* media::VideoFrame::WrapExternalSharedMemorysheu@chromium.org2013-08-091-12/+11
* cc: Make DelegatedRendererLayer tests work with a DelegatingRenderer.danakj@chromium.org2013-08-096-57/+218
* Remove high-frequency trace events.tomhudson@chromium.org2013-08-092-5/+2
* cc: Invalid frames should not cause damage in DelegatedRendererLayer.danakj@chromium.org2013-08-085-59/+114
* Extract pair hash functions so that they can be re-used outside of hash tablespiman@chromium.org2013-08-081-6/+3