summaryrefslogtreecommitdiffstats
path: root/cc/layer_tree_host_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-061-84/+84
* Revert 171403danakj@chromium.org2012-12-061-84/+84
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-061-84/+84
* Organize internal properties of cc/ layer typesshawnsingh@google.com2012-12-051-5/+5
* cc: Always commit and redraw after scrollingskyostil@chromium.org2012-12-041-0/+5
* cc: Give ownership of render passes to the renderer when drawing a frame.danakj@chromium.org2012-12-041-8/+6
* Don't create render passes for transparent images.skaslev@chromium.org2012-11-301-2/+5
* [cc] Add TileManager to LayerTreeHostImplnduca@chromium.org2012-11-281-0/+1
* Animation code is not yet migrated by this patch, due to WebTransformOperations.shawnsingh@chromium.org2012-11-271-72/+91
* implTransform needs to scale scroll delta with deviceScaleFactor.wjmaclean@chromium.org2012-11-221-1/+303
* cc: Minimize the number of times GL scissoring state is changedshawnsingh@chromium.org2012-11-211-9/+23
* Return value from scrollLayerWithViewportSpaceDelta should include panning of...wjmaclean@chromium.org2012-11-211-0/+73
* cc: Make RenderPass into a struct-like class.danakj@chromium.org2012-11-211-129/+134
* cc: Turn SharedQuadState into a struct-like class similar to DrawQuads.danakj@chromium.org2012-11-211-2/+4
* cc: Make the DrawQuad subclasses into a struct-like classes.danakj@chromium.org2012-11-201-33/+38
* ui: Add methods to Rect classes to get points at each of the rect's corners.danakj@chromium.org2012-11-201-1/+0
* cc: Make UV coords in TileDrawQuad a full RectFenne@chromium.org2012-11-201-1/+1
* Fixes for nonmodal pinch zoom.aelias@chromium.org2012-11-201-1/+22
* cc: Turn DrawQuad into a struct-like class with public data members.danakj@chromium.org2012-11-171-26/+26
* cc: Convert DrawQuad to chromium style.danakj@chromium.org2012-11-171-17/+17
* cc: Remove opaque flags from SharedQuadState and DrawQuaddanakj@chromium.org2012-11-171-3/+3
* cc: Switch the DrawQuad enum names to chromium style and remove pragmasdanakj@chromium.org2012-11-161-24/+24
* cc: Remove cc::settings, move them to LayerTreeSettings.danakj@chromium.org2012-11-141-39/+19
* cc: Return whether any layer was scrolled from InputHandlerClient::scrollBy.sadrul@chromium.org2012-11-141-0/+29