summaryrefslogtreecommitdiffstats
path: root/cc/surfaces/surface_aggregator_test_helpers.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Move surfaces hittesting test helpers out to a separate filefsamuel2015-10-231-152/+0
* cc: Remove render_pass_test_common, move to render_pass_test_utils.danakj2015-08-181-10/+9
* cc: Rename visible_content_rect and content stuff on quads.danakj2015-06-191-11/+6
* Makes SurfaceAggregator properly pass through opacitysky2014-11-211-2/+2
* Make ListContainer Consistently Act as Container of Pointersweiliangc2014-10-291-1/+1
* Include mask texture size in RenderPassDrawQuadenne2014-10-161-1/+2
* Clean the usage of QuadList (Const)Iteratorweiliangc2014-10-071-2/+1
* Use Custome ListContainer to Allocate SharedQuadStateweiliangc2014-10-031-4/+2
* Use custom ListContainer to allocate DrawQuadsweiliangc2014-09-261-5/+9
* Support doing CopyOutputRequests on surfaces.jbauman2014-09-161-0/+9
* Make RenderPass::Id an isolated classweiliangc@chromium.org2014-08-221-2/+1
* Remove unused RenderPassDrawQuad fieldsdanakj@chromium.org2014-08-121-2/+0
* Implement HiDPI and pinch-zoom scaling of filter paramsgarykac@chromium.org2014-08-081-0/+1
* Create DrawQuad in RenderPass and only give out raw pointer to layersweiliangc@chromium.org2014-07-031-4/+4
* Use a SurfaceFactory and manage resources for that group of surfacesjamesr@chromium.org2014-06-271-23/+0
* Rendering context information added to SharedQuadStatethildebr@chromium.org2014-06-191-2/+4
* Use a struct for cc::Surface ids for more type safetyjamesr@chromium.org2014-06-131-1/+1
* Do not use MockQuadCuller when only testing with RenderPassweiliangc@chromium.org2014-05-161-4/+2
* Use RenderPass CreateAndAppendSQS whenever possibleweiliangc@chromium.org2014-05-081-2/+1
* Create SharedQuadState on RenderPassweiliangc@chromium.org2014-05-071-3/+2
* Remove QuadSink::MaybeAppend and the QuadCuller unit tests.danakj@chromium.org2014-04-231-1/+1
* cc: Rename QuadSink::Append to MaybeAppend.danakj@chromium.org2014-03-131-1/+1
* cc: Remove the AppendQuadsData from QuadSink::Append.danakj@chromium.org2014-03-121-2/+1
* cc: Add visible_rect to Draw*Quad::SetNew().danakj@chromium.org2014-03-071-2/+5
* Pixel tests and some shared quad state fixupsjamesr@chromium.org2014-02-111-0/+10
* Initial surface aggregator implementationjamesr@chromium.org2014-01-291-0/+162