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
*
Mac: Disable elastic overscroll when pages are not user scrollable
ccameron
2015-02-20
2
-0
/
+11
*
Fix Enum Style Throughout CC.
ericrk
2015-02-20
74
-1761
/
+1607
*
Avoid redrawing Display when not damaged.
jbauman
2015-02-20
4
-15
/
+279
*
cc: Fix MSAA when threaded GPU rasterization is enabled.
senorblanco
2015-02-20
1
-1
/
+1
*
cc: Make VideoResourceUpdater use CopyToResource instead of SetPixels.
danakj
2015-02-19
2
-8
/
+37
*
Update existing uses of /wd4267 to use the GN config
brettw
2015-02-19
1
-4
/
+2
*
Add support for the Rec709 YUV color space to the hardware composited video p...
rileya
2015-02-19
5
-17
/
+28
*
cc: Remove UpdateDrawProperties during sync composite
enne
2015-02-19
4
-12
/
+16
*
cc: Fix missing render surfaces with output requests
enne
2015-02-19
5
-5
/
+102
*
Resolve FIXMEs in cc for Display Item Lists.
schenney
2015-02-19
7
-50
/
+61
*
cc: Stop using TextureUploader for UIResources, HUD, and tests.
danakj
2015-02-19
8
-125
/
+136
*
cc: Calculate "can use lcd text" on the compositor thread
enne
2015-02-19
39
-308
/
+331
*
cc: Remove unused PictureDrawQuad support from GLRenderer.
danakj
2015-02-19
14
-271
/
+95
*
Remove #ifs from WebDisplayItemListImpl
ajuma
2015-02-18
2
-17
/
+0
*
Work on GN Win64 build.
brettw
2015-02-18
1
-0
/
+2
*
Sort GYP and GN files under cc
satorux
2015-02-18
4
-62
/
+62
*
Break down end-to-end scroll update latency UMA metrics
miletus
2015-02-18
2
-9
/
+18
*
cc: Fix crash in TileTaskWorkerPoolPerfTests.
e.hakkinen
2015-02-18
1
-0
/
+2
*
cc: Add DCHECK to OneCopyTileTaskWorkerPool::ScheduleTasks.
reveman
2015-02-18
1
-0
/
+7
*
[cc]: Add a BeginMainFrameNotExpectedSoon signal and route it to the Renderer...
rmcilroy
2015-02-18
13
-14
/
+95
*
VideoResourceUpdater: Add unittests for software compositor
magjed
2015-02-18
1
-2
/
+97
*
cc: Commit directly to active tree when using single thread.
danakj
2015-02-17
12
-33
/
+48
*
Fix location setting for Drawing Display Items in cc.
schenney
2015-02-17
1
-2
/
+1
*
cc: Threaded GPU - fix thread binding.
vmiura
2015-02-16
1
-16
/
+8
*
cc: Fix DCHECK when impl thread changes scale on a layer being hidden.
danakj
2015-02-14
3
-1
/
+245
*
cc: Make raster source members const
enne
2015-02-14
18
-366
/
+481
*
cc: Stop passing the occlusion explicitly to AppendQuads.
danakj
2015-02-14
42
-126
/
+93
*
cc: Stop passing the occlusion explicitly to UpdateTiles.
danakj
2015-02-14
6
-35
/
+26
*
cc: Revert to using SkMultiPictureDraw in GpuRasterizer::RasterizeSource().
vmiura
2015-02-14
1
-1
/
+4
*
cc: Add threaded GPU rasterization.
vmiura
2015-02-14
31
-78
/
+315
*
cc: Fix bug in generating picture layer pairs from 2 lists.
danakj
2015-02-13
4
-4
/
+202
*
cc: Make occlusion a draw property.
danakj
2015-02-13
12
-666
/
+407
*
cc: Make HeadsUpDisplayLayer no longer a ContentsScalingLayer
enne
2015-02-13
4
-16
/
+29
*
Enable partial recording if slimmingPaintDisplayItemCache is enabled
wangxianzhu
2015-02-13
1
-4
/
+3
*
cc: Make PaintedScrollbarLayer not use ContentsScalingLayer
enne
2015-02-13
14
-270
/
+289
*
cc: Switch eviction iterators to consider combined priority.
vmpstr
2015-02-13
5
-57
/
+55
*
Constify SkPicture in DrawingDisplayItem
schenney
2015-02-13
2
-1
/
+9
*
Add a lock on context provider for use from multiple threads.
jbauman
2015-02-13
7
-0
/
+37
*
Add a base::TimeTicks::SnappedToNextTick method
brianderson
2015-02-13
2
-38
/
+7
*
Revert of cc: Make PaintedScrollbarLayer not use ContentsScalingLayer (patchs...
enne
2015-02-12
14
-280
/
+269
*
cc: Make PaintedScrollbarLayer not use ContentsScalingLayer
enne
2015-02-12
14
-269
/
+280
*
cc: Update TestContextProvider to use SkNullGLContext.
vmiura
2015-02-12
1
-5
/
+5
*
cc: Translate filter when texture is larger than quad rect
hendrikw
2015-02-12
5
-15
/
+78
*
cc: Use FilterOperations instead of SkImageFilter in FilterDisplayItem
ajuma
2015-02-12
5
-15
/
+88
*
[Android] Disable pull-to-refresh with overflow-y:hidden
jdduke
2015-02-12
4
-1
/
+35
*
cc: Move occlusion debug rects into the debug layer borders.
danakj
2015-02-12
14
-180
/
+47
*
cc: Stop passing OcclusionTracker to RenderSurfaceImpl.
danakj
2015-02-11
6
-81
/
+86
*
gpu video: optimize HW video to SW canvas and implement it for WebRTC.
dongseong.hwang
2015-02-11
2
-5
/
+5
*
cc: Move the picture_layers_ list from LayerTreeHostImpl to the trees.
danakj
2015-02-11
5
-63
/
+42
*
Make BeginFrameSourceMixIn's NeedsBeginFrame final
jincheol.jo
2015-02-11
2
-17
/
+1
[next]