Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-18 | *: move source into src/ subdir | Vito Caputo | |
Restoring some organizational sanity since adopting autotools. | |||
2016-11-23 | fb: add rudimentary drm fb and page api | Vito Caputo | |
This implementation uses a page flipping thread and very simple pthreads mutex/condition variable synchronization. There is room for improvement, but this combined with 3 fb pages enables the rendering loop to fully overlap with page flipping with the next ready page queued asynchronously. |