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
/
scheduler_state_machine.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kick ProcessScheduledActions while a commit is pending
jamesr@chromium.org
2013-11-13
1
-0
/
+4
*
Scheduler: Switch from high to low latency mode if possible.
dominikg@chromium.org
2013-11-08
1
-1
/
+51
*
cc: Don't ManageTiles twice in one frame
enne@chromium.org
2013-11-05
1
-0
/
+12
*
cc: Use HighResNow as timebase if it is fast and reliable
brianderson@chromium.org
2013-10-25
1
-1
/
+2
*
Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3).
dominikg@chromium.org
2013-10-23
1
-4
/
+5
*
cc: Prioritize impl-thread drawing in scheduler in smoothness mode
skyostil@chromium.org
2013-10-22
1
-2
/
+17
*
Rename BeginFrame to BeginMainFrame and BeginImplFrame in cc::SchedulerStateM...
dominikg@chromium.org
2013-10-19
1
-109
/
+114
*
Don't restart mid-forced-redraw.
tomhudson@chromium.org
2013-10-17
1
-0
/
+7
*
Trigger deadline immediately after an aborted main thread commit
skyostil@chromium.org
2013-10-17
1
-3
/
+17
*
Make sure the scheduler is READY_TO_COMMIT
tomhudson@chromium.org
2013-10-17
1
-4
/
+6
*
cc: Only trace SetNeedsManageTilesOnImplThread on positive edge
brianderson@chromium.org
2013-10-17
1
-1
/
+6
*
cc: Fix disabled vsync state freezing
enne@chromium.org
2013-10-04
1
-6
/
+10
*
cc: Do not post task to notify Scheduler of lost context.
brianderson@chromium.org
2013-09-24
1
-7
/
+4
*
cc: Implement deadline scheduling disabled by default
brianderson@chromium.org
2013-09-21
1
-40
/
+136
*
cc: Always use SetNeedsBeginFrame to request the next BeginFrame
brianderson@chromium.org
2013-09-14
1
-0
/
+7
*
CC: Add a scheduled action for ManageTiles
epenner@chromium.org
2013-09-14
1
-1
/
+39
*
cc: Poll for state that triggers draws (synchronous compositor only)
brianderson@chromium.org
2013-09-12
1
-0
/
+4
*
CC: Fix missing swap-used-incomplete-tile updates
epenner@chromium.org
2013-09-07
1
-5
/
+4
*
cc: Add readback and forced draw states to the Scheduler.
brianderson@chromium.org
2013-09-07
1
-135
/
+283
*
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
1
-55
/
+26
*
cc: Control activation from the Scheduler
brianderson@chromium.org
2013-08-27
1
-136
/
+196
*
cc: Add additional OutputSurfaceStates
brianderson@chromium.org
2013-08-24
1
-49
/
+123
*
cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipeline
brianderson@chromium.org
2013-08-23
1
-70
/
+94
*
Revert "cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipeline"
dominicc@google.com
2013-08-22
1
-61
/
+51
*
cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipeline
brianderson@chromium.org
2013-08-22
1
-51
/
+61
*
cc: Add trace events for the Scheduler states.
brianderson@chromium.org
2013-08-21
1
-61
/
+151
*
cc: Allow the main thread to cancel commits
enne@chromium.org
2013-07-30
1
-16
/
+43
*
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
1
-43
/
+16
*
cc: Allow the main thread to cancel commits
enne@chromium.org
2013-07-24
1
-16
/
+43
*
cc: Limit number of raster tasks that can be scheduled.
reveman@chromium.org
2013-07-23
1
-17
/
+17
*
cc: Don't make AcquireLayerTextures force a commit.
piman@chromium.org
2013-07-11
1
-2
/
+0
*
cc: Move activation to proactive begin frame
boliu@chromium.org
2013-07-04
1
-8
/
+3
*
cc: Fix infinite BeginFrame that Scheduler causes.
dongseong.hwang@intel.com
2013-06-26
1
-5
/
+6
*
cc: Add BeginFrameArgs
brianderson@chromium.org
2013-06-19
1
-6
/
+8
*
cc: Emulate BeginFrame in OutputSurfaces that don't support it natively
brianderson@chromium.org
2013-06-18
1
-2
/
+22
*
Revert 206020 "cc: Emulate BeginFrame in OutputSurfaces that don..."
reveman@google.com
2013-06-17
1
-15
/
+0
*
cc: Emulate BeginFrame in OutputSurfaces that don't support it natively
brianderson@chromium.org
2013-06-13
1
-0
/
+15
*
Revert 205750 "cc: Emulate BeginFrame in OutputSurfaces that don..."
skaslev@chromium.org
2013-06-12
1
-15
/
+0
*
cc: Emulate BeginFrame in OutputSurfaces that don't support it natively
brianderson@chromium.org
2013-06-12
1
-0
/
+15
*
Use a direct include of strings headers in cc/.
avi@chromium.org
2013-06-10
1
-1
/
+1
*
cc: Rename VSync to BeginFrame
brianderson@chromium.org
2013-05-23
1
-26
/
+33
*
Run all LayerTreeHost tests with impl-side painting.
danakj@chromium.org
2013-05-13
1
-1
/
+5
*
Merge cc initialization paths
boliu@chromium.org
2013-05-01
1
-13
/
+25
*
Revert 196708 "Merge cc initialization paths"
nick@chromium.org
2013-04-26
1
-25
/
+13
*
Merge cc initialization paths
boliu@chromium.org
2013-04-26
1
-13
/
+25
*
Revert 196480 "Merge cc initialization paths"
nick@chromium.org
2013-04-25
1
-25
/
+13
*
Merge cc initialization paths
boliu@chromium.org
2013-04-25
1
-13
/
+25
*
cc: Prevent checkerboarded animations from timing out during tests.
danakj@chromium.org
2013-04-09
1
-1
/
+2
[next]