Age | Commit message (Expand) | Author |
2022-05-21 | til: supply a seed to til_module_t.create_context() | Vito Caputo |
2022-05-21 | modules/shapes: add procedural 2D shapes module | Vito Caputo |
2022-05-06 | modules/pixbounce: add Ignignokt & Err pixmaps | Philip J Freeman |
2022-05-06 | modules/pixbounce: add "rototiller" qr code | Philip J Freeman |
2022-05-06 | modules/pixbounce: add setting for pixmap choice | Philip J Freeman |
2022-05-06 | modules/pixbounce: remove weird pixmaps | Philip J Freeman |
2022-05-06 | modules/pixbounce: add setting for pixmap size | Philip J Freeman |
2022-05-06 | modules/pixbounce: support arbitrary pixmap size | Philip J Freeman |
2022-05-03 | modules/voronoi: slightly underscale to prevent OOB access | Vito Caputo |
2022-05-02 | modules/rtv: silence compiler warning about parens | Vito Caputo |
2022-05-02 | modules/rtv: plug big channel leak on context destroy | Vito Caputo |
2022-05-02 | modules/submit: fix bilerp mode out-of-bounds access | Vito Caputo |
2022-05-02 | modules/montage: fix fragnum misuse as cpu # | Vito Caputo |
2022-05-01 | modules/rtv: make "compose" the default channel | Vito Caputo |
2022-05-01 | til_fb: add draw flags for controlling texturability | Vito Caputo |
2022-05-01 | til_fb: introduce a fragment texture source | Vito Caputo |
2022-05-01 | modules/julia: randomize initial state | Vito Caputo |
2022-05-01 | modules/plasma: randomize initial state of contexts | Vito Caputo |
2022-05-01 | modules/roto: randomize roto initial state | Vito Caputo |
2022-05-01 | modules/rtv: snow_module=blank is blanking, "none" for disabled | Vito Caputo |
2022-05-01 | til: introduce "blank" built-in module | Vito Caputo |
2022-05-01 | modules/*: make use of generic fragmenters | Vito Caputo |
2022-05-01 | til: introduce some generic fragmenters for convenience | Vito Caputo |
2022-05-01 | til: wire n_cpus up to the fragmenter function | Vito Caputo |
2022-04-29 | modules/rtv: except snow_module=none,snow_duration=0 | Vito Caputo |
2022-04-29 | modules/rtv: align all struct members | Vito Caputo |
2022-04-29 | modules/rtv: rtv_channel_t: s/settings/settings_as_arg/ | Vito Caputo |
2022-04-29 | modules/voronoi: voronoi diagram module | Vito Caputo |
2022-04-28 | libs/din: lose the asserts in dotgradient() | Vito Caputo |
2022-04-28 | libs/din: minor optimization in clamp() | Vito Caputo |
2022-04-28 | libs/din: premultiply din->width * din->height | Vito Caputo |
2022-04-28 | libs/din: minor optimization | Vito Caputo |
2022-04-28 | modules/swab: switch to tiled fragmenter | Vito Caputo |
2022-04-27 | modules/pixbounce: randomize pixmap sizes | Philip J Freeman |
2022-04-27 | modules/pixbounce: add 2 new pixmaps | Philip J Freeman |
2022-04-27 | modules/pixmap: randomize colors | Philip J Freeman |
2022-04-27 | til_fb: til_fb_fragment_t.{pitch,stride} uint32_t units | Vito Caputo |
2022-04-27 | til_fb: fix til_fb_fragment_fill() memset() misuse | Vito Caputo |
2022-04-25 | modules/flui2d: add some gamma correction | Vito Caputo |
2022-04-25 | modules/flui2d: colorify the density field | Vito Caputo |
2022-04-25 | modules/flui2d: introduce another emitter; "clockgrid" | Vito Caputo |
2022-04-25 | modules/pixbounce: rand start pos and dir | Philip J Freeman |
2022-04-25 | modules/swarm: use put_pixel_checked() to stop segfaulting | Vito Caputo |
2022-04-25 | modules/blinds: add count and orientation settings | Vito Caputo |
2022-04-25 | modules/compose: implement layer setting randomizer | Vito Caputo |
2022-04-25 | modules/*: set TIL_MODULE_OVERLAYABLE where appropriate | Vito Caputo |
2022-04-25 | til: add til_module_t.flags and TIL_MODULE_OVERLAYABLE | Vito Caputo |
2022-04-24 | *: free setup allocations via til_setup_free() | Vito Caputo |
2022-04-24 | til_setup: introduce til_setup_free() | Vito Caputo |
2022-04-24 | *: s/void */til_setup_t */ | Vito Caputo |