Replies: 1 comment 1 reply
-
Those threads are the routines that actually update the screen. The generator thread takes the framebuffer images and transforms it before blitting it on the memory mapped hardware framebuffer. The 'vsync' thread is responsible for switching between the different generated images. The problem is that some xochitl updates contained improvements to these functions, so using an older version for their threads, with a newer xochitl app would break. So we have to keep in sync, and keep updating the hooks. |
Beta Was this translation helpful? Give feedback.
-
Hey, I was wondering whether it might be possible to get rid of the remaining xochitl dependencies. What exactly does this generator thread do? How were you able to get so far at all? I can't find much information about this whole stuff. I would like to help if I can.
Beta Was this translation helpful? Give feedback.
All reactions