Remix.run Logo
jstanley 6 hours ago

But wouldn't the software cursor operations also go in the queue? I don't see the problem.

ralferoo 3 hours ago | parent | next [-]

Modern GPUs usually have multiple command queues, at least one for application use (often separate queues for rendering and compute) and one for OS use. There's a good chance that this wasn't implemented on a chip intended for a phone.

userbinator 6 hours ago | parent | prev [-]

For something as small as a cursor they could be doing direct framebuffer writes.