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
*
Revert 278654 "cc: Start using raster/eviction iterators in tile..."
vmpstr@google.com
2014-06-23
17
-235
/
+1839
*
Removed QuadSink and MockQuadCuller
weiliangc@chromium.org
2014-06-23
60
-542
/
+388
*
Small layer_tree_json_parser fix for Is3dSorted
thildebr@chromium.org
2014-06-21
1
-1
/
+1
*
cc: Support on demand raster with gpu rasterization
boliu@chromium.org
2014-06-21
15
-38
/
+96
*
cc: Pass scaled bounds to debug border quads for drawing.
sohan.jyoti@samsung.com
2014-06-20
13
-14
/
+34
*
cc: Start using raster/eviction iterators in tile manager
vmpstr@chromium.org
2014-06-20
17
-1839
/
+235
*
cc: Don't add new tilings while syncing a tiling.
danakj@chromium.org
2014-06-20
13
-331
/
+277
*
Adding a test hook for ScheduledActionAnimate.
mithro@mithis.com
2014-06-19
2
-11
/
+17
*
cc: Early out sooner in UpdateTilePriorities when !CanHaveTilings().
danakj@chromium.org
2014-06-19
5
-75
/
+66
*
Removed ManagedMemoryStats.
vmpstr@chromium.org
2014-06-19
19
-246
/
+0
*
Rendering context information added to SharedQuadState
thildebr@chromium.org
2014-06-19
30
-112
/
+166
*
Revert of cc: Early out sooner in UpdateTilePriorities when !CanHaveTilings()...
jackhou@chromium.org
2014-06-19
3
-64
/
+73
*
cc: Early out sooner in UpdateTilePriorities when !CanHaveTilings().
danakj@chromium.org
2014-06-19
3
-73
/
+64
*
cc: Expand invalidation to full tile when recording is missing for the tile.
danakj@chromium.org
2014-06-18
9
-97
/
+248
*
Disable LayerTreeHostTestHighResRequiredAfterEvictingUIResources
brettw@chromium.org
2014-06-18
1
-1
/
+2
*
Revert 277964 "cc: In SyncFromActiveLayer, drop all tiles not in..."
perkj@chromium.org
2014-06-18
9
-244
/
+97
*
cc: In SyncFromActiveLayer, drop all tiles not in the recorded_viewport.
danakj@chromium.org
2014-06-18
9
-97
/
+244
*
GN: Fix up various gpu targets
jamesr@chromium.org
2014-06-18
1
-0
/
+8
*
Remove QuadCuller class and make QuadSink concrete
weiliangc@chromium.org
2014-06-17
8
-109
/
+55
*
gpu: Only estimate parent compositor run time when needed
skyostil@chromium.org
2014-06-17
1
-1
/
+2
*
Change GLInternalFormat param from GLint to GLenum.
jungjik.lee@samsung.com
2014-06-17
2
-2
/
+2
*
cc: Update draw properties on external root scroll
boliu@chromium.org
2014-06-17
2
-0
/
+37
*
cc: Fix a bug in tile manager eviction tile iterator.
vmpstr@chromium.org
2014-06-17
1
-5
/
+20
*
Manage resource lifetimes in frames submitted to Surfaces
jamesr@chromium.org
2014-06-17
4
-2
/
+476
*
cc: cleanup: Remove unnecessary DCHECK
hyunki.baik@samsung.com
2014-06-16
1
-1
/
+0
*
cc: Removed PicturePileImpl::Analysis::has_text_.
alokp@chromium.org
2014-06-16
2
-3
/
+2
*
cc: adjust devtools_instrumentation to needs of trace-based timeline
caseq@chromium.org
2014-06-15
4
-13
/
+27
*
cc: Removed TileVersion::has_text.
alokp@chromium.org
2014-06-14
4
-11
/
+2
*
cc: Don't swap throttle BeginMainFrame just after swapping
brianderson@chromium.org
2014-06-13
2
-5
/
+65
*
MockQC stops create its own RP and MockOcclusionTracker
weiliangc@chromium.org
2014-06-13
15
-64
/
+110
*
cc: Use LayerImpl instead of TiledLayerImpl in LTHI test.
sohan.jyoti@samsung.com
2014-06-13
1
-72
/
+91
*
cc: Move CalculateContentsScale from LayerImpl to LayerTreeHostCommon
sohan.jyoti@samsung.com
2014-06-13
4
-94
/
+87
*
Create MockOcclusionTracker for testing
weiliangc@chromium.org
2014-06-13
9
-73
/
+95
*
cc: Move tiling management out of draw properties calculation.
sohan.jyoti@samsung.com
2014-06-13
14
-486
/
+678
*
cc: Presubmit ban #if 0
enne@chromium.org
2014-06-13
1
-0
/
+14
*
cc: Directly construct SchedulerSettings from LayerTreeSettings
enne@chromium.org
2014-06-13
3
-17
/
+20
*
cc: LTHI decides which tree is used for commit.
alokp@chromium.org
2014-06-13
4
-54
/
+50
*
Use a struct for cc::Surface ids for more type safety
jamesr@chromium.org
2014-06-13
23
-66
/
+110
*
cc: Stop blocking the main thread in CreateAndInitializeOutputSurface.
danakj@chromium.org
2014-06-13
3
-96
/
+97
*
cc: Removed LCD text settings from the impl side.
alokp@chromium.org
2014-06-13
17
-249
/
+17
*
cc: Ensure that layers with invalid tile priorities don't raster.
vmpstr@chromium.org
2014-06-13
1
-0
/
+13
*
Do not skip subtrees with wheel or touch handlers
vollick@chromium.org
2014-06-13
3
-0
/
+70
*
cc: Remove EnsureRenderSurfaceLayerList, do UpdateDrawProps when needed.
danakj@chromium.org
2014-06-13
8
-66
/
+29
*
cc: Avoid needless Rect->RectF->Rect conversion in CalcDrawProps.
danakj@chromium.org
2014-06-12
1
-3
/
+3
*
Combined scale factor and delta updates into one call.
bokan@chromium.org
2014-06-12
3
-43
/
+44
*
Clean up PointIsClippedBySurfaceOrClipRect
vollick@chromium.org
2014-06-12
2
-21
/
+157
*
Record SkPicture with correct LCD text setting.
alokp@chromium.org
2014-06-12
3
-5
/
+25
*
Correctly set up LayerTreeSettings for cc::Display.
jbauman@chromium.org
2014-06-12
2
-3
/
+3
*
Remove use of kUsePathBoundsForClip_RecordingFlag
robertphillips@google.com
2014-06-12
2
-11
/
+4
*
cc: Refactor how picture layers are exposed to the tile manager.
reveman@chromium.org
2014-06-12
13
-257
/
+99
[next]