summaryrefslogtreecommitdiffstats
path: root/cc/layers/ui_resource_layer_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Remove the layer content_bounds() and use bounds() instead.Dana Jansens2015-06-181-2/+2
* Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its ...jbauman2015-05-191-1/+1
* cc: Some more cleanup and removing TODOs for validating resources.danakj2015-04-241-3/+1
* cc: Add ResourceId validation checks at the time of AppendQuads.danakj2015-04-071-0/+3
* cc: Stop passing the occlusion explicitly to AppendQuads.danakj2015-02-141-2/+2
* [cc] Add nearest neighbor filtering for TextureLayer.jackhou2014-12-041-1/+3
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-231-1/+1
* Revert of "Converted LayerImpl::bounds() to return SizeF."bokan2014-10-081-2/+1
* cc: Pass Occlusion instead of OcclusionTracker to LayerImplsvmpstr2014-10-071-5/+3
* Converted LayerImpl::bounds() to return SizeF.bokan2014-10-071-1/+2
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-1/+1
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-1/+1
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-1/+1
* cc: Move UnoccludedContentRect to Occlusion.vmpstr2014-09-181-2/+4
* Create DrawQuad in RenderPass and only give out raw pointer to layersweiliangc@chromium.org2014-07-031-2/+2
* Removed QuadSink and MockQuadCullerweiliangc@chromium.org2014-06-231-7/+10
* cc: Pass scaled bounds to debug border quads for drawing.sohan.jyoti@samsung.com2014-06-201-1/+2
* Create SharedQuadState on RenderPassweiliangc@chromium.org2014-05-071-2/+3
* cc: Apply occlusion before creating quads in UIResourceLayerImpl.danakj@chromium.org2014-03-201-2/+6
* 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-1/+1
* cc: Add visible_rect to Draw*Quad::SetNew().danakj@chromium.org2014-03-071-5/+5
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-291-1/+1
* Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...mnissler@chromium.org2014-01-281-1/+1
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-281-1/+1
* [#4] Pass gfx structs by const ref (gfx::PointF)r.kasibhatla@samsung.com2014-01-171-2/+2
* cc: Add opacity to UIResourceBitmap and UIResourceLayerpowei@chromium.org2013-10-261-2/+3
* Adding UV and vertex opacity to UIResourceLayerclholgat@chromium.org2013-10-151-8/+45
* cc: Preserve partial culling from child compositor.danakj@chromium.org2013-10-121-5/+3
* Generic UIResourceLayer for shared resources.clholgat@chromium.org2013-10-041-0/+121