index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cc
/
layers
/
layer_impl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland of: cc: Add occlusion checker as a fixed view of occlusion tracker.
vmpstr
2014-09-11
1
-2
/
+2
*
Revert of cc: Add occlusion checker as a fixed view of occlusion tracker. (pa...
courage
2014-09-10
1
-2
/
+2
*
cc: Add occlusion checker as a fixed view of occlusion tracker.
vmpstr
2014-09-10
1
-2
/
+2
*
cc: Report only on active tiles in tracing.
vmpstr
2014-08-27
1
-0
/
+1
*
Make RenderPass::Id an isolated class
weiliangc@chromium.org
2014-08-22
1
-3
/
+4
*
Replace overdraw_bottom_height with top_controls_layout_height.
aelias@chromium.org
2014-08-22
1
-6
/
+3
*
cc: Replace Region with SimpleEnclosedRegion for occlusion tracking
danakj@chromium.org
2014-08-22
1
-1
/
+2
*
Keeping track of descendants that draw content instead of recalcualting
awoloszyn@chromium.org
2014-08-11
1
-0
/
+4
*
Add builders for tracing event's structural arguments
yurys@chromium.org
2014-08-01
1
-3
/
+3
*
Revert of Add builders for tracing event's structural arguments (https://code...
erikchen@chromium.org
2014-07-31
1
-3
/
+3
*
Add builders for tracing event's structural arguments
yurys@chromium.org
2014-07-31
1
-3
/
+3
*
Impl thread smooth scrolling.
skobes@chromium.org
2014-07-10
1
-1
/
+11
*
Skip occluded tiles during rasterization.
jbedley@chromium.org
2014-06-23
1
-1
/
+2
*
Removed QuadSink and MockQuadCuller
weiliangc@chromium.org
2014-06-23
1
-4
/
+6
*
cc: Pass scaled bounds to debug border quads for drawing.
sohan.jyoti@samsung.com
2014-06-20
1
-0
/
+2
*
cc: Don't add new tilings while syncing a tiling.
danakj@chromium.org
2014-06-20
1
-1
/
+1
*
Rendering context information added to SharedQuadState
thildebr@chromium.org
2014-06-19
1
-3
/
+9
*
cc: Move CalculateContentsScale from LayerImpl to LayerTreeHostCommon
sohan.jyoti@samsung.com
2014-06-13
1
-9
/
+0
*
cc: Remove EnsureRenderSurfaceLayerList, do UpdateDrawProps when needed.
danakj@chromium.org
2014-06-13
1
-2
/
+0
*
Get rid of graphics layer anchor points, and replace with
chrishtr@chromium.org
2014-06-05
1
-7
/
+4
*
Re-land: cc: Examine layers to determine if we're ready to activate.
reveman@chromium.org
2014-05-27
1
-1
/
+1
*
Revert 272635 "cc: Examine layers to determine if we're ready to..."
kbr@chromium.org
2014-05-24
1
-1
/
+1
*
cc: Examine layers to determine if we're ready to activate.
reveman@chromium.org
2014-05-23
1
-1
/
+1
*
Make LayerScrollOffsetDelegate updates consistent.
mkosiba@chromium.org
2014-05-15
1
-3
/
+11
*
cc: Add a flag to layers that returns true if the layer is in RSLL.
vmpstr@chromium.org
2014-05-09
1
-0
/
+2
*
Create SharedQuadState on RenderPass
weiliangc@chromium.org
2014-05-07
1
-1
/
+1
*
cc: Make LTHI::NotifyTileInitialized more generic.
vmpstr@chromium.org
2014-04-30
1
-0
/
+2
*
cc: Add support for partial swaps when using impl-side painting by only
sohan.jyoti@samsung.com
2014-04-29
1
-0
/
+7
*
Don't clear render surfaces unnecessarily.
vollick@chromium.org
2014-04-28
1
-0
/
+1
*
Stop displaying layers with non-invertible transforms.
avallee@chromium.org
2014-04-16
1
-0
/
+6
*
Rasterize at maximum scale for scale animations on CPU-rasterized layers
ajuma@chromium.org
2014-04-09
1
-0
/
+1
*
cc: Add layer property for scroll handlers
skyostil@chromium.org
2014-03-31
1
-0
/
+8
*
cc: Fix damage when the HUD is enabled.
danakj@chromium.org
2014-03-10
1
-5
/
+1
*
Remove --background-color-instead-of-checkerboard flag.
danakj@chromium.org
2014-03-08
1
-1
/
+3
*
Fix up cc::Layer scroll parent management
jamesr@chromium.org
2014-02-28
1
-2
/
+0
*
Update InnerViewportContainerLayer size when top controls move.
wjmaclean@chromium.org
2014-02-27
1
-11
/
+9
*
No more sublayer transform in cc.
vollick@chromium.org
2014-02-16
1
-6
/
+0
*
Split preserve3d into: "should-flatten" and "is-3d-sorted"
vollick@chromium.org
2014-02-11
1
-3
/
+9
*
Revert of Split preserve3d into: "should-flatten" and "is-3d-sorted" (https:/...
dstockwell@chromium.org
2014-02-10
1
-9
/
+3
*
Split preserve3d into: "should-flatten" and "is-3d-sorted"
vollick@chromium.org
2014-02-09
1
-3
/
+9
*
Ensure IsActiveTree() and IsPendingTree() queries work in ~LayerImpl().
danakj@chromium.org
2014-02-06
1
-0
/
+1
*
Pass gfx structs by const ref (gfx::Vector2d)
ajay.berwal@samsung.com
2014-02-05
1
-4
/
+3
*
Pinch/Zoom Infrastructure & Plumbing CL
wjmaclean@chromium.org
2014-01-31
1
-19
/
+17
*
[#7] Pass gfx::Size by const ref.
prashant.n@samsung.com
2014-01-29
1
-2
/
+2
*
Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...
ricea@chromium.org
2014-01-29
1
-17
/
+19
*
Pinch/Zoom Infrastructure & Plumbing CL
wjmaclean@chromium.org
2014-01-29
1
-19
/
+17
*
Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...
mnissler@chromium.org
2014-01-28
1
-2
/
+2
*
[#7] Pass gfx::Size by const ref.
prashant.n@samsung.com
2014-01-28
1
-2
/
+2
*
Revert of Pinch/Zoom Infrastructure & Plumbing CL (https://codereview.chromiu...
mkwst@chromium.org
2014-01-24
1
-17
/
+19
*
Pinch/Zoom Infrastructure & Plumbing CL
wjmaclean@chromium.org
2014-01-24
1
-19
/
+17
[next]