summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Re-enable draw properties benchmarkvollick2015-04-021-4/+8
* Hook NotifyReadToDraw in SingleThreadProxy and Defer Draw When Neededweiliangc2015-04-029-54/+164
* Work on GN Windows component build.brettw2015-04-021-2/+0
* Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...sunnyps2015-04-0224-464/+247
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-0224-247/+464
* cc: Minor logging message fix in BeginFrameSourceMultiplexer.mithro2015-04-021-10/+4
* cc: Trigger BeginImplFrameDeadline immediately when invisible.mithro2015-04-022-3/+22
* Animations: Implement runtime flag for enabling compositor animation timelines.loyso2015-04-022-1/+3
* Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...sunnyps2015-04-0224-462/+250
* cc: Make scheduling be driven by vsync for android webview.sunnyps2015-04-0124-250/+462
* Revert of Implement DisplayList GatherPixelRefs (patchset #5 id:80001 of http...weiliangc2015-04-0119-858/+438
* cc: Don't background tick for needs redrawbrianderson2015-04-012-2/+68
* Revert of Revert of Implement DisplayList GatherPixelRefs (patchset #1 id:1 o...weiliangc2015-04-0119-437/+856
* Revert of Implement DisplayList GatherPixelRefs (patchset #5 id:80001 of http...weiliangc2015-04-0119-856/+437
* Make cc::Scheduler::BeginFrameNeeded be false when commits deferredccameron2015-04-014-19/+24
* Add underlays and split off common overlay functionalityachaulk2015-04-0111-166/+412
* Disable property tree verification during perftestsvollick2015-04-011-4/+4
* Enable skp dump for SPpan.deng2015-04-011-2/+20
* Implement DisplayList GatherPixelRefsweiliangc2015-04-0119-437/+856
* cc: Fix visible rects of animated layers with singular transformsajuma2015-03-312-23/+133
* Re-enable draw transform verificationvollick2015-03-311-0/+11
* Re-land: De-dupe copy requests for tab capture in DelegatedFrameHost.miu2015-03-315-2/+89
* Associate clips with the right transform node.vollick2015-03-312-6/+62
* Revert of Revert of Fix text clipping in CompositorFrameTime Display (patchse...jianli2015-03-302-13/+28
* Fix scroll position adjustment for fixed-position layersvollick2015-03-305-23/+101
* cc: ComputeTransform should succeed when destination is an ancestorajuma2015-03-302-6/+30
* Revert of Fix text clipping in CompositorFrameTime Display (patchset #2 id:20...jianli2015-03-302-28/+13
* cc: Round visible rect in target space when computing visible content rectsajuma2015-03-302-12/+54
* cc: Remove the unused function appendCompositingItem with 3 parametershuayong.xu2015-03-302-17/+6
* Fix text clipping in CompositorFrameTime Displaybehara.ms2015-03-302-13/+28
* cc: Fix memory limit edge cases for SetIsLikelyToRequireADraw.sunnyps2015-03-273-3/+75
* cc: Use const ref to avoid extra ref count of VideoProviderClientImpl.sunnyps2015-03-272-2/+2
* Remove SetDrawViewportericrk2015-03-276-32/+35
* Increase YUV video clampingmagjed2015-03-2710-55/+127
* cc: Various code safety improvements in video compositing code.sunnyps2015-03-276-71/+96
* We redesigned the GpuMemoryBuffer interface to handle multiple buffers. These...emircan2015-03-273-11/+21
* Adding a metric to track only the checkerboarding.cblume2015-03-267-2/+25
* Restore compositor worker thread names.reveman2015-03-261-1/+1
* Move viewport scrolling logic into separate classbokan2015-03-266-112/+265
* Re-introduce ScrollY trace event.wjmaclean2015-03-261-1/+7
* Modify ListContainer<T>::Allocate to return a pointer of type void*.pcc2015-03-252-4/+3
* cc: Fix crash with blink layout tests and GPU rasterizationhendrikw2015-03-252-11/+41
* This adds missing plumbing to single_thread_proxy to forward max pending fram...alexst2015-03-252-1/+6
* cc: Add support for handling authoritative vsync intervalsimonhong2015-03-2512-2/+73
* Uninitialized variable in perftests causing issues on android bots.awoloszyn2015-03-241-0/+1
* cc: Fix incorrect deadline for MISSED BeginFrames.sunnyps2015-03-241-5/+5
* cc: Keep tilings texture size in synchendrikw2015-03-237-2/+100
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-2359-347/+371
* cc: Send updated tile priority with tiles into tracing.vmpstr2015-03-2313-54/+86
* Add texture compression interface and ETC1 encoder.christiank2015-03-238-0/+715