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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Avoid expensive RenderingStats collection.
danakj@chromium.org
2013-02-02
1
-3
/
+8
*
cc: Don't do full tree sync unless needed with impl painting.
danakj@chromium.org
2013-02-01
1
-6
/
+2
*
Move page scale ownership to LayerTreeImpl.
aelias@chromium.org
2013-01-30
1
-1
/
+17
*
Delete zoomed_viewport_offset_ and its users.
aelias@chromium.org
2013-01-29
1
-27
/
+0
*
Find root scroll layer at tree activation
jamesr@chromium.org
2013-01-19
1
-1
/
+2
*
cc: Fix resource eviction with impl-side painting.
reveman@chromium.org
2013-01-17
1
-0
/
+9
*
Separate scrollbar animation controller from scrollbar positioning
jamesr@chromium.org
2013-01-17
1
-0
/
+6
*
cc: add PaintTimeCounter to keep track of per frame paint time
egraether@chromium.org
2013-01-17
1
-0
/
+1
*
Remove top controls layer from cc/.
tedchoc@chromium.org
2013-01-16
1
-21
/
+0
*
cc: Block the main thread for texture layers during impl-side painting
enne@chromium.org
2013-01-16
1
-0
/
+7
*
Add support for calculating the position of the top controls in the cc layer.
tedchoc@chromium.org
2013-01-16
1
-0
/
+22
*
cc: remove continuous painting invalidations from LayerTreeHost
egraether@chromium.org
2013-01-15
1
-17
/
+0
*
Separate layer property pushes from tree structure syncs and clean up scrollb...
jamesr@chromium.org
2013-01-12
1
-26
/
+6
*
Implement a method to access the non-composited content root layer picture pile.
leandrogracia@chromium.org
2013-01-09
1
-0
/
+5
*
Avoid exposing gl bindings through cc public API headers
jamesr@chromium.org
2013-01-08
1
-0
/
+1
*
Migrate from MathUtil::inverse() to gfx::Transform::GetInverse()
shawnsingh@google.com
2013-01-07
1
-1
/
+6
*
cc: remove loseOutputSurface.
danakj@chromium.org
2013-01-07
1
-15
/
+1
*
cc: Move more functionality from host to LayerTreeImpl
enne@chromium.org
2013-01-05
1
-3
/
+3
*
cc: Remove all uses of "using namespace std".
tfarina@chromium.org
2013-01-03
1
-8
/
+6
*
This change adds continuous painting mode to the compositor, which makes it e...
egraether@chromium.org
2012-12-20
1
-0
/
+22
*
cc: Add pending tree for impl-side painting
enne@chromium.org
2012-12-20
1
-6
/
+25
*
Ref count layer animation controllers.
vollick@chromium.org
2012-12-20
1
-33
/
+14
*
Add API to route end of fling messages from WebLayerTreeView to InputHandler
yusufo@chromium.org
2012-12-17
1
-0
/
+5
*
Remove the pools from the ResourceProvider.
ccameron@chromium.org
2012-12-14
1
-1
/
+1
*
Mark layers that can use LCD text based on layer transform and opacity.
alokp@chromium.org
2012-12-13
1
-1
/
+1
*
[cc] Route LayerImpl::layerTreeHostImpl() calls through LayerTreeImpl
nduca@chromium.org
2012-12-12
1
-108
/
+0
*
[cc] Make LayerImpls point at LayerTreeImpl instead of LTHI
nduca@chromium.org
2012-12-11
1
-1
/
+2
*
Revert 171714 - Use an auxiliary list of animation controllers.
vollick@chromium.org
2012-12-08
1
-34
/
+33
*
Rename discardFramebufferEXT to discardBackbufferCHROMIUM to avoid collision ...
jamesr@chromium.org
2012-12-08
1
-1
/
+1
*
With this patch we accomplish the following:
vollick@chromium.org
2012-12-07
1
-33
/
+34
*
[cc] Move root layer pointer to LayerTreeImpl
nduca@chromium.org
2012-12-06
1
-3
/
+3
*
cc: Initialize boolean with false, not 0.
danakj@chromium.org
2012-12-06
1
-1
/
+1
*
cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface
danakj@chromium.org
2012-12-06
1
-24
/
+22
*
Revert 171403
danakj@chromium.org
2012-12-06
1
-21
/
+24
*
cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface
danakj@chromium.org
2012-12-06
1
-24
/
+21
*
cc: Allow a renderer to disallow partial texture updates.
danakj@chromium.org
2012-12-06
1
-6
/
+19
*
Organize internal properties of cc/ layer types
shawnsingh@google.com
2012-12-05
1
-1
/
+1
*
cc: Move --num-raster-threads setting to LayerTreeSettings.
reveman@chromium.org
2012-12-04
1
-0
/
+18
*
Only do full tree sync if tree is actually changed, otherwise just push prope...
jamesr@chromium.org
2012-12-04
1
-2
/
+37
*
Migrate the Android compositor to cc::Layer classes.
leandrogracia@chromium.org
2012-12-03
1
-0
/
+1
*
This change switches the compositor to the new WebLayerTreeViewClient::create...
egraether@chromium.org
2012-12-01
1
-16
/
+17
*
This change puts all settings for debugging/HudLayer in a new LayerTreeDebugS...
egraether@chromium.org
2012-11-30
1
-17
/
+68
*
[cc] Rename to --enable-impl-side-painting, route to render process, and expo...
nduca@chromium.org
2012-11-27
1
-0
/
+1
*
Animation code is not yet migrated by this patch, due to WebTransformOperations.
shawnsingh@chromium.org
2012-11-27
1
-4
/
+4
*
implTransform needs to scale scroll delta with deviceScaleFactor.
wjmaclean@chromium.org
2012-11-22
1
-14
/
+15
*
Switched cc::Resource and cc::ScopedResource to Chrome coding style.
skaslev@chromium.org
2012-11-16
1
-2
/
+2
*
Set contents texture manager's limit to something reasonable
jamesr@chromium.org
2012-11-15
1
-1
/
+1
*
cc: Visualize non-occluding rects in composited layers.
danakj@chromium.org
2012-11-15
1
-0
/
+2
*
cc: Add support for debugging layer borders directly in the compositor
danakj@chromium.org
2012-11-15
1
-0
/
+1
*
cc: Remove cc::settings, move them to LayerTreeSettings.
danakj@chromium.org
2012-11-14
1
-4
/
+12
[next]