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: 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
*
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
[next]