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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Stretch tiling textures to fit scaled rects
enne@chromium.org
2013-02-02
2
-33
/
+67
*
[cc] Show GPU memory usage and overage below FPS counter
nduca@chromium.org
2013-02-02
12
-6
/
+188
*
cc: Allow non-ideal resolutions to activate the pending tree.
danakj@chromium.org
2013-02-02
3
-107
/
+465
*
cc: Fix the PictureLayerImplTest.addTilesFromNewRecording test.
danakj@chromium.org
2013-02-02
3
-12
/
+42
*
Cache decomposed transforms used by cc::TransformOperations::Blend.
ajuma@chromium.org
2013-02-02
2
-4
/
+58
*
A host of micro-optimizations and a refactor of TimeForBoundsToIntersect
whunt@chromium.org
2013-02-02
8
-118
/
+117
*
cc: Avoid expensive RenderingStats collection.
danakj@chromium.org
2013-02-02
62
-191
/
+232
*
Bump kPixelDistanceToRecord to 8k
nduca@chromium.org
2013-02-02
1
-1
/
+1
*
Revert 180162
enne@chromium.org
2013-02-01
11
-96
/
+46
*
cc: Let impl-side painting use smaller tiles
enne@chromium.org
2013-02-01
11
-46
/
+96
*
[cc] Add stub for IsCheapInRect
nduca@chromium.org
2013-02-01
2
-0
/
+6
*
Convert top controls to use DIP instead of PX.
tedchoc@chromium.org
2013-02-01
4
-4
/
+4
*
cc: Don't do full tree sync unless needed with impl painting.
danakj@chromium.org
2013-02-01
4
-22
/
+27
*
Added a UMA metric to track slow path scrolling.
clholgat@chromium.org
2013-02-01
1
-1
/
+5
*
Enabled partial swap support for software compositing.
skaslev@chromium.org
2013-02-01
3
-22
/
+47
*
cc: fix uninitialized value used in WebKit layout tests
egraether@chromium.org
2013-02-01
1
-1
/
+13
*
cc: Fix frequent low-res tile flash when using impl-side painting.
nduca@chromium.org
2013-01-31
6
-48
/
+78
*
Fix division by zero error in page_scale_animation
yusufo@chromium.org
2013-01-31
2
-0
/
+40
*
cc: Run raster task completion callbacks during worker pool shutdown.
reveman@chromium.org
2013-01-31
7
-305
/
+417
*
Revert 179770
jochen@chromium.org
2013-01-31
8
-117
/
+118
*
Revert 179764
ilevy@chromium.org
2013-01-31
11
-90
/
+46
*
A host of micro-optimizations and a refactor of TimeForBoundsToIntersect
whunt@chromium.org
2013-01-31
8
-118
/
+117
*
cc: Let impl-side painting use smaller tiles
enne@chromium.org
2013-01-31
11
-46
/
+90
*
Add a bit to not bubble scrolls to parent scrolling layers
yusufo@chromium.org
2013-01-31
4
-3
/
+88
*
cc: Clamp texture coordinates in all tile shaders
brianderson@chromium.org
2013-01-31
4
-24
/
+120
*
Move page scale ownership to LayerTreeImpl.
aelias@chromium.org
2013-01-30
11
-276
/
+216
*
Cleanups to enable clang warning about protected non-virtual RefCounted destr...
jamesr@chromium.org
2013-01-30
2
-23
/
+5
*
Fix TextureDrawQuad serialization, ensure all quad types are tested
piman@chromium.org
2013-01-30
1
-0
/
+4
*
Fixes a bug when the framebuffer is cleared with invalid scissor rect.
skaslev@chromium.org
2013-01-30
4
-1
/
+82
*
Make cc build on Win64
jschuh@chromium.org
2013-01-30
1
-1
/
+3
*
Delete zoomed_viewport_offset_ and its users.
aelias@chromium.org
2013-01-29
10
-688
/
+34
*
cc: Scale partially rasterized texels off screen
brianderson@chromium.org
2013-01-29
2
-11
/
+43
*
cc: Limit the set of tiles updated each frame
enne@chromium.org
2013-01-29
8
-39
/
+130
*
cc: Fix PictureLayerTilingSetIterator.
danakj@chromium.org
2013-01-29
2
-21
/
+45
*
cc: Remove unused 'time to ideal resolution' field
enne@chromium.org
2013-01-29
2
-14
/
+4
*
cc: Minor clean up in Layer tree code.
tfarina@chromium.org
2013-01-29
3
-32
/
+28
*
cc: Fix RasterWorkerPool shutdown crash.
reveman@chromium.org
2013-01-29
3
-6
/
+65
*
cc: Changing layer properties should not invalidate.
danakj@chromium.org
2013-01-29
3
-71
/
+80
*
Do not invalidate ContentLayer when LCD text settings change.
alokp@chromium.org
2013-01-29
3
-126
/
+0
*
cc: Add a difference iterator to TilingData
enne@chromium.org
2013-01-29
4
-179
/
+609
*
cc: Fix PictureTilingSet iterator with 1 tiling.
danakj@chromium.org
2013-01-29
5
-2
/
+93
*
cc: Put orange debug border around PicureLayers.
danakj@chromium.org
2013-01-29
2
-0
/
+11
*
cc: Reset swapUsedIncompleteTile on draw
brianderson@chromium.org
2013-01-28
1
-0
/
+1
*
cc: Don't call base::TimeTicks::Now() for every layer.
danakj@chromium.org
2013-01-28
7
-1
/
+28
*
[cc] Add tracing for tree activation state
nduca@chromium.org
2013-01-28
6
-9
/
+193
*
cc: Prevent tree activation hang when out of memory.
reveman@chromium.org
2013-01-28
3
-14
/
+135
*
cc: Make sure tile manager doesn't accidentally become idle when throttling r...
reveman@chromium.org
2013-01-27
1
-0
/
+2
*
cc: Throttle tile priority updates to once a frame.
danakj@chromium.org
2013-01-27
11
-54
/
+119
*
cc: Throttle raster tasks when we become upload bound.
epenner@chromium.org
2013-01-26
2
-5
/
+33
*
Treat accelerated css animations like pinch zoom gestures.
vollick@chromium.org
2013-01-26
1
-6
/
+30
[next]