Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Unless you use Templeos your OS is already using gpu to do gui rendering and composing.


For one that's not entirely true. standard windows gui calls are backed by a shared surface and accumulate drawing instruction on the system side of the render surface,managed by the cpu render pipeline, so that they can keep a dirty rectangle list and only update the dirty areas of the gpu side of the shared surface. From there composing runs on the gpu.

Then again the issue is the focus of rendering at 120fps.the rendering context should be paused between the vast nothingness that happens in between user keystrokes, that happen at something like 4kp, and in burst.

The insistence on 120fps is the issue here, not the rendering pipeline.


That's already what they're doing: https://news.ycombinator.com/item?id=35080427


That's even weirder why would they redraw the whole application on a character change


Where did they say they were doing that?

All I see is them saying they can, not that they are.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: