summaryrefslogtreecommitdiffstats
path: root/cc/layers/delegated_renderer_layer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Remove orphaned RenderPasses and RenderPassDrawQuads from frames.danakj2015-04-141-17/+12
* cc: Scale occlusion in delegated renderer layer impl by inverse DSF.vmpstr2015-04-091-8/+7
* cc: Move the quad validation checks to the place quads are inserted.danakj2015-04-081-4/+7
* cc: Add ResourceId validation checks at the time of AppendQuads.danakj2015-04-071-0/+12
* Dirty RSLL When New Frame Come For DelegatedRendererLayerweiliangc2015-02-261-0/+4
* cc: Stop passing the occlusion explicitly to AppendQuads.danakj2015-02-141-6/+3
* cc: Move occlusion debug rects into the debug layer borders.danakj2015-02-121-12/+26
* cc: Remove the RenderPassId field from AppendQuadsData.danakj2015-01-291-9/+4
* Make ListContainer Consistently Act as Container of Pointersweiliangc2014-10-291-11/+10
* cc: Stop converting update rect from int to float to int.danakj2014-10-111-1/+3
* [C++11 Allowed Features] Declares a type-safe null pointer converting from NU...kulkarni.a2014-10-101-2/+2
* Revert of "Converted LayerImpl::bounds() to return SizeF."bokan2014-10-081-1/+1
* cc: Pass Occlusion instead of OcclusionTracker to LayerImplsvmpstr2014-10-071-8/+11
* Converted LayerImpl::bounds() to return SizeF.bokan2014-10-071-1/+1
* Clean the usage of QuadList (Const)Iteratorweiliangc2014-10-071-17/+10
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-2/+1
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-1/+2
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-2/+1
* Use custom ListContainer to allocate DrawQuadsweiliangc2014-09-261-5/+8
* Apply the correct transform_to_root_target DelegatedRendererLayerImpl::Append...hartmanng2014-09-221-1/+1
* cc: Move UnoccludedContentRect to Occlusion.vmpstr2014-09-181-2/+4
* Make RenderPass::Id an isolated classweiliangc@chromium.org2014-08-221-15/+14
* Add missing transform into DelegatedRendererLayerImpl::AppendRenderPassQuads.hartmanng@chromium.org2014-08-081-4/+13
* Move Copy method from DrawQuad to RenderPassweiliangc@chromium.org2014-07-111-8/+7
* Push inverse device scale factor in DRLI->DRLI pushesjamesr@chromium.org2014-07-101-0/+1
* Create DrawQuad in RenderPass and only give out raw pointer to layersweiliangc@chromium.org2014-07-031-9/+9
* cc: Replace ScopedPtrVector<RenderPass> with RenderPassListsimonhong@chromium.org2014-06-301-3/+3
* Removed QuadSink and MockQuadCullerweiliangc@chromium.org2014-06-231-18/+26
* Invert DSF to map from delegated frame to layer spacejamesr@chromium.org2014-06-101-31/+12
* Revert of Invert DSF to map from delegated frame to layer space (https://code...acleung@chromium.org2014-06-071-12/+20
* Invert DSF to map from delegated frame to layer spacejamesr@chromium.org2014-06-061-20/+12
* Create SharedQuadState on RenderPassweiliangc@chromium.org2014-05-071-4/+4
* cc: Apply occlusion before creating quads in DelegatedRendererLayerImpl.danakj@chromium.org2014-03-261-1/+9
* Use QuadSink::Append for debug borders.danakj@chromium.org2014-03-251-4/+4
* cc: Rename QuadSink::Append to MaybeAppend.danakj@chromium.org2014-03-131-5/+5
* cc: Remove the AppendQuadsData from QuadSink::Append.danakj@chromium.org2014-03-121-5/+5
* cc: Add visible_rect to Draw*Quad::SetNew().danakj@chromium.org2014-03-071-2/+5
* Avoid int->float->int conversion in OcclusionTracker for int translates.danakj@chromium.org2014-02-121-4/+5
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-291-3/+3
* Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...mnissler@chromium.org2014-01-281-3/+3
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-281-3/+3
* Pluming for needs_push_properties for the impl tree.clholgat@chromium.org2014-01-181-1/+1
* cc: Rename LayerImpl::DidLoseOutputSurface to ReleaseResourcesboliu@chromium.org2014-01-141-1/+1
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-1/+1
* cc: Clear delegated layer's current resources when deleting childsievers@google.com2013-12-171-0/+1
* cc: Clip the damage rect for DelegatedRendererLayerImpl to bounds.danakj@chromium.org2013-12-041-2/+4
* cc: Modify RenderPass::transform_to_root_target in DRLayerImpl.danakj@chromium.org2013-10-271-2/+12
* aura: Allow delegated frames to be used by more than one impl layer.danakj@chromium.org2013-10-091-22/+17
* cc: Return resources to child compositor via a Callback.danakj@chromium.org2013-09-221-43/+25
* cc: Verify more damage behaviour of DelegatedRendererLayer.danakj@chromium.org2013-09-131-7/+0