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: Added scheduled priority into tracing
vmpstr@chromium.org
2013-08-05
3
-1
/
+10
*
cc: Don't implicitly convert size_t to unsigned int.
danakj@chromium.org
2013-08-03
1
-1
/
+1
*
Add memory policy limit by number of resources.
aelias@chromium.org
2013-08-03
6
-32
/
+77
*
[CC] Skip tiles in the NEVER_BIN (on both trees) and free their resources ear...
skaslev@chromium.org
2013-08-02
2
-15
/
+20
*
cc: Tile manager perftest (just ManageTiles for now)
vmpstr@chromium.org
2013-08-02
1
-0
/
+186
*
Proposed UI Resource Manager. See internal doc:
powei@chromium.org
2013-08-01
5
-0
/
+199
*
cc: Added content_rect and layer_id to Tile::AsValue
vmpstr@chromium.org
2013-07-31
2
-2
/
+3
*
cc: Cleanup Layer::SetNeedsDisplayInRect
enne@chromium.org
2013-07-31
2
-1
/
+11
*
Add an unbindImage method to ResourceProvider and move bindImage and unbindIm...
kaanb@chromium.org
2013-07-31
4
-69
/
+118
*
[CC] Refactored tile bin selection from binning memory policy.
skaslev@chromium.org
2013-07-31
3
-33
/
+39
*
cc: Limit number of raster tasks that can be scheduled.
reveman@chromium.org
2013-07-23
2
-55
/
+89
*
Avoid costly transform math in UpdateTilePriorities
shawnsingh@chromium.org
2013-07-19
2
-2
/
+822
*
cc: Don't leak ContextSharedData
danakj@chromium.org
2013-07-19
1
-5
/
+10
*
cc: add picture id to Picture::Record
enne@chromium.org
2013-07-19
2
-5
/
+17
*
cc: Re-enable the VideoResourceUpdater tests.
danakj@chromium.org
2013-07-18
1
-8
/
+7
*
Use a direct include of the message_loop header in cc/, chrome_frame/, cloud_...
avi@chromium.org
2013-07-17
1
-1
/
+1
*
cc: Rename DidFinished* functions to DidFinish*
vmpstr@chromium.org
2013-07-17
6
-13
/
+13
*
cc: Disable VideoResourceUpdaterTest for now
danakj@chromium.org
2013-07-16
1
-2
/
+4
*
cc: Don't DeleteResource while holding write lock.
danakj@chromium.org
2013-07-16
3
-5
/
+84
*
cc: Increased robustness of rasterize and record benchmark.
ernstm@chromium.org
2013-07-15
6
-38
/
+31
*
OutputSurfaceClient::ReleaseGL
boliu@chromium.org
2013-07-13
3
-71
/
+170
*
cc: Remove reassign gpu memory from tile manager.
vmpstr@chromium.org
2013-07-12
5
-122
/
+56
*
cc: Fix memory assignment accounting problem causing incorrect tree activation.
reveman@chromium.org
2013-07-12
1
-1
/
+4
*
cc: Fix incorrect completion of tiles and missing "ready to activate" signal.
reveman@chromium.org
2013-07-11
2
-3
/
+40
*
Cleanup unused WebExternalTextureLayer APIs and resulting dead code.
piman@chromium.org
2013-07-11
5
-41
/
+1
*
add missing headers in cc/*
mostynb@opera.com
2013-07-11
1
-0
/
+1
*
Reverts r207524. Mapping the same buffer twice causes a freeze on certain dev...
kaanb@chromium.org
2013-07-11
1
-2
/
+5
*
cc: Use correct tile address as tracing id
vmpstr@chromium.org
2013-07-10
1
-1
/
+1
*
cc: Refactored rasterize benchmark to use timeline model.
ernstm@chromium.org
2013-07-10
5
-9
/
+28
*
cc: Fix incorrect StateName reporting in PixelBuffer RWP traces.
reveman@chromium.org
2013-07-10
1
-0
/
+1
*
cc: Remove tile ref counting in tile manager.
vmpstr@chromium.org
2013-07-10
7
-165
/
+191
*
cc: Eliminate managed_tile_state dependency on tile_manager.h
vmpstr@chromium.org
2013-07-08
4
-69
/
+70
*
cc: Make Layer::Update return a bool
enne@chromium.org
2013-07-08
2
-3
/
+10
*
This is a small clean-up that reduces raster mode exposure outside of the til...
vmpstr@chromium.org
2013-07-08
8
-44
/
+62
*
cc: Forward declare WebGraphicsContext3D when possible.
tfarina@chromium.org
2013-07-05
4
-17
/
+11
*
cc: Eliminate tile.h's dependency on tile_manager.h
vmpstr@chromium.org
2013-07-04
8
-96
/
+134
*
cc: Fix pile->CanRaster DCHECK
enne@chromium.org
2013-07-04
1
-1
/
+6
*
Use factory for creating SkPicture from a stream.
scroggo@google.com
2013-07-03
2
-38
/
+36
*
Re-land: cc: Add raster finished signals to RasterWorkerPool.
reveman@chromium.org
2013-07-03
16
-397
/
+887
*
Revert 209912 "cc: Add raster finished signals to RasterWorkerPool."
dslomov@chromium.org
2013-07-03
16
-887
/
+397
*
cc: Add raster finished signals to RasterWorkerPool.
reveman@chromium.org
2013-07-03
16
-397
/
+887
*
cc: Make impl-side painting work with software renderer.
reveman@chromium.org
2013-07-03
3
-92
/
+159
*
cc: Added vector::reserve in WorkerPool.
vmpstr@chromium.org
2013-07-02
1
-16
/
+16
*
skiaBenchmarking.rasterize(): add optional stop index argument.
fmalita@chromium.org
2013-07-02
2
-0
/
+15
*
cc: Fixed rendering stats in Picture::Record
ernstm@chromium.org
2013-07-02
1
-2
/
+2
*
cc: Made use color estimator a const instead of a flag.
vmpstr@chromium.org
2013-07-02
5
-17
/
+5
*
Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-07-02
1
-3
/
+3
*
cc: Use background priority for worker threads on Linux.
reveman@chromium.org
2013-07-02
1
-11
/
+3
*
cc: Prioritize tasks with more dependents.
reveman@chromium.org
2013-07-01
2
-69
/
+238
*
cc: Recycle tilings to make SetLiveTilesRect cheaper
enne@chromium.org
2013-07-01
6
-8
/
+406
[next]