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
*
cc: Don't execute UpdateVisibleTiles() right after drawing
simonhong@chromium.org
2014-05-29
1
-0
/
+4
*
Remove forced commit and readback from the scheduler.
danakj@chromium.org
2014-05-20
1
-185
/
+21
*
cc: Unify use of DidSwapBuffers() and did_request_swap
simonhong@chromium.org
2014-05-12
1
-24
/
+29
*
cc: Check for pending tree before transition to COMMIT_STATE_IDLE
brianderson@chromium.org
2014-05-07
1
-1
/
+3
*
cc: Remove unused member functions and vars in SchedulerStateMachine
simonhong@chromium.org
2014-05-01
1
-6
/
+0
*
cc: Split animating and drawing into separate actions
skyostil@chromium.org
2014-04-30
1
-6
/
+45
*
Revert 266624 "cc: Split animating and drawing into separate act..."
skyostil@google.com
2014-04-29
1
-45
/
+6
*
Revert of cc: SwapAck throttle Swap without throttling MainFrames (https://co...
machenbach@chromium.org
2014-04-29
1
-0
/
+5
*
cc: SwapAck throttle Swap without throttling MainFrames
brianderson@chromium.org
2014-04-28
1
-5
/
+0
*
cc: Split animating and drawing into separate actions
skyostil@chromium.org
2014-04-28
1
-6
/
+45
*
cc: Move scheduling logic out of OutputSurface
brianderson@chromium.org
2014-04-26
1
-3
/
+6
*
cc: Throttle swaps in Scheduler instead of OutputSurface
brianderson@chromium.org
2014-04-18
1
-8
/
+39
*
cc: Handle retroactive BeginFrames in the Scheduler.
brianderson@chromium.org
2014-04-12
1
-30
/
+24
*
Remove old texture path in TextureLayer
piman@chromium.org
2014-04-10
1
-63
/
+0
*
cc: Allow CompositeAndReadback when replacement commit is activating
simonhong@chromium.org
2014-04-03
1
-13
/
+44
*
cc: fix continuous paint mode
caseq@chromium.org
2014-04-03
1
-1
/
+6
*
cc: Allow sending BeginMainFrame before draw or activation
brianderson@chromium.org
2014-03-12
1
-29
/
+49
*
Revert 256454 "cc: Allow sending BeginMainFrame before draw or a..."
kochi@chromium.org
2014-03-12
1
-49
/
+29
*
cc: Allow sending BeginMainFrame before draw or activation
brianderson@chromium.org
2014-03-12
1
-29
/
+49
*
cc: Rename FinishCommit to NotifyReadyToCommit
simonhong@chromium.org
2014-03-10
1
-1
/
+1
*
cc: split COMMIT_STATE_FRAME_IN_PROGRESS
simonhong@chromium.org
2014-03-07
1
-15
/
+19
*
cc: Change texture locking check point
simonhong@chromium.org
2014-03-07
1
-5
/
+10
*
cc: Enable switching main thread back to low latency mode
skyostil@chromium.org
2014-03-04
1
-2
/
+9
*
cc: setting a needs_commit_ to true is only needed for forced commit when the...
simonhong@chromium.org
2014-02-28
1
-2
/
+5
*
Remove options to disable deadline scheduling
brianderson@chromium.org
2014-02-20
1
-11
/
+4
*
[cc] cleanup: remove useless comments in UpdateStateOnActivation()
simonhong@chromium.org
2014-02-20
1
-3
/
+0
*
cc: Add more DrawSwapReadbackResult enums
enne@chromium.org
2014-02-16
1
-0
/
+6
*
cc: Do not cancel deadline on lost context. Trigger early instead.
brianderson@chromium.org
2014-02-08
1
-1
/
+10
*
cc: Prevent drawing low res tiles after visibility change
enne@chromium.org
2014-02-01
1
-0
/
+7
*
cc: Make PrepareToDraw return an enum for why it aborts
enne@chromium.org
2014-01-30
1
-26
/
+32
*
cc: Limit ManageTiles calls to once per-frame on average
brianderson@chromium.org
2014-01-17
1
-7
/
+17
*
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
[next]