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
/
scheduler
Commit message (
Expand
)
Author
Age
Files
Lines
*
CC: Fix missing swap-used-incomplete-tile updates
epenner@chromium.org
2013-09-07
4
-10
/
+9
*
cc: Add readback and forced draw states to the Scheduler.
brianderson@chromium.org
2013-09-07
8
-404
/
+592
*
cc: Make DelayBasedTimeSource robust to large deltas
enne@chromium.org
2013-09-02
2
-13
/
+31
*
cc: Add test for output surface lost while not visible
brianderson@chromium.org
2013-08-29
1
-3
/
+28
*
cc: Do not request commits if they will be aborted
brianderson@chromium.org
2013-08-28
1
-8
/
+8
*
cc: Simplify Scheduler::NextAction
brianderson@chromium.org
2013-08-28
2
-55
/
+27
*
Avoid "ForTesting" presubmit warning when changing ThreadProxy.
danakj@chromium.org
2013-08-27
2
-10
/
+10
*
cc: Control activation from the Scheduler
brianderson@chromium.org
2013-08-27
5
-155
/
+218
*
cc: Add additional OutputSurfaceStates
brianderson@chromium.org
2013-08-24
4
-134
/
+240
*
cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipeline
brianderson@chromium.org
2013-08-23
4
-95
/
+137
*
Revert "cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipeline"
dominicc@google.com
2013-08-22
4
-100
/
+74
*
cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipeline
brianderson@chromium.org
2013-08-22
4
-74
/
+100
*
cc: Add trace events for the Scheduler states.
brianderson@chromium.org
2013-08-21
6
-81
/
+191
*
cc: Avoid double ticking RetroactiveBeginFrames
brianderson@chromium.org
2013-08-15
6
-22
/
+37
*
cc: Handle future timebases properly in DelayBasedTimeSource
brianderson@chromium.org
2013-08-15
2
-3
/
+120
*
aura,cc: Make TestContextProvider usable outside cc.
danakj@chromium.org
2013-08-13
1
-1
/
+1
*
cc: Allow the main thread to cancel commits
enne@chromium.org
2013-07-30
6
-29
/
+157
*
Make inttypes.h and similar macro usage C++11-friendly.
thakis@chromium.org
2013-07-25
1
-3
/
+3
*
Revert 213338 "cc: Allow the main thread to cancel commits"
jochen@chromium.org
2013-07-24
6
-157
/
+29
*
cc: Allow the main thread to cancel commits
enne@chromium.org
2013-07-24
6
-29
/
+157
*
cc: Limit number of raster tasks that can be scheduled.
reveman@chromium.org
2013-07-23
5
-26
/
+26
*
Estimate commit and activation duration
ajuma@chromium.org
2013-07-13
2
-0
/
+8
*
cc: Don't make AcquireLayerTextures force a commit.
piman@chromium.org
2013-07-11
3
-11
/
+28
*
add missing headers in cc/*
mostynb@opera.com
2013-07-11
3
-0
/
+5
*
cc: Fix and simplify DelayBasedTimeSource
brianderson@chromium.org
2013-07-04
3
-64
/
+38
*
cc: Move activation to proactive begin frame
boliu@chromium.org
2013-07-04
1
-8
/
+3
*
Use a direct include of time headers in cc/.
avi@chromium.org
2013-06-27
5
-5
/
+5
*
cc: Fix infinite BeginFrame that Scheduler causes.
dongseong.hwang@intel.com
2013-06-26
4
-7
/
+11
*
cc: Initialize Scheduler::safe_to_expect_begin_frame_
brianderson@chromium.org
2013-06-20
1
-0
/
+1
*
cc: Trigger BeginFrames that were just missed retroactively
brianderson@chromium.org
2013-06-20
2
-3
/
+15
*
cc: Remove cc::Thread and cc::ThreadImpl.
danakj@chromium.org
2013-06-20
3
-12
/
+13
*
cc: Add BeginFrameArgs
brianderson@chromium.org
2013-06-19
9
-78
/
+95
*
cc: Remove FakeThread, use SingleThreadTaskRunner in scheduling classes.
danakj@chromium.org
2013-06-18
6
-156
/
+187
*
cc: Emulate BeginFrame in OutputSurfaces that don't support it natively
brianderson@chromium.org
2013-06-18
14
-570
/
+312
*
Revert 206020 "cc: Emulate BeginFrame in OutputSurfaces that don..."
reveman@google.com
2013-06-17
14
-252
/
+546
*
Estimate draw duration in SchedulerClient
ajuma@chromium.org
2013-06-16
2
-0
/
+4
*
cc: Emulate BeginFrame in OutputSurfaces that don't support it natively
brianderson@chromium.org
2013-06-13
14
-546
/
+252
*
Revert 205750 "cc: Emulate BeginFrame in OutputSurfaces that don..."
skaslev@chromium.org
2013-06-12
14
-252
/
+546
*
cc: Emulate BeginFrame in OutputSurfaces that don't support it natively
brianderson@chromium.org
2013-06-12
14
-546
/
+252
*
Unified OutputSurface::SwapBuffers.
aelias@chromium.org
2013-06-11
4
-35
/
+8
*
Use a direct include of strings headers in cc/.
avi@chromium.org
2013-06-10
1
-1
/
+1
*
cc::OutputSurfaceClient::DeferredInitialize
boliu@chromium.org
2013-06-07
4
-0
/
+10
*
Support computing percentiles on a rolling window of samples
ajuma@chromium.org
2013-06-04
3
-0
/
+218
*
Update refernces to Blink's Platform API (cc)
abarth@chromium.org
2013-05-29
2
-2
/
+2
*
cc: Add info for DCHECK in DBTS::NextTickTarget
brianderson@chromium.org
2013-05-29
1
-1
/
+7
*
cc: Add a SchedulerTest for acquire layer textures.
danakj@chromium.org
2013-05-24
1
-0
/
+58
*
cc: Rename VSync to BeginFrame
brianderson@chromium.org
2013-05-23
9
-300
/
+351
*
cc: Dump the scheduler's state when an unexpected action occurs.
danakj@chromium.org
2013-05-22
2
-64
/
+78
*
cc: Use EXPECT_SINGLE_ACTION for one missed Scheduler unit test
danakj@chromium.org
2013-05-22
1
-2
/
+2
*
cc: Add more verbose output when Scheduler unit tests fail.
danakj@chromium.org
2013-05-22
1
-33
/
+35
[next]