logoalt Hacker News

jstanleytoday at 6:44 AM2 repliesview on HN

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


Replies

ralferootoday at 10:25 AM

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.

userbinatortoday at 6:59 AM

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