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
/
test
/
fake_tile_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland (2): cc: Make tile manager object persist for the length of LTHI.
vmpstr
2015-07-10
1
-4
/
+4
*
Revert of Reland: cc: Make tile manager object persist for the length of LTHI...
zhaoqin
2015-07-10
1
-4
/
+4
*
Reland: cc: Make tile manager object persist for the length of LTHI.
vmpstr
2015-07-09
1
-4
/
+4
*
Revert of cc: Make tile manager object persist for the length of LTHI. (patch...
vmpstr
2015-07-08
1
-2
/
+4
*
cc: Make tile manager object persist for the length of LTHI.
vmpstr
2015-07-08
1
-4
/
+2
*
cc, gpu: Use RGBA when using msaa on systems that don't support BGRA
hendrikw
2015-06-19
1
-1
/
+4
*
cc: Partial tile raster for BitmapTileTaskWorkerPool.
danakj
2015-06-01
1
-1
/
+1
*
cc: Partial tile update for one-copy raster.
danakj
2015-05-29
1
-1
/
+3
*
cc: Move files out of cc/resources/.
danakj
2015-05-18
1
-2
/
+2
*
cc: Remove use of MessageLoopProxy
skyostil
2015-04-13
1
-2
/
+3
*
cc: Remove all traces of synchronous GPU rasterization
hendrikw
2015-04-04
1
-2
/
+0
*
Remove the default format from ResourcePool.
peterp
2015-01-27
1
-0
/
+1
*
cc: GPU rasterize tiles synchronously in PrepareToDraw
hendrikw
2015-01-03
1
-9
/
+3
*
cc: Removed rendering stats instrumentation from tile manager.
vmpstr
2014-12-11
1
-2
/
+0
*
cc: Renaming Rasterizer and RasterWorkerPool interfaces
vmiura
2014-12-09
1
-13
/
+11
*
cc: Make TileManager task limit configurable
enne
2014-10-23
1
-2
/
+7
*
Standardize usage of virtual/override/final in cc/
dcheng
2014-10-21
1
-7
/
+6
*
cc: Start using raster/eviction iterators.
vmpstr
2014-10-09
1
-3
/
+1
*
replace OVERRIDE and FINAL with override and final in cc/
mostynb
2014-10-06
1
-6
/
+6
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
1
-1
/
+1
*
Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....
dcheng
2014-09-27
1
-1
/
+1
*
cc: Remove use of PassAs() and constructor-casting with scoped_ptr.
danakj
2014-09-27
1
-1
/
+1
*
cc: Move RasterBuffer implementations from ResourceProvider to RasterWorkerPo...
reveman
2014-09-18
1
-3
/
+6
*
cc: Generalize raster task notifications
ernstm
2014-09-18
1
-4
/
+0
*
cc: Do bitmap conversion for RasterBuffer in the worker thread.
auygun
2014-08-26
1
-2
/
+2
*
cc: Do not cleanup tiles with raster tasks.
sohan.jyoti@samsung.com
2014-08-04
1
-0
/
+2
*
Revert 278654 "cc: Start using raster/eviction iterators in tile..."
vmpstr@google.com
2014-06-23
1
-1
/
+3
*
cc: Start using raster/eviction iterators in tile manager
vmpstr@chromium.org
2014-06-20
1
-3
/
+1
*
Re-land: cc: Examine layers to determine if we're ready to activate.
reveman@chromium.org
2014-05-27
1
-11
/
+2
*
Revert 272635 "cc: Examine layers to determine if we're ready to..."
kbr@chromium.org
2014-05-24
1
-2
/
+11
*
cc: Examine layers to determine if we're ready to activate.
reveman@chromium.org
2014-05-23
1
-11
/
+2
*
cc: Get rid of rasterizer delegate.
alokp@chromium.org
2014-05-22
1
-3
/
+0
*
cc: Do not limit number of raster tasks for upload limit.
alokp@chromium.org
2014-05-10
1
-15
/
+0
*
cc: Remove use of "internal" namespace for TaskGraph.
reveman@chromium.org
2014-04-13
1
-10
/
+8
*
cc: Move ResourcePool ownership to LTHI.
reveman@chromium.org
2014-04-12
1
-12
/
+6
*
cc: Separate RasterWorkerPool interface from implementation details.
reveman@chromium.org
2014-04-10
1
-24
/
+22
*
cc: Make RasterWorkerPool an abstract class.
reveman@chromium.org
2014-04-09
1
-36
/
+30
*
cc: Use explicit SequencedTaskRunner current loop in TileManager
boliu@chromium.org
2014-03-05
1
-1
/
+5
*
Re-land: cc: Cleanup internal::WorkerPoolTaskClient interface.
reveman@chromium.org
2014-02-24
1
-7
/
+8
*
Revert of cc: Cleanup internal::WorkerPoolTaskClient interface. (https://code...
pkotwicz@chromium.org
2014-02-22
1
-8
/
+7
*
cc: Cleanup internal::WorkerPoolTaskClient interface.
reveman@chromium.org
2014-02-22
1
-7
/
+8
*
cc: Remove RasterWorkerPool::Task.
reveman@chromium.org
2014-02-19
1
-3
/
+6
*
cc: Move GPU raster to DirectRasterWorkerPool.
reveman@chromium.org
2014-02-15
1
-16
/
+9
*
cc: Refactor WorkerPoolTaskClient::AcquireBufferForRaster
alokp@chromium.org
2014-02-13
1
-2
/
+2
*
cc: Refactor RasterTask::Queue to avoid unnecessary heap allocations.
reveman@chromium.org
2014-02-11
1
-5
/
+3
*
cc: Prevent usage of rasterize on-demand with delegating renderer.
reveman@chromium.org
2014-02-11
1
-3
/
+20
*
cc: Refactor RasterWorkerPool for better testing support.
reveman@chromium.org
2014-02-09
1
-5
/
+13
*
cc: Move internal::Task::did_schedule_ to internal::WorkerPoolTask.
reveman@chromium.org
2014-02-06
1
-2
/
+1
*
cc: Make internal::RasterWorkerPoolTask an internal::Task.
reveman@chromium.org
2014-01-28
1
-5
/
+25
*
Re-land: cc: Remove WorkerPool class and instead use TaskGraphRunner directly.
reveman@chromium.org
2014-01-23
1
-1
/
+4
[next]