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
*
cc: Fix use of uninitialized tiles.
reveman@chromium.org
2013-06-06
1
-0
/
+5
*
Track set of known decoded images in ManageTiles().
tomhudson@chromium.org
2013-06-06
2
-3
/
+12
*
Reland 204442 "Split Layer::SetScrollOffset to tw..."
trchen@chromium.org
2013-06-06
6
-14
/
+118
*
Revert 204508 "Adding YUVA support for enabling Alpha Playback"
dalecurtis@google.com
2013-06-06
12
-341
/
+39
*
Adding YUVA support for enabling Alpha Playback
vigneshv@chromium.org
2013-06-06
12
-39
/
+341
*
Revert 204442 "Split Layer::SetScrollOffset to two functions for..."
hashimoto@chromium.org
2013-06-06
6
-118
/
+14
*
Split Layer::SetScrollOffset to two functions for different use
trchen@chromium.org
2013-06-06
6
-14
/
+118
*
cc: Disable LastInputEventForBeginFrame
brianderson@chromium.org
2013-06-06
9
-66
/
+0
*
cc: Make all layer recursion use CallFunctionForSubtree
enne@chromium.org
2013-06-05
5
-88
/
+68
*
cc: Remove idle signal from WorkerPool.
reveman@chromium.org
2013-06-05
8
-129
/
+148
*
cc: Add a unit test to verify BindToClient behaviour.
danakj@chromium.org
2013-06-05
3
-1
/
+74
*
cc: remove TransferAnimationsTo dead code
shawnsingh@chromium.org
2013-06-05
5
-65
/
+0
*
cc: Avoid upload of canceled raster tasks.
reveman@chromium.org
2013-06-04
1
-3
/
+8
*
cc: Fix bogus SkColorSetA usage
enne@chromium.org
2013-06-04
1
-6
/
+6
*
cc: Set resource->allocated to true within BindImage(). This mimicks the beha...
kaanb@chromium.org
2013-06-04
1
-0
/
+2
*
cc: Don't clear transparent piles to an opaque color
enne@chromium.org
2013-06-04
9
-18
/
+108
*
cc: Remove memory state from tile management
vmpstr@chromium.org
2013-06-04
9
-97
/
+67
*
Update remaining files to use WeakPtr<T>::get() instead of "operator T*"
akalin@chromium.org
2013-06-04
1
-2
/
+2
*
Support computing percentiles on a rolling window of samples
ajuma@chromium.org
2013-06-04
5
-0
/
+221
*
cc: Use gather pixel refs with positions util.
vmpstr@chromium.org
2013-06-04
1
-52
/
+25
*
Add TRACE_EVENT_IS_NEW_TRACE as a way to snapshot objects at start of recording
nduca@chromium.org
2013-06-04
9
-7
/
+53
*
After http://crrev.com/202755, timing functions can now produce values outsid...
vollick@chromium.org
2013-06-04
3
-16
/
+106
*
cc: Add new RasterWorkerPool interface.
reveman@chromium.org
2013-06-03
18
-342
/
+1231
*
Skip drawing unsupported layers in forced software mode
boliu@chromium.org
2013-06-02
25
-80
/
+312
*
Avoid creating PriorityResourceManager if not needed
boliu@chromium.org
2013-06-02
3
-31
/
+47
*
Update cc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
45
-361
/
+259
*
cc: Add metadata to analyze trace event
enne@chromium.org
2013-05-31
1
-1
/
+3
*
Fix permissions for green_alpha.png to not be executable.
isherman@chromium.org
2013-05-31
1
-0
/
+0
*
Adding test file for YUVA Shader
tomfinegan@chromium.org
2013-05-31
1
-0
/
+0
*
Use base::MessageLoop in more files.
xhwang@chromium.org
2013-05-30
1
-1
/
+1
*
Refactor SynchronousCompositor out of SynchronousCompositorOutputSurface.
mkosiba@chromium.org
2013-05-30
1
-0
/
+3
*
cc: Ignore offscreen tiles for activation
enne@chromium.org
2013-05-30
3
-8
/
+84
*
Re-land: cc: Cancel and re-prioritize worker pool tasks.
reveman@chromium.org
2013-05-30
13
-448
/
+1197
*
Rename ClampToMin and ClampToMax
vollick@chromium.org
2013-05-30
6
-9
/
+9
*
Create content switches for frame scheduling and input manager
jdduke@chromium.org
2013-05-29
7
-16
/
+10
*
Update refernces to Blink's Platform API (cc)
abarth@chromium.org
2013-05-29
39
-53
/
+50
*
Revert "Shouldn't access LayerTreeTest::layer_tree_host on impl thread"
wangxianzhu@chromium.org
2013-05-29
4
-11
/
+19
*
cc: Fix crash in MVRAR with missing recordings
enne@chromium.org
2013-05-29
3
-3
/
+25
*
Shouldn't access LayerTreeTest::layer_tree_host on impl thread
vollick@chromium.org
2013-05-29
4
-19
/
+11
*
Add CompositingReasons to compositor layers.
shawnsingh@chromium.org
2013-05-29
6
-0
/
+195
*
cc: Add compositor name for easier GPU debugging.
epenner@chromium.org
2013-05-29
3
-2
/
+6
*
Move cc/debug/latency_info to ui/base.
jbauman@chromium.org
2013-05-29
20
-166
/
+39
*
cc: Remove legacy accelerated painting path
enne@chromium.org
2013-05-29
12
-229
/
+18
*
Do not clamp y values on internal knots of timing function bezier curves
vollick@chromium.org
2013-05-29
3
-78
/
+83
*
Revert 202363 "cc: Cancel and re-prioritize worker pool tasks."
rtenneti@chromium.org
2013-05-29
13
-1179
/
+443
*
cc: Add info for DCHECK in DBTS::NextTickTarget
brianderson@chromium.org
2013-05-29
1
-1
/
+7
*
Revert 202580 "Add CompositingReasons to compositor layer types."
jchaffraix@chromium.org
2013-05-28
7
-198
/
+0
*
Add CompositingReasons to compositor layer types.
shawnsingh@chromium.org
2013-05-28
7
-0
/
+198
*
Allow animations with inactive observers to reach the Starting state
ajuma@chromium.org
2013-05-27
5
-1
/
+84
*
Plumb pinch virtual viewport flag to CC.
wjmaclean@chromium.org
2013-05-27
2
-0
/
+4
[next]