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
/
layer_tree_host_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Chromify the LayerTreeHostImpl class.
danakj@chromium.org
2013-03-13
1
-1444
/
+1635
*
cc: Chromify the LayerTreeHost class.
danakj@chromium.org
2013-03-13
1
-4
/
+5
*
cc: Chromify GLRenderer
enne@chromium.org
2013-03-13
1
-1
/
+1
*
cc: Chromify MemoryHistory
enne@chromium.org
2013-03-13
1
-1
/
+1
*
cc: Chromify Layer and LayerImpl classes.
danakj@chromium.org
2013-03-12
1
-76
/
+76
*
Chromified the software renderer.
skaslev@chromium.org
2013-03-12
1
-1
/
+1
*
cc: Fix two DCHECKs (one always true, the other is too permissive)
vmpstr@chromium.org
2013-03-12
1
-1
/
+1
*
cc: Chromify the Animation and LayerAnimationController classes
danakj@chromium.org
2013-03-12
1
-2
/
+2
*
cc: Chromify the OverdrawMetrics class.
danakj@chromium.org
2013-03-09
1
-1
/
+1
*
cc: Chromify RenderSurface classes.
danakj@chromium.org
2013-03-08
1
-13
/
+13
*
cc: Chromify cc::Proxy style
enne@chromium.org
2013-03-08
1
-10
/
+10
*
cc: Chromify PageScaleAnimation class.
danakj@chromium.org
2013-03-08
1
-6
/
+6
*
cc: Chromify DamageTracker class.
danakj@chromium.org
2013-03-08
1
-5
/
+5
*
cc: Chromify the Renderer class.
danakj@chromium.org
2013-03-08
1
-27
/
+27
*
cc: Consolidate the analysis_canvas operations
vmpstr@chromium.org
2013-03-07
1
-1
/
+6
*
cc: Chromify OcclusionTracker
danakj@chromium.org
2013-03-07
1
-8
/
+8
*
cc: Chromify ResourceProvider.
danakj@chromium.org
2013-03-07
1
-2
/
+2
*
Change scroll deltas to floats.
aelias@chromium.org
2013-03-07
1
-1
/
+1
*
Changed SoftwareOutputDevice interface.
skaslev@chromium.org
2013-03-06
1
-1
/
+1
*
Add DSF to frame metadata.
piman@chromium.org
2013-03-05
1
-0
/
+1
*
cc: Moving anti-aliasing decision to parent compositor.
ernstm@chromium.org
2013-03-04
1
-0
/
+1
*
cc: Use smoothness takes priority mode during page scale animation.
reveman@chromium.org
2013-02-28
1
-0
/
+2
*
cc: DelegatedRendererLayer creates a ChildId with the ResourceProvider
danakj@chromium.org
2013-02-27
1
-3
/
+4
*
cc: Remove the pageScalePinchZoomEnabled flag.
danakj@chromium.org
2013-02-26
1
-78
/
+1
*
Expose FS show/hide thresholds to Command Line
dtrainor@chromium.org
2013-02-21
1
-2
/
+6
*
cc: Rasterize cheap tiles immediately
skyostil@chromium.org
2013-02-20
1
-0
/
+2
*
Ensure top controls can be reshown if hidden on small nonscrollable pages.
tedchoc@chromium.org
2013-02-17
1
-0
/
+8
*
This change adds the rasterize time of tiles labeled NOW_BIN of the pending tree
egraether@chromium.org
2013-02-15
1
-2
/
+12
*
cc: Add PictureLayerImpl::AsValue
enne@chromium.org
2013-02-15
1
-0
/
+1
*
cc: Only allow trees created at the current viewport size to draw.
aelias@chromium.org
2013-02-14
1
-0
/
+7
*
Have a common implementation of cc::OutputSurface instead of multiple duplica...
skaslev@chromium.org
2013-02-13
1
-4
/
+4
*
cc: Prevent premature activation during prefer smoothness
nduca@chromium.org
2013-02-13
1
-5
/
+13
*
[cc] Trace detailed tile info when --trace-all-rendered-frames
nduca@chromium.org
2013-02-12
1
-20
/
+49
*
Move event generation from LayerAnimationController::animate to a new method
ajuma@chromium.org
2013-02-08
1
-5
/
+18
*
cc: Make recordRenderingStats on TileManager toggleable
egraether@chromium.org
2013-02-08
1
-3
/
+14
*
Rework top controls movement to simplify the logic.
tedchoc@chromium.org
2013-02-07
1
-2
/
+0
*
cc: Fix paint time collection for continuous painting mode
egraether@chromium.org
2013-02-06
1
-1
/
+1
*
cc: Only reduce amount of wasted memory during pending tree activation.
reveman@google.com
2013-02-06
1
-6
/
+3
*
Adjust fling velocity correctly by page scale.
aelias@chromium.org
2013-02-06
1
-6
/
+6
*
cc: Add cheapness predictor success histogram
vmpstr@chromium.org
2013-02-06
1
-1
/
+1
*
cc: Deblur layers that animate-scale-down on creation.
danakj@chromium.org
2013-02-06
1
-9
/
+5
*
cc: Prevent use of deleted textures when using impl-side painting.
reveman@chromium.org
2013-02-04
1
-0
/
+7
*
[cc] Show GPU memory usage and overage below FPS counter
nduca@chromium.org
2013-02-02
1
-0
/
+7
*
cc: Avoid expensive RenderingStats collection.
danakj@chromium.org
2013-02-02
1
-1
/
+1
*
Convert top controls to use DIP instead of PX.
tedchoc@chromium.org
2013-02-01
1
-1
/
+1
*
cc: Don't do full tree sync unless needed with impl painting.
danakj@chromium.org
2013-02-01
1
-1
/
+2
*
Added a UMA metric to track slow path scrolling.
clholgat@chromium.org
2013-02-01
1
-1
/
+5
*
Add a bit to not bubble scrolls to parent scrolling layers
yusufo@chromium.org
2013-01-31
1
-2
/
+15
*
Move page scale ownership to LayerTreeImpl.
aelias@chromium.org
2013-01-30
1
-96
/
+39
*
Delete zoomed_viewport_offset_ and its users.
aelias@chromium.org
2013-01-29
1
-25
/
+8
[next]