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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Add support for sending BeginFrames for video.
sunnyps
2015-04-16
1
-0
/
+5
*
cc: Split out BeginFrame needed verse proactive for commits.
mithro
2015-04-09
1
-2
/
+2
*
cc: Make scheduling be driven by vsync for android webview.
sunnyps
2015-04-02
1
-25
/
+18
*
Hook NotifyReadToDraw in SingleThreadProxy and Defer Draw When Needed
weiliangc
2015-04-02
1
-0
/
+8
*
Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...
sunnyps
2015-04-02
1
-18
/
+25
*
cc: Make scheduling be driven by vsync for android webview.
sunnyps
2015-04-02
1
-25
/
+18
*
Revert of cc: Make scheduling be driven by vsync for android webview. (patchs...
sunnyps
2015-04-02
1
-18
/
+25
*
cc: Make scheduling be driven by vsync for android webview.
sunnyps
2015-04-01
1
-25
/
+18
*
cc: Request a proactive impl frame in early-out commit case.
vmpstr
2015-03-21
1
-0
/
+1
*
cc: Do not use current frame number in state machine decisions.
sunnyps
2015-03-20
1
-5
/
+8
*
cc: Do not pass BeginFrameArgs to state machine.
sunnyps
2015-03-20
1
-6
/
+2
*
cc: Simplify SetNeedsBeginFrames code in scheduler.
sunnyps
2015-03-19
1
-4
/
+0
*
cc: Remove scheduler power monitoring.
sunnyps
2015-03-04
1
-7
/
+0
*
mechanical rename of base::debug -> base::trace_event for /cc
ssid
2015-02-09
1
-10
/
+4
*
Reland of Move tracing namespace from base::debug to base::trace_event.
primiano
2015-02-05
1
-2
/
+9
*
Revert of Move tracing namespace from base::debug to base::trace_event. (patc...
zhaoqin
2015-02-05
1
-9
/
+2
*
Move tracing namespace from base::debug to base::trace_event.
ssid
2015-02-04
1
-2
/
+9
*
cc: Remove unused function ShouldDrawForced.
sohan.jyoti
2015-02-04
1
-1
/
+0
*
cc: Control defer_commits logic by Scheduler
simonhong
2015-01-31
1
-0
/
+3
*
Revert of cc: Control defer_commits logic by Scheduler (patchset #12 id:25000...
danakj
2015-01-30
1
-3
/
+0
*
cc: Control defer_commits logic by Scheduler
simonhong
2015-01-29
1
-0
/
+3
*
Added ability to dynamically toggle frame throttling in the scheduler.
bajones
2015-01-06
1
-0
/
+1
*
cc: Remove call to SetNeedsBeginFrames on losing output surface.
sunnyps
2015-01-05
1
-0
/
+4
*
cc: Removing 127 lines of duplicate code in scheduler_unittest.cc
mithro
2014-12-18
1
-0
/
+2
*
cc: Adding a CommitEarlyOutReason enum to replace bool in BeginMainFrameAbort...
mithro
2014-12-17
1
-3
/
+3
*
cc: Rename TileManager::ManageTiles to PrepareTiles.
vmiura
2014-12-09
1
-13
/
+13
*
cc: Schedule a late deadline when swap throttled, allow rescheduling.
sunnyps
2014-12-08
1
-1
/
+11
*
Add a new scheduler mode main thread should always be low latency.
weiliangc
2014-12-03
1
-0
/
+1
*
cc: Add SetChildrenNeedBeginFrames() & SendBeginFramesToChildren()
simonhong
2014-11-21
1
-0
/
+7
*
SetNeedsRedraw directly when updating a visible tile.
danakj
2014-11-14
1
-5
/
+0
*
Making scheduler run ANIMATE after a COMMIT (instead of LayerTreeHostImpl).
mithro
2014-10-27
1
-0
/
+2
*
Disable scheduler deadline task on battery power in Windows
sunnyps
2014-10-16
1
-0
/
+7
*
Revert of Making scheduler run ANIMATE after a COMMIT (instead of LayerTreeHo...
loislo
2014-10-14
1
-2
/
+0
*
Making scheduler run ANIMATE after a COMMIT (instead of LayerTreeHostImpl).
mithro
2014-10-07
1
-0
/
+2
*
fix typo of ConvertableToTraceFormat
kouhei
2014-10-01
1
-1
/
+1
*
cc:: Remove main_frame_before_draw_enabled from scheduler settings.
orglofch
2014-09-29
1
-1
/
+0
*
Adding AsValueInto to scheduler.
mithro
2014-09-17
1
-1
/
+1
*
cc: Be less aggressive about scheduling for scroll handlers
skyostil
2014-09-04
1
-5
/
+7
*
Add more logging to cc scheduler to debug RAF frame loss.
zmo
2014-09-03
1
-0
/
+4
*
Fix failing (flaky) LayerTreeHostTestLCDNotification test.
danakj@chromium.org
2014-08-13
1
-0
/
+2
*
Add builders for tracing event's structural arguments
yurys@chromium.org
2014-08-01
1
-1
/
+6
*
Revert of Add builders for tracing event's structural arguments (https://code...
erikchen@chromium.org
2014-07-31
1
-6
/
+1
*
Add builders for tracing event's structural arguments
yurys@chromium.org
2014-07-31
1
-1
/
+6
*
cc: Make trace events use sync-tree labels instead of pending-tree.
alokp@chromium.org
2014-07-07
1
-1
/
+1
*
Remove forced commit and readback from the scheduler.
danakj@chromium.org
2014-05-20
1
-23
/
+0
*
cc: Unify use of DidSwapBuffers() and did_request_swap
simonhong@chromium.org
2014-05-12
1
-2
/
+4
*
cc: Remove unused member functions and vars in SchedulerStateMachine
simonhong@chromium.org
2014-05-01
1
-2
/
+0
*
cc: Split animating and drawing into separate actions
skyostil@chromium.org
2014-04-30
1
-1
/
+8
*
Revert 266624 "cc: Split animating and drawing into separate act..."
skyostil@google.com
2014-04-29
1
-8
/
+1
*
cc: Split animating and drawing into separate actions
skyostil@chromium.org
2014-04-28
1
-1
/
+8
[next]