←back to thread

261 points tosh | 1 comments | | HN request time: 0.252s | source
Show context
londons_explore ◴[] No.42068398[source]
They are presumably using the GPU for video encoding....

And the GPU for rendering...

So they should instead just be hooking into Chromium's GPU process and grabbing the pre-composited tiles from the LayerTreeHostImpl[1] and dealing with those.

[1]: https://source.chromium.org/chromium/chromium/src/+/main:cc/...

replies(3): >>42068541 #>>42068566 #>>42068576 #
1. mbb70 ◴[] No.42068566[source]
They are very explicit in the article that they run everything on CPUs.