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: Pass task runner to scheduler
boliu@chromium.org
2014-03-20
5
-75
/
+107
*
Switch to use SharedBitmapManager all the time in cc_unittests
jbauman@chromium.org
2014-03-20
60
-294
/
+622
*
cc: Apply occlusion before creating quads in UIResourceLayerImpl.
danakj@chromium.org
2014-03-20
3
-2
/
+66
*
cc: Revert all RasterWorkerPoolDelegate optimizations.
reveman@chromium.org
2014-03-20
3
-80
/
+12
*
Start of hardware overlay support in CC with Ubercompositor.
alexst@chromium.org
2014-03-20
19
-15
/
+802
*
cc: Ignore occlusion in the HUD LayerImpl when appending quads.
danakj@chromium.org
2014-03-19
1
-1
/
+1
*
cc: Apply occlusion before creating quads in TextureLayerImpl.
danakj@chromium.org
2014-03-19
7
-61
/
+166
*
cc: Use QuadSink::Append instead of MaybeAppend in DRLImpl tests.
danakj@chromium.org
2014-03-19
1
-14
/
+14
*
cc: Register picture layers into tile manager.
vmpstr@chromium.org
2014-03-19
7
-2
/
+253
*
cc: Prevent overlapping picture playback
enne@chromium.org
2014-03-19
2
-6
/
+107
*
Fix and reenable BrowserCompositorInvalidateLayerTreePerfTest.DenseBrowserUI
clholgat@chromium.org
2014-03-19
1
-7
/
+8
*
Fix broken assumption in ResourceProviderTest.TransferSoftwareResources/1.
earthdok@chromium.org
2014-03-19
1
-8
/
+19
*
CC: Make TaskGraphRunner::RunTask a toplevel event.
epenner@chromium.org
2014-03-19
1
-1
/
+1
*
cc: Replace recorded region with direct map lookup
enne@chromium.org
2014-03-19
14
-97
/
+204
*
Add --disable-low-res-tiling. Disable low res tiling to save power.
anton@chromium.org
2014-03-18
4
-2
/
+8
*
Clean up repeated code in picture pile unittest
enne@chromium.org
2014-03-18
1
-164
/
+94
*
cc: Change #if !defined(NDEBUG) to #if DCHECK_IS_ON.
danakj@chromium.org
2014-03-18
14
-48
/
+44
*
cc: Change always-true if statement to a DCHECK().
danakj@chromium.org
2014-03-18
1
-2
/
+2
*
cc: Skip commit state timer on sync compositor
boliu@chromium.org
2014-03-18
1
-2
/
+5
*
cc: Attempt to de-flake test by preventing commit to start before draw.
danakj@chromium.org
2014-03-18
1
-7
/
+5
*
Fix "unreachable code" warnings (MSVC warning 4702), misc. edition.
pkasting@chromium.org
2014-03-18
1
-2
/
+3
*
cc: Add a tiling iterator that doesn't include borders
enne@chromium.org
2014-03-18
7
-75
/
+184
*
Update PRESUBMIT for tryserver.chromium.gpu
phajdan.jr@chromium.org
2014-03-18
1
-0
/
+2
*
Disable BrowserCompositorInvalidateLayerTreePerfTest.DenseBrowserUI.
teravest@chromium.org
2014-03-18
1
-1
/
+1
*
cc: Pass impl task runner into TextureMailboxDeleter
boliu@chromium.org
2014-03-18
5
-9
/
+21
*
cc: Refactor and cleanup of TaskGraphRunner class.
reveman@chromium.org
2014-03-17
12
-220
/
+271
*
cc: Apply occlusion before creating quads in IOSurfaceLayerImpl.
danakj@chromium.org
2014-03-17
7
-21
/
+134
*
cc: Add some useful traces to ResourceProvider.
reveman@chromium.org
2014-03-17
1
-0
/
+27
*
cc: Remove incorrect special case for "visible and ready to draw" tiles.
reveman@chromium.org
2014-03-17
1
-8
/
+0
*
cc: Remove TestWebGraphicsContext3D overhead from RasterWorkerPool perf tests.
reveman@chromium.org
2014-03-17
2
-3
/
+30
*
Re-land: cc: RasterWorkerPoolDelegate might leave RasterWorkerPool instances ...
reveman@chromium.org
2014-03-15
2
-7
/
+11
*
Disable LayerTreeHostTestDelegatingRendererAtomicCommit Tests.
scheib@chromium.org
2014-03-14
1
-2
/
+3
*
Revert 257161 "Revert 256955 "Add shared bitmap managers for bro..."
jbauman@chromium.org
2014-03-14
4
-3
/
+35
*
cc: Fix to rasterize on demand with multiple worker threads.
vmpstr@chromium.org
2014-03-14
3
-11
/
+20
*
Revert 256955 "Add shared bitmap managers for browser and render..."
jbauman@chromium.org
2014-03-14
4
-35
/
+3
*
Change DCHECK_IS_ON() to DCHECK_IS_ON
wangxianzhu@chromium.org
2014-03-14
3
-10
/
+9
*
Revert 257031 "cc: RasterWorkerPoolDelegate might leave RasterWo..."
reveman@chromium.org
2014-03-14
2
-7
/
+14
*
Revert of cc: Replace recorded region with direct map lookup (https://coderev...
thakis@chromium.org
2014-03-14
13
-102
/
+97
*
cc: Fix typo that is causing a crash whenever an image decode task is used.
reveman@chromium.org
2014-03-14
1
-1
/
+1
*
cc: Add tiling raster tile iterators.
vmpstr@chromium.org
2014-03-14
11
-52
/
+441
*
cc: RasterWorkerPoolDelegate might leave RasterWorkerPool instances with inva...
reveman@chromium.org
2014-03-14
2
-14
/
+7
*
Add shared bitmap managers for browser and renderer processes.
jbauman@chromium.org
2014-03-13
4
-3
/
+35
*
cc: Replace recorded region with direct map lookup
enne@chromium.org
2014-03-13
13
-97
/
+102
*
cc: Apply occlusion before creating quads in SolidColorLayerImpl.
danakj@chromium.org
2014-03-13
9
-8
/
+176
*
cc: Run rasterize benchmark on the worker thread.
vmpstr@chromium.org
2014-03-13
4
-19
/
+87
*
cc: Remove showing culled tile borders as a different color.
danakj@chromium.org
2014-03-13
6
-49
/
+5
*
cc: Rename QuadSink::Append to MaybeAppend.
danakj@chromium.org
2014-03-13
26
-76
/
+76
*
More sync of PRESUBMIT with what CQ runs
phajdan.jr@chromium.org
2014-03-13
1
-1
/
+1
*
cc: Allow sending BeginMainFrame before draw or activation
brianderson@chromium.org
2014-03-12
13
-109
/
+309
*
Adding fading effect for paint rectangles in HUD layer.
malch@chromium.org
2014-03-12
5
-62
/
+120
[prev]
[next]