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
*
Add switch to disable recording whole document
boliu@chromium.org
2014-07-02
3
-2
/
+4
*
Allocate surface IDs on client side
jamesr@chromium.org
2014-07-02
14
-64
/
+124
*
Route selection bounds updates through the compositor
jdduke@chromium.org
2014-07-01
14
-3
/
+542
*
cc: Rename DirectRasterWorkerPool to GpuRasterWorkerPool
sohan.jyoti@samsung.com
2014-07-01
9
-157
/
+142
*
cc: Activate sync tree instead of pending tree.
alokp@chromium.org
2014-07-01
13
-91
/
+81
*
ASAN fix for SurfaceAggregatorWithResourcesTest.TakeResourcesOneSurface
jamesr@chromium.org
2014-07-01
1
-20
/
+26
*
setConfig is deprecated, use setInfo or allocPixels instead
reed@google.com
2014-06-30
10
-42
/
+20
*
cc: Replace ScopedPtrVector<RenderPass> with RenderPassList
simonhong@chromium.org
2014-06-30
7
-18
/
+17
*
cc: Remove unused variables in gl_renderer.h
hyunki.baik@samsung.com
2014-06-28
1
-3
/
+0
*
Revert 280493 "Make SingleThreadProxy a SchedulerClient"
nkostylev@chromium.org
2014-06-28
17
-388
/
+211
*
Make SingleThreadProxy a SchedulerClient
enne@chromium.org
2014-06-28
17
-211
/
+388
*
cc: Pass ideal contents scale to PictureLayerTiling UpdateTilePriorities.
sohan.jyoti@samsung.com
2014-06-27
2
-21
/
+23
*
cc: Fixed unittests that counted the number of tree activations.
alokp@chromium.org
2014-06-27
3
-5
/
+28
*
Update scrollbar parameters when it is associated to layer
wangxianzhu@chromium.org
2014-06-27
8
-31
/
+51
*
cc: Don't drop recording tiles on edges of the tiling that didn't resize
danakj@chromium.org
2014-06-27
2
-4
/
+238
*
Use a SurfaceFactory and manage resources for that group of surfaces
jamesr@chromium.org
2014-06-27
22
-757
/
+1136
*
cc: Change PictureLayerTiling::UpdatePile to GetPile().
danakj@chromium.org
2014-06-26
8
-14
/
+19
*
cc: Disable flaky SchedulerTest.SyntheticBeginFrames
enne@chromium.org
2014-06-26
1
-1
/
+2
*
cc: update scaled transform to occlusion tracker during append quad.
sohan.jyoti@samsung.com
2014-06-25
1
-2
/
+2
*
cc: Trace FrameViewer tracing
enne@chromium.org
2014-06-25
1
-7
/
+10
*
cc: Move the call to LayerTreeImpl::ResetRequiresHighResToDraw.
alokp@chromium.org
2014-06-25
1
-9
/
+8
*
cc: Update draw if external draw constraints change
boliu@chromium.org
2014-06-24
2
-0
/
+30
*
Skip occluded tiles during rasterization.
jbedley@chromium.org
2014-06-23
16
-79
/
+564
*
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
[next]