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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[cc] Mailbox Output Surface Support
sievers@chromium.org
2013-03-03
1
-1
/
+0
*
cc: Remove Layer::didUpdateBounds
enne@chromium.org
2013-02-27
1
-0
/
+1
*
Add an IPC to disable hiding the top controls.
tedchoc@chromium.org
2013-02-26
1
-2
/
+8
*
cc: Route offscreen context creation for compositor to the browser.
danakj@chromium.org
2013-02-22
1
-5
/
+4
*
cc: Avoid power of two textures.
epenner@chromium.org
2013-02-13
1
-0
/
+1
*
[cc] Trace detailed tile info when --trace-all-rendered-frames
nduca@chromium.org
2013-02-12
1
-0
/
+3
*
Revert "GTTF: Add missing virtual destructors."
phajdan.jr@chromium.org
2013-02-06
1
-2
/
+2
*
GTTF: Add missing virtual destructors.
phajdan.jr@chromium.org
2013-02-05
1
-2
/
+2
*
Delete zoomed_viewport_offset_ and its users.
aelias@chromium.org
2013-01-29
1
-5
/
+0
*
Remove top controls layer from cc/.
tedchoc@chromium.org
2013-01-16
1
-1
/
+0
*
cc: Block the main thread for texture layers during impl-side painting
enne@chromium.org
2013-01-16
1
-0
/
+2
*
Add support for calculating the position of the top controls in the cc layer.
tedchoc@chromium.org
2013-01-16
1
-0
/
+1
*
cc: remove continuous painting invalidations from LayerTreeHost
egraether@chromium.org
2013-01-15
1
-2
/
+0
*
Implement a method to access the non-composited content root layer picture pile.
leandrogracia@chromium.org
2013-01-09
1
-0
/
+4
*
Avoid exposing gl bindings through cc public API headers
jamesr@chromium.org
2013-01-08
1
-2
/
+3
*
cc: remove loseOutputSurface.
danakj@chromium.org
2013-01-07
1
-4
/
+0
*
This change adds continuous painting mode to the compositor, which makes it e...
egraether@chromium.org
2012-12-20
1
-1
/
+3
*
Ref count layer animation controllers.
vollick@chromium.org
2012-12-20
1
-2
/
+5
*
Add API to route end of fling messages from WebLayerTreeView to InputHandler
yusufo@chromium.org
2012-12-17
1
-0
/
+1
*
[cc] Route LayerImpl::layerTreeHostImpl() calls through LayerTreeImpl
nduca@chromium.org
2012-12-12
1
-46
/
+1
*
Revert 171714 - Use an auxiliary list of animation controllers.
vollick@chromium.org
2012-12-08
1
-25
/
+3
*
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
-3
/
+25
*
cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface
danakj@chromium.org
2012-12-06
1
-7
/
+6
*
Revert 171403
danakj@chromium.org
2012-12-06
1
-6
/
+7
*
cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface
danakj@chromium.org
2012-12-06
1
-7
/
+6
*
cc: Allow a renderer to disallow partial texture updates.
danakj@chromium.org
2012-12-06
1
-0
/
+3
*
cc: Move --num-raster-threads setting to LayerTreeSettings.
reveman@chromium.org
2012-12-04
1
-0
/
+1
*
Only do full tree sync if tree is actually changed, otherwise just push prope...
jamesr@chromium.org
2012-12-04
1
-0
/
+2
*
This change switches the compositor to the new WebLayerTreeViewClient::create...
egraether@chromium.org
2012-12-01
1
-5
/
+1
*
This change puts all settings for debugging/HudLayer in a new LayerTreeDebugS...
egraether@chromium.org
2012-11-30
1
-9
/
+25
*
[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
-2
/
+2
*
implTransform needs to scale scroll delta with deviceScaleFactor.
wjmaclean@chromium.org
2012-11-22
1
-1
/
+5
*
cc: Visualize non-occluding rects in composited layers.
danakj@chromium.org
2012-11-15
1
-1
/
+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
-0
/
+6
*
Remove static thread pointers from CC, attempt 3
aelias@chromium.org
2012-11-08
1
-5
/
+8
*
cc: Rename PrioritizedTexture to PrioritizedResource.
reveman@google.com
2012-11-07
1
-6
/
+6
*
The FPS counter displays the framerate in the compositor's HUD layer. This ch...
egraether@chromium.org
2012-11-06
1
-3
/
+4
*
cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...
danakj@chromium.org
2012-11-05
1
-1
/
+1
*
Revert "cc: Remove all remaining use of WebCore Rect/Point/Size types from th...
phajdan.jr@chromium.org
2012-11-05
1
-1
/
+1
*
cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...
danakj@chromium.org
2012-11-05
1
-1
/
+1
*
A speculative Revert for r165872 - Remove static thread pointers from CC, att...
hbono@chromium.org
2012-11-05
1
-6
/
+4
*
cc: Fix header include guards of our header files.
tfarina@chromium.org
2012-11-05
1
-3
/
+3
*
Remove static thread pointers from CC, attempt 2
aelias@chromium.org
2012-11-04
1
-4
/
+6
*
Make cc a component
piman@chromium.org
2012-11-02
1
-2
/
+3
*
Remove most remaining references to IntRect and FloatRect.
danakj@chromium.org
2012-11-01
1
-2
/
+1
*
Revert 165476 - Remove static thread pointers from CC
jamesr@chromium.org
2012-11-01
1
-5
/
+3
*
Remove static thread pointers from CC
jamesr@chromium.org
2012-11-01
1
-3
/
+5
[next]