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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cc: Added tile bundles
vmpstr@chromium.org
2013-12-06
4
-18
/
+42
*
Dirty rects always contain full tiles with delegated rendering.
prashant.n@samsung.com
2013-12-05
3
-20
/
+32
*
Added necessary Tile flags for GPU rasterization.
skaslev@chromium.org
2013-12-05
2
-1
/
+14
*
cc: Allow activating to something other than high-res
enne@chromium.org
2013-12-05
3
-13
/
+210
*
cc: Reduce number of trace calls during update
enne@chromium.org
2013-12-04
1
-7
/
+4
*
cc: Fix cc_perftests: 10_10_layer_tree.json and DenseBrowserUI
powei@chromium.org
2013-12-04
1
-1
/
+5
*
cc: Clip the damage rect for DelegatedRendererLayerImpl to bounds.
danakj@chromium.org
2013-12-04
1
-2
/
+4
*
cc: Fix comment about update rect. This rect is in layer space.
danakj@chromium.org
2013-12-04
1
-1
/
+1
*
cc: Remove DelegatingRendererLayerClient
powei@chromium.org
2013-12-04
4
-52
/
+11
*
Plumbing for layout rectangle debug info. Companion to
chrishtr@gmail.com
2013-12-03
5
-4
/
+64
*
cc: Support animating scroll offset
ajuma@chromium.org
2013-12-03
4
-3
/
+48
*
cc: Fix the TextureLayerNoExtraCommitForMailboxTest test.
danakj@chromium.org
2013-12-02
1
-25
/
+35
*
cc: Clean up LayerTreeHostImplTest init and add check for lost context
danakj@chromium.org
2013-11-28
1
-0
/
+2
*
Revert "cc: Allow activating to something other than high-res"
vmpstr@chromium.org
2013-11-28
3
-231
/
+14
*
cc: Reserve list sizes in RenderPass ctor
enne@chromium.org
2013-11-28
1
-1
/
+1
*
cc: Allow activating to something other than high-res
enne@chromium.org
2013-11-26
3
-14
/
+231
*
The blink part of this implementation is uploaded at https://codereview.chrom...
rosca@adobe.com
2013-11-26
10
-41
/
+195
*
Reland: CC: Adjust tiling creation triggers during pinch-zoom.
epenner@chromium.org
2013-11-25
5
-37
/
+147
*
cc: Early out in PictureLayer::Update more often
enne@chromium.org
2013-11-25
2
-3
/
+10
*
cc: Allow layers to have tilings even if twin doesn't
enne@chromium.org
2013-11-22
3
-9
/
+103
*
Revert "CC: Adjust pinch-zoom to not increase memory/raster-work."
epenner@chromium.org
2013-11-21
5
-124
/
+36
*
CC: Handle the case where high-res is the previous-low-res tiling.
epenner@chromium.org
2013-11-21
1
-2
/
+2
*
We used to create tilings only when exceeding a certain scale
epenner@chromium.org
2013-11-20
5
-36
/
+124
*
Don't PushProperties every commit for animating layers
ajuma@chromium.org
2013-11-18
4
-4
/
+10
*
cc: Plumbing for impl thread micro benchmarks
vmpstr@chromium.org
2013-11-18
4
-1
/
+17
*
cc: Push TextureLayerImpl::blend_background_color property.
alokp@chromium.org
2013-11-18
1
-0
/
+1
*
cc: Mark render surfaces that ignore outside occlusion.
alokp@chromium.org
2013-11-17
4
-16
/
+14
*
Prevent cc:TextureLayer from calling AcquireLayerTexture when using mailboxes
junov@chromium.org
2013-11-14
1
-2
/
+3
*
Remove GSC usage from ExynosVideoDecodeAccelerator.
sheu@chromium.org
2013-11-14
1
-8
/
+8
*
Add animated bounds to AsValue data for a LayerImpl
vollick@chromium.org
2013-11-13
1
-0
/
+9
*
Revert 232881 "cc: Fix hit-testing in zero-opacity layers."
skyostil@google.com
2013-11-12
1
-8
/
+1
*
cc: Make PictureLayerImpl::AsValue emit unrecorded region
enne@chromium.org
2013-11-12
1
-1
/
+5
*
Disable TextureLayerNoExtraCommitForMailboxTest because of crashes.
phajdan.jr@chromium.org
2013-11-12
1
-1
/
+2
*
cc: Included recorded region in PictureLayerImpl::AsValue
enne@chromium.org
2013-11-08
1
-0
/
+1
*
mac: Prepare for -Wunused-functions.
thakis@chromium.org
2013-11-07
1
-10
/
+0
*
Rename WebKit namespace to blink (part 5)
abarth@chromium.org
2013-11-07
3
-3
/
+3
*
Introduce separate client and init path for single-threaded cc
jamesr@chromium.org
2013-11-07
6
-39
/
+26
*
Remove WGC3D::isContextLost references from cc
jamesr@chromium.org
2013-11-06
3
-86
/
+40
*
Switch from (deprecated) setIsOpaque to setAlphaType.
tfarina@chromium.org
2013-11-06
1
-3
/
+5
*
Simplify rate limiting since it's main thread shared context only
jamesr@chromium.org
2013-11-05
2
-13
/
+13
*
cc: Fix hit-testing in zero-opacity layers.
sadrul@chromium.org
2013-11-05
1
-1
/
+8
*
Remove cc::LayerAnimationController:SuspendAnimations
ajuma@chromium.org
2013-11-02
2
-7
/
+0
*
Fix DelegatedFrameResourceCollectionTest.Thread
piman@chromium.org
2013-11-01
1
-4
/
+5
*
cc: Reduce command buffer flushes related to creating texture ids.
reveman@chromium.org
2013-11-01
1
-1
/
+1
*
Check for null tilings when computing GPUMemoryUsageInBytes
nduca@chromium.org
2013-10-31
1
-0
/
+2
*
Move test-only stuff from cc/debug/ to cc/test
jamesr@chromium.org
2013-10-31
4
-4
/
+4
*
Disable flaky DelegatedFrameResourceCollectionTest.Thread
piman@chromium.org
2013-10-30
1
-1
/
+2
*
Fix DelegatedFrameResourceCollection thread safety
piman@chromium.org
2013-10-30
3
-15
/
+172
*
cc: Include wheel/touch event handling in the JSON output for the layer tree.
sadrul@chromium.org
2013-10-29
1
-0
/
+7
*
cc: Fix DCHECK in PictureLayer::PushPropertiesTo
boliu@chromium.org
2013-10-28
2
-3
/
+9
[prev]
[next]