Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-23 | rototiller: pass cpu to .render_fragment() | Vito Caputo | |
Mostly mechanical change, though threads.c needed some jiggering to make the logical cpu id available to the worker threads. Now render_fragment() can easily addresss per-cpu data created by create_context(). | |||
2019-11-14 | snow: add a simple tv snow / white noise module | Vito Caputo | |
I wanted to add some noise to the rtv module and figured why not just add a snow module and make rtv pass through it briefly when switching modules. It's not interesting by itself, but as more composite/meta modules like rtv get made it might be handy beyond rtv. |