summaryrefslogtreecommitdiffstats
path: root/cc/trees
Commit message (Expand)AuthorAgeFilesLines
* cc: Fix flaky LayerTreeHostTestSurfaceNotAllocatedForLayersOutsideMemoryLimitdanakj@chromium.org2013-07-161-23/+20
* cc: Increased robustness of rasterize and record benchmark.ernstm@chromium.org2013-07-151-4/+5
* Remove old CapturePicture path from content and ccboliu@chromium.org2013-07-1510-146/+0
* Delete CC-impl-side clip layer adjustment.aelias@chromium.org2013-07-152-15/+8
* cc: Fix flaky LayerTreeHostTestSurfaceNotAllocatedForLayersOutsideMemoryLimitdanakj@chromium.org2013-07-141-4/+4
* cc: Early out in PushPropertiesTo tree walk for commit.danakj@chromium.org2013-07-135-49/+867
* Estimate commit and activation durationajuma@chromium.org2013-07-132-2/+33
* Making LayerTreeHostFiltersPixelTest slightly more strictmymax@amazon.com2013-07-131-14/+38
* OutputSurfaceClient::ReleaseGLboliu@chromium.org2013-07-134-35/+98
* cc: Make TestEnded() true immediately after EndTest()enne@chromium.org2013-07-131-1/+1
* Make scrollable viewport size no longer depend on clip layer.aelias@chromium.org2013-07-132-9/+11
* cc: layer_or_descendant_has_copy_request is inherited by siblings.danakj@chromium.org2013-07-122-9/+57
* cc: Remove reassign gpu memory from tile manager.vmpstr@chromium.org2013-07-121-0/+3
* Blend TextureLayer background-color at draw time.alokp@chromium.org2013-07-121-0/+1
* Fix TextureLayer cleanuppiman@chromium.org2013-07-121-2/+2
* cc: Consider scroll offset in CalcDrawPropertiesenne@chromium.org2013-07-114-12/+18
* Implement preservesAxisAlignment on gfx::Transformshawnsingh@chromium.org2013-07-113-12/+9
* Allow WebExternalTextureLayers to receive a bitmap along with a mailboxjbauman@chromium.org2013-07-102-1/+9
* cc: Refactored rasterize benchmark to use timeline model.ernstm@chromium.org2013-07-101-0/+2
* Include the source frame number in traces.danakj@chromium.org2013-07-103-4/+9
* cc: Make sure we check for completed tile uploads after activating pending tree.reveman@chromium.org2013-07-092-2/+14
* DevTools/cc HUD: fix HUD update with threaded compositingcaseq@chromium.org2013-07-093-5/+9
* cc: Make Layer::Update return a boolenne@chromium.org2013-07-084-35/+48
* cc: Update source_frame_number before tiles get createdernstm@chromium.org2013-07-041-1/+2
* cc: Allow readbacks from hidden layers.danakj@chromium.org2013-07-046-36/+579
* cc: Remove LayerTreeHostTestCommitingWithContinuousRedraw test.danakj@chromium.org2013-07-031-31/+0
* Re-land: cc: Add raster finished signals to RasterWorkerPool.reveman@chromium.org2013-07-033-4/+20
* Revert 209912 "cc: Add raster finished signals to RasterWorkerPool."dslomov@chromium.org2013-07-033-13/+2
* cc: Add raster finished signals to RasterWorkerPool.reveman@chromium.org2013-07-033-2/+13
* Remove flake from AddAnimationWithTimingFunction testajuma@chromium.org2013-07-031-12/+4
* Revert 209710 "Reland "Shouldn't access LayerTreeTest::layer_tre..."vollick@chromium.org2013-07-023-9/+15
* Reland "Shouldn't access LayerTreeTest::layer_tree_host on impl thread"vollick@chromium.org2013-07-023-15/+9
* Upgrading Mesa to 9.0.3dpranke@chromium.org2013-07-021-1/+9
* cc: Made use color estimator a const instead of a flag.vmpstr@chromium.org2013-07-023-3/+0
* cc: Replace LayerTreeHostCommon::CallFunctionForSubtree() with Callback versionegraether@chromium.org2013-07-014-80/+29
* cc: request redraw when debug state is changedcaseq@chromium.org2013-07-011-1/+1
* cc: Use base::Callback approach instead of using WebKit interface.tfarina@chromium.org2013-07-011-13/+13
* CC: Force uploads even if animations are present.epenner@chromium.org2013-06-292-14/+0
* cc: Pipe visibility and memory allocation to DelegatingRendererpiman@chromium.org2013-06-297-27/+107
* cc: Add debug rects for touch and wheel event handler regions and slow scroll...egraether@chromium.org2013-06-291-0/+28
* cc: Remove RenderingStats passed to Layer::Update()egraether@chromium.org2013-06-294-24/+11
* cc: Fix incorrect LTHI shutdown logicenne@chromium.org2013-06-294-31/+4
* cc: PostTask the deleteTexture call to the impl thread.danakj@chromium.org2013-06-281-2/+4
* cc: Replace FIXMEs with TODO(danakj)enne@chromium.org2013-06-286-14/+15
* Use a direct include of time headers in cc/.avi@chromium.org2013-06-275-5/+5
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-273-7/+5
* cc: Create a AnimationDelegate interface and an adapter class in compositor_b...tfarina@chromium.org2013-06-261-10/+10
* cc: Fix infinite BeginFrame that Scheduler causes.dongseong.hwang@intel.com2013-06-261-0/+2
* Remove GpuMemoryAllocationForRenderer::enforce_but_do_not_keep_as_policypiman@chromium.org2013-06-265-7/+10
* Send hardware video frames with mailboxes.danakj@chromium.org2013-06-251-19/+26