summaryrefslogtreecommitdiffstats
path: root/cc/layer_tree_host_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix division by zero error in page_scale_animationyusufo@chromium.org2013-01-311-0/+35
* Add a bit to not bubble scrolls to parent scrolling layersyusufo@chromium.org2013-01-311-0/+70
* Move page scale ownership to LayerTreeImpl.aelias@chromium.org2013-01-301-13/+51
* Delete zoomed_viewport_offset_ and its users.aelias@chromium.org2013-01-291-505/+0
* cc: Make updateDrawProperties tree-specificenne@chromium.org2013-01-241-7/+7
* Activate LayerImpl tree with sync+push instead of pointer swapjamesr@chromium.org2013-01-231-1/+1
* cc: Fix inappropriate use of term "texture".reveman@chromium.org2013-01-231-4/+4
* cc: Stop using drawableContentRect for occlusion.danakj@chromium.org2013-01-221-1/+1
* cc: Add "new content takes priority" setting to GlobalStateThatImpactsTilePri...reveman@chromium.org2013-01-211-0/+1
* Make new-style page scale work on Android.aelias@chromium.org2013-01-211-17/+0
* Find root scroll layer at tree activationjamesr@chromium.org2013-01-191-14/+15
* cc: Redraw incomplete frames when new texture uploads finishbrianderson@chromium.org2013-01-181-0/+7
* cc: Fix resource eviction with impl-side painting.reveman@chromium.org2013-01-171-1/+1
* cc: Clarify the uvRect used for RenderSurfaces and support masks with differe...danakj@chromium.org2013-01-171-6/+131
* Fix masks when scaling is in the treepiman@chromium.org2013-01-151-0/+133
* Migrate more functions from MathUtil to gfx::Transformshawnsingh@chromium.org2013-01-151-1/+1
* Separate layer property pushes from tree structure syncs and clean up scrollb...jamesr@chromium.org2013-01-121-0/+12
* cc: Defer texture allocation (to allow async allocations).epenner@chromium.org2013-01-091-0/+2
* cc: Make the ScopedPtrVector and ScopedPtrDeque containers act like STL vecto...danakj@chromium.org2013-01-091-2/+2
* Ensure that render surface layer list is not dirty/empty before hit testing f...yusufo@chromium.org2013-01-081-0/+14
* Fix metadata content size.aelias@chromium.org2013-01-081-0/+60
* Move VideoFrameProvider to, and remove all usage of WebVideoFrame from cc/danakj@chromium.org2013-01-071-6/+4
* cc: Move more functionality from host to LayerTreeImplenne@chromium.org2013-01-051-49/+49
* cc: Put context-loss tests in layer_tree_host_unittest_context.ccdanakj@chromium.org2013-01-041-537/+32
* Move filters to RenderPassDrawQuadpiman@chromium.org2012-12-211-22/+21
* Revert "cc: Defer texture allocation (to allow async allocations)."loislo@chromium.org2012-12-201-12/+3
* cc: Add pending tree for impl-side paintingenne@chromium.org2012-12-201-0/+3
* cc: Defer texture allocation (to allow async allocations).epenner@chromium.org2012-12-191-3/+12
* Revert r173875 - "cc: Defer texture allocation (to allow async allocations)."mnissler@chromium.org2012-12-191-12/+3
* cc: Defer texture allocation (to allow async allocations).epenner@chromium.org2012-12-191-3/+12
* cc: Chromium-stylify the FakeWebGraphicsContext3D class.danakj@chromium.org2012-12-191-2/+2
* cc: Cleaning up LayerTreeHost tests.danakj@chromium.org2012-12-191-1/+1
* [cc] Fold more update calls into updateDrawProperties nduca@chromium.org2012-12-191-23/+39
* Clean up cc and webkit/compositor_bindings include path shenanigansjamesr@chromium.org2012-12-181-2/+2
* Send compositor frame IPC with metadata.aelias@chromium.org2012-12-181-4/+7
* cc: Make occlusion tracker always work in target space.danakj@chromium.org2012-12-171-97/+0
* Revert 173406 - Crashes on Win & Macrsleevi@chromium.org2012-12-171-39/+23
* [cc] Fold more update calls into updateDrawPropertiesnduca@chromium.org2012-12-171-23/+39
* cc: Unify namespaces for all test filesenne@chromium.org2012-12-161-88/+80
* [Android WebView] Tie together Chrome's browser compositor with the Android V...leandrogracia@chromium.org2012-12-151-0/+1
* Adding support for per vertex opacity on textured layerjscholler@chromium.org2012-12-151-8/+9
* Remove the pools from the ResourceProvider.ccameron@chromium.org2012-12-141-7/+6
* cc: Add id->LayerImpl map to LayerTreeImplenne@chromium.org2012-12-141-8/+8
* Mark layers that can use LCD text based on layer transform and opacity.alokp@chromium.org2012-12-131-1/+0
* Combine mask texture parameters into single gfx::RectFjamesr@chromium.org2012-12-131-1/+1
* [cc] Make LayerImpls point at LayerTreeImpl instead of LTHInduca@chromium.org2012-12-111-104/+105
* cc: Split out calcDrawEtc from drawLayersenne@chromium.org2012-12-091-3/+4
* Add the DelegatingRenderer class with its initialize path.danakj@chromium.org2012-12-081-4/+40
* cc: Move WebCompositorOutputSurface and related classes into cc/danakj@chromium.org2012-12-071-30/+30
* cc: Pass LayerTreeHostImpl to LayerImpl constructorenne@chromium.org2012-12-071-142/+138