Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: gpu/command_buffer/service/gpu_scheduler.h

Issue 12040049: gpu: Implement idle async pixel transfers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove texture_dirty_ state from AsyncPixelTransferDelegateIdle Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/command_buffer/service/gpu_scheduler.h
diff --git a/gpu/command_buffer/service/gpu_scheduler.h b/gpu/command_buffer/service/gpu_scheduler.h
index 0e58d8c19ad60e8d6fd4381a247453350e168df9..bda7ac1078ca6c5d4ebf2203baf1b369e37c9231 100644
--- a/gpu/command_buffer/service/gpu_scheduler.h
+++ b/gpu/command_buffer/service/gpu_scheduler.h
@@ -97,6 +97,9 @@ class GPU_EXPORT GpuScheduler
// by them and returns whether all fences were complete.
bool PollUnscheduleFences();
+ bool HasMoreIdleWork();
+ void PerformIdleWork();
+
CommandParser* parser() const {
return parser_.get();
}

Powered by Google App Engine
This is Rietveld 408576698