summaryrefslogtreecommitdiffstats
path: root/cc/scheduler
Commit message (Expand)AuthorAgeFilesLines
...
* Kick ProcessScheduledActions while a commit is pendingjamesr@chromium.org2013-11-135-2/+90
* cc: Fix incomplete changes to add ETC1 supportpowei@chromium.org2013-11-081-7/+7
* Scheduler: Switch from high to low latency mode if possible.dominikg@chromium.org2013-11-087-2/+173
* Rename WebKit namespace to blink (part 5)abarth@chromium.org2013-11-073-14/+14
* cc: Don't ManageTiles twice in one frameenne@chromium.org2013-11-055-0/+67
* Simplify rate limiting since it's main thread shared context onlyjamesr@chromium.org2013-11-052-122/+0
* Fix spelling: "supress" -> "suppress"mseaborn@chromium.org2013-11-021-1/+1
* cc: Enable deadline scheduler by default for unit testsbrianderson@chromium.org2013-11-021-1/+1
* Revert 231919 "cc: Enable deadline scheduler by default for unit..."rpaquay@chromium.org2013-10-311-1/+1
* Move test-only stuff from cc/debug/ to cc/testjamesr@chromium.org2013-10-311-1/+1
* cc: Enable deadline scheduler by default for unit testsbrianderson@chromium.org2013-10-301-1/+1
* Revert 231092 "cc: Enable deadline scheduler by default for unit..."falken@chromium.org2013-10-271-1/+1
* cc: Enable deadline scheduler by default for unit testsbrianderson@chromium.org2013-10-251-1/+1
* cc: Use HighResNow as timebase if it is fast and reliablebrianderson@chromium.org2013-10-255-4/+45
* cc: Adding ETC1 support to UIResourceBitmap and ResourceProviderpowei@chromium.org2013-10-242-2/+28
* Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3).dominikg@chromium.org2013-10-231-4/+5
* cc: Prioritize impl-thread drawing in scheduler in smoothness modeskyostil@chromium.org2013-10-225-2/+55
* Rename BeginFrame to BeginMainFrame and BeginImplFrame in cc::Scheduler.dominikg@chromium.org2013-10-213-308/+316
* Rename BeginFrame to BeginMainFrame and BeginImplFrame in cc::SchedulerStateM...dominikg@chromium.org2013-10-194-424/+428
* Don't restart mid-forced-redraw.tomhudson@chromium.org2013-10-172-0/+94
* Trigger deadline immediately after an aborted main thread commitskyostil@chromium.org2013-10-173-13/+59
* Make sure the scheduler is READY_TO_COMMITtomhudson@chromium.org2013-10-171-4/+6
* cc: Only trace SetNeedsManageTilesOnImplThread on positive edgebrianderson@chromium.org2013-10-171-1/+6
* CC: Organize and optimize format lookups.epenner@chromium.org2013-10-151-8/+6
* CC: WeakPtrFactory should be the last member.dmichael@chromium.org2013-10-084-8/+9
* cc: Fix disabled vsync state freezingenne@chromium.org2013-10-043-7/+13
* [cc] Don't access pixels without a lockccameron@chromium.org2013-09-261-46/+12
* cc: Do not post task to notify Scheduler of lost context.brianderson@chromium.org2013-09-242-13/+20
* cc: Implement deadline scheduling disabled by defaultbrianderson@chromium.org2013-09-219-516/+1154
* cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had...kaanb@chromium.org2013-09-193-28/+30
* CC: Fix polling in sync compositor.epenner@chromium.org2013-09-191-0/+2
* Revert "Adding support for RGBA_4444 tile textures"tomhudson@google.com2013-09-183-30/+28
* Adding support for RGBA_4444 tile textureskaanb@chromium.org2013-09-183-28/+30
* cc: Always use SetNeedsBeginFrame to request the next BeginFramebrianderson@chromium.org2013-09-144-35/+77
* CC: Add a scheduled action for ManageTilesepenner@chromium.org2013-09-145-7/+170
* cc: Remove safe_to_expect_begin_frame workaroundbrianderson@chromium.org2013-09-122-11/+1
* cc: Poll for state that triggers draws (synchronous compositor only)brianderson@chromium.org2013-09-124-1/+34
* CC: Fix missing swap-used-incomplete-tile updatesepenner@chromium.org2013-09-074-10/+9
* cc: Add readback and forced draw states to the Scheduler.brianderson@chromium.org2013-09-078-404/+592
* cc: Make DelayBasedTimeSource robust to large deltasenne@chromium.org2013-09-022-13/+31
* cc: Add test for output surface lost while not visiblebrianderson@chromium.org2013-08-291-3/+28
* cc: Do not request commits if they will be abortedbrianderson@chromium.org2013-08-281-8/+8
* cc: Simplify Scheduler::NextActionbrianderson@chromium.org2013-08-282-55/+27
* Avoid "ForTesting" presubmit warning when changing ThreadProxy.danakj@chromium.org2013-08-272-10/+10
* cc: Control activation from the Schedulerbrianderson@chromium.org2013-08-275-155/+218
* cc: Add additional OutputSurfaceStatesbrianderson@chromium.org2013-08-244-134/+240
* cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipelinebrianderson@chromium.org2013-08-234-95/+137
* Revert "cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipeline"dominicc@google.com2013-08-224-100/+74
* cc: Add an ACTION_DRAW_AND_SWAP_ABORT to help clear the pipelinebrianderson@chromium.org2013-08-224-74/+100
* cc: Add trace events for the Scheduler states.brianderson@chromium.org2013-08-216-81/+191