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
/
resources
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Fix resourceless draw with ganesh eanbled
boliu@chromium.org
2014-07-29
3
-4
/
+5
*
cc: Add eviction tile queue construct (and iterate) perftests.
vmpstr@chromium.org
2014-07-25
1
-0
/
+108
*
cc: Optimize picture layer tiling raster tile iterator.
vmpstr@chromium.org
2014-07-25
2
-41
/
+61
*
cc: Fix DCHECK in tile manager queue perftests.
vmpstr@chromium.org
2014-07-25
1
-6
/
+8
*
cc: Fix tiling raster iterator to process all tiles correctly.
vmpstr@chromium.org
2014-07-25
2
-30
/
+43
*
cc: Default initialize solid color in tile version constructor.
vmpstr@chromium.org
2014-07-24
1
-1
/
+2
*
cc: Make rect naming consistent in picture layer tiling.
vmpstr@chromium.org
2014-07-24
2
-12
/
+15
*
cc: Add raster tile priority queue construct perftest.
vmpstr@chromium.org
2014-07-24
1
-14
/
+64
*
(Reland) cc: Change TileManager iterators to be queues.
vmpstr@chromium.org
2014-07-24
8
-678
/
+679
*
cc: Disable eviction priority queue with occlusion on windows.
vmpstr@chromium.org
2014-07-23
1
-1
/
+8
*
cc: Remove lazy initialization from tiling iterators.
vmpstr@chromium.org
2014-07-23
2
-27
/
+19
*
Android media: VideoFrame should not store so many sync points.
dongseong.hwang@intel.com
2014-07-22
2
-5
/
+39
*
Making use of bindless variants mailbox produce/consume on remainders.
dongseong.hwang@intel.com
2014-07-22
1
-3
/
+3
*
Revert of cc: Change TileManager iterators to be queues. (https://codereview....
ksakamoto@chromium.org
2014-07-22
8
-658
/
+674
*
cc: Change TileManager iterators to be queues.
vmpstr@chromium.org
2014-07-21
8
-674
/
+658
*
cc: Avoid issuing COMMANDS_COMPLETED queries unless necessary.
reveman@chromium.org
2014-07-19
4
-14
/
+23
*
Get rid of the rest of CreateStringValue
estade@chromium.org
2014-07-18
1
-6
/
+5
*
cc: Add tiling eviction iterator perftests.
vmpstr@chromium.org
2014-07-18
1
-1
/
+134
*
cc: Remove invalidated recycle tree tiles on activation.
vmpstr@chromium.org
2014-07-18
4
-5
/
+24
*
cc: Add TODO's in ScopedGpuRaster.
sohan.jyoti@samsung.com
2014-07-17
1
-0
/
+2
*
cc: Add tiling raster tile iterator construction perftest.
vmpstr@chromium.org
2014-07-17
1
-14
/
+50
*
Consider occluded tiles during eviction with occluded as Tile property.
jbedley@chromium.org
2014-07-17
6
-22
/
+210
*
cc: Refactor ResourceProvider.
sohan.jyoti@samsung.com
2014-07-16
12
-100
/
+136
*
cc: Give TilingData back a Size instead of a Rect.
danakj@chromium.org
2014-07-16
14
-202
/
+204
*
cc: Share invalid tiles when possible.
danakj@chromium.org
2014-07-15
1
-1
/
+4
*
We should add a histogram to track the frequency of running
siva.gunturi@samsung.com
2014-07-14
1
-0
/
+1
*
cc: Use ExpandRectIgnoringBordersToTileBoundsWithBordersEmpty.
danakj@chromium.org
2014-07-14
1
-4
/
+2
*
cc: Explicitly invalidate all dropped recordings on the main thread.
danakj@chromium.org
2014-07-12
14
-194
/
+663
*
Switch to one-at-a-time SkPicture::clone interface
robertphillips@google.com
2014-07-11
1
-6
/
+3
*
cc: skipping a horizontal sort by checking the value of vertical_density
hyunki.baik@samsung.com
2014-07-10
1
-4
/
+9
*
cc: Refactor in picture_pile.cc
hyunki.baik@samsung.com
2014-07-10
1
-9
/
+9
*
Track occlusion per tree on Tile.
jbedley@chromium.org
2014-07-08
3
-5
/
+9
*
cc: Correct scale naming in UpdateTilePriorities
enne@chromium.org
2014-07-08
2
-3
/
+3
*
cc: Use TestSimpleTaskRunner for RasterWorkerPool perf tests.
reveman@chromium.org
2014-07-08
1
-13
/
+15
*
Add tracing to VideoResourceUpdater.
scherkus@chromium.org
2014-07-08
1
-0
/
+3
*
cc: Hide Gpu Rasterization details in Resource Provider.
sohan.jyoti@samsung.com
2014-07-03
6
-39
/
+66
*
Fixes for re-enabling more MSVC level 4 warnings: cc/ edition
pkasting@chromium.org
2014-07-03
1
-1
/
+4
*
cc: Rename DirectRasterWorkerPool to GpuRasterWorkerPool
sohan.jyoti@samsung.com
2014-07-01
6
-149
/
+134
*
cc: Activate sync tree instead of pending tree.
alokp@chromium.org
2014-07-01
2
-3
/
+3
*
setConfig is deprecated, use setInfo or allocPixels instead
reed@google.com
2014-06-30
5
-10
/
+6
*
cc: Don't drop recording tiles on edges of the tiling that didn't resize
danakj@chromium.org
2014-06-27
2
-4
/
+238
*
cc: Change PictureLayerTiling::UpdatePile to GetPile().
danakj@chromium.org
2014-06-26
3
-7
/
+10
*
Skip occluded tiles during rasterization.
jbedley@chromium.org
2014-06-23
8
-54
/
+203
*
Revert 278654 "cc: Start using raster/eviction iterators in tile..."
vmpstr@google.com
2014-06-23
11
-227
/
+1816
*
cc: Support on demand raster with gpu rasterization
boliu@chromium.org
2014-06-21
1
-4
/
+3
*
cc: Start using raster/eviction iterators in tile manager
vmpstr@chromium.org
2014-06-20
11
-1816
/
+227
*
cc: Don't add new tilings while syncing a tiling.
danakj@chromium.org
2014-06-20
4
-29
/
+24
*
Removed ManagedMemoryStats.
vmpstr@chromium.org
2014-06-19
3
-102
/
+0
*
cc: Expand invalidation to full tile when recording is missing for the tile.
danakj@chromium.org
2014-06-18
4
-64
/
+152
*
Revert 277964 "cc: In SyncFromActiveLayer, drop all tiles not in..."
perkj@chromium.org
2014-06-18
4
-148
/
+64
[next]