summaryrefslogtreecommitdiffstats
path: root/cc/layers/tiled_layer_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Remove TiledLayer and ContentLayer.danakj2015-06-171-387/+0
* cc: Remove DrawQuad::IterateResorucesvmpstr2015-06-021-2/+2
* Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its ...jbauman2015-05-191-11/+9
* cc: Move files out of cc/resources/.danakj2015-05-181-1/+1
* cc: Add ResourceId validation checks at the time of AppendQuads.danakj2015-04-071-7/+18
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-231-1/+4
* cc: Stop passing the occlusion explicitly to AppendQuads.danakj2015-02-141-6/+6
* Move RenderSurface creation outside of CalcDrawPropsawoloszyn2014-12-221-1/+1
* Make ListContainer Consistently Act as Container of Pointersweiliangc2014-10-291-3/+3
* Include mask texture size in RenderPassDrawQuadenne2014-10-161-1/+4
* [C++11 Allowed Features] Declares a type-safe null pointer converting from NU...kulkarni.a2014-10-101-5/+5
* cc: Pass Occlusion instead of OcclusionTracker to LayerImplsvmpstr2014-10-071-13/+6
* Clean the usage of QuadList (Const)Iteratorweiliangc2014-10-071-10/+6
* Use Custome ListContainer to Allocate SharedQuadStateweiliangc2014-10-031-4/+4
* Use custom ListContainer to allocate DrawQuadsweiliangc2014-09-261-7/+13
* Apply the correct transform_to_root_target DelegatedRendererLayerImpl::Append...hartmanng2014-09-221-5/+2
* cc: Remove the opaque rect return-parameter from ContentLayerClient.danakj2014-09-151-16/+10
* cc: Give TilingData back a Size instead of a Rect.danakj@chromium.org2014-07-161-2/+2
* Removed QuadSink and MockQuadCullerweiliangc@chromium.org2014-06-231-23/+15
* MockQC stops create its own RP and MockOcclusionTrackerweiliangc@chromium.org2014-06-131-7/+26
* Get rid of graphics layer anchor points, and replace withchrishtr@chromium.org2014-06-051-1/+0
* Remove hit-testing-only RSLL entriesvollick@chromium.org2014-05-151-2/+0
* Create SharedQuadState on RenderPassweiliangc@chromium.org2014-05-071-24/+19
* cc: Apply occlusion before creating quads in TiledLayerImpl.danakj@chromium.org2014-04-231-0/+63
* cc: Give TilingData a Rect instead of a Sizeernstm@chromium.org2014-04-161-1/+1
* Switch to use SharedBitmapManager all the time in cc_unittestsjbauman@chromium.org2014-03-201-1/+2
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-291-6/+6
* Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...mnissler@chromium.org2014-01-281-6/+6
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-281-6/+6
* cc: Add test for TiledLayerImpl mask with no resourceenne@chromium.org2014-01-171-0/+11
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-1/+1
* cc: Preserve partial culling from child compositor.danakj@chromium.org2013-10-121-3/+5
* cc: Fix hit-testing of empty layers.sadrul@chromium.org2013-10-051-0/+2
* Skip drawing unsupported layers in forced software modeboliu@chromium.org2013-06-021-3/+5
* cc: Add per-layer memory usage to tracing snapshotsenne@chromium.org2013-05-151-5/+43
* cc: Chromify AppendQuadsData.danakj@chromium.org2013-03-261-2/+2
* cc: Avoid pointless gfx::Point/Size contructors when making Rects.danakj@chromium.org2013-03-261-6/+5
* cc: Fix capitalization style in chromified files.danakj@chromium.org2013-03-251-2/+2
* cc: Chromify MockQuadCullerenne@chromium.org2013-03-211-11/+11
* cc: Chromify LayerTestCommondanakj@chromium.org2013-03-201-7/+7
* Part 10 of cc/ directory shuffles: layersjamesr@chromium.org2013-03-181-0/+265