DescriptionIntroduce command buffer control thread
This CL introduce a control thread for the GPU command buffer. We listen on the
command buffer pipe on a control thread so that we can respond to messages with
low latency. Currently, we don't have any special low-latency processing on the
control thread, but the plan is to implement sync points on the control thread.
Instead, we just forward all the messages to the driver thread by re-wrapping
the arguments in base::Callbacks.
R=jamesr@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/1658f1188749714b0dc601f33702c6fb242d8256
Patch Set 1 #Patch Set 2 : Fix initialization order #Patch Set 3 : Forward echo too #
Total comments: 12
Patch Set 4 : Address review comments #
Total comments: 2
Patch Set 5 : Route echo better #
Messages
Total messages: 7 (0 generated)
|