Descriptiongpu: Early return GpuCommandBufferStub::OnWaitSyncPoint() if the sync point is retired.
If the sync point is retired, the scheduler already executed all gl calls before
the sync point, so OnWaitSyncPoint() does not need to do anything. Currently,
OnWaitSyncPoint() always sets the scheduler off and then on. This CL makes
OnWaitSyncPoint() be able to return early.
BUG=332401
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243932
Patch Set 1 #
Total comments: 1
Patch Set 2 : Fix nits #
Messages
Total messages: 5 (0 generated)
|