Age | Commit message (Expand) | Author |
2022-04-19 | *: s/til_fb_fragment_zero/til_fb_fragment_clear/ | Vito Caputo |
2022-04-19 | til_fb: introduce til_fb_fragment_fill() | Vito Caputo |
2022-04-15 | til_threads: propagate threaded til_fb_fragment.zeroed | Vito Caputo |
2022-04-14 | til_fb: copy zeroed in til_fb_fragment_tile_single() | Vito Caputo |
2022-04-14 | modules/*: remove srand() initializations | Vito Caputo |
2022-04-14 | til: seed srand in til_init() | Vito Caputo |
2022-04-13 | til_fb: put back til_fb_context() accessor | Vito Caputo |
2022-04-09 | doc: first stab at module-writing documentation | Vito Caputo |
2022-04-01 | til_settings: make res_{desc,setting} optional | Vito Caputo |
2022-04-01 | modules/*: instantiate and use setups | Vito Caputo |
2022-03-30 | *: wire up context-specific setup instances | Vito Caputo |
2022-03-30 | *: use til_module_create_context() in more places | Vito Caputo |
2022-03-30 | til_settings: fix empty values in til_settings_new() | Vito Caputo |
2022-03-30 | til_settings: remove vestigial return missed by 7ff8ef | Vito Caputo |
2022-03-29 | build: make sdl2 and rototiller bin optional | Vito Caputo |
2022-03-28 | modules/swarm: add lines drawing style | Vito Caputo |
2022-03-28 | modules/swarm: remove extra ticks multiply on leader rads | Vito Caputo |
2022-03-28 | til_settings: provide a user_data pointer w/til_setting_t | Vito Caputo |
2022-03-25 | modules/compose: -EINVAL on empty layers setting | Vito Caputo |
2022-03-19 | modules/sparkler: clarify BSP-tree setting descs | Vito Caputo |
2022-03-19 | *: de-constify til_setting_t throughout | Vito Caputo |
2022-03-19 | *: use til_module_destroy_context() | Vito Caputo |
2022-03-19 | til: add til_module_destroy_context() helper | Vito Caputo |
2022-03-19 | *: normalize setting description capitalizations | Vito Caputo |
2022-03-19 | *: drop til_module_t.license | Vito Caputo |
2022-03-19 | til_settings: introduce til_settings_reset_descs() | Vito Caputo |
2022-03-14 | til_args: introduce til_args_pruned_parse() variant | Vito Caputo |
2022-03-12 | til_settings: always describe relevant settings | Vito Caputo |
2022-03-11 | main: move til_init() to start of main | Vito Caputo |
2022-03-11 | main: simplify setup_from_args() | Vito Caputo |
2022-02-15 | modules/flui2d: introduce settable decay factor | Vito Caputo |
2022-02-15 | modules/*: remove inappropriate 'f' numeric suffixes | Vito Caputo |
2021-10-03 | args: move argument parsing/help output to libtil | Vito Caputo |
2021-10-01 | *: librototiller->libtil | Vito Caputo |
2021-02-18 | fb: fix comment braino: s/invalid/inactive/ | Vito Caputo |
2021-02-18 | modules/rtv: fix "none" snow to actually blank | Vito Caputo |
2021-02-18 | fb: introduce fb_rebuild() | Vito Caputo |
2021-02-18 | fb: remember the page count in fb_t | Vito Caputo |
2021-02-18 | fb: make inactive pages list doubly-linked | Vito Caputo |
2021-02-17 | threads: make more of this API cancellation safe | Vito Caputo |
2021-02-17 | rototiller: add rototiller_quiesce() | Vito Caputo |
2021-02-17 | fb,settings: return NULL from _free() methods | Vito Caputo |
2021-02-16 | *fb: plumb outer fb_t down to fb_ops_t methods | Vito Caputo |
2021-02-14 | *: split rototiller.[ch] into lib and main | Vito Caputo |
2021-02-14 | compose,montage,rtv: drop author and license fields | Vito Caputo |
2021-02-14 | *fb: improve error propagation out of setup/init | Vito Caputo |
2021-02-14 | drm_fb,sdl_fb: staticify all functions | Vito Caputo |
2021-02-08 | modules/*: normalize description capitalization | Vito Caputo |
2021-02-08 | modules/swarm: implement a particles swarm module | Vito Caputo |
2021-02-07 | modules/plasma: normalize plasma dimensions | Vito Caputo |