Age | Commit message (Expand) | Author |
2023-09-04 | til: support multi-pass rendering | Vito Caputo |
2023-09-03 | modules/voronoi: spot-fix a crash Phil reported | Vito Caputo |
2023-08-30 | modules/voronoi: handle baking errors in voronoi_setup() | Vito Caputo |
2023-08-05 | til_setup,*: add til_setup_t.creator pointer | Vito Caputo |
2023-06-13 | *: smattering of random small fixes to silence -Wall | Vito Caputo |
2023-05-30 | til,*: pivot to til_setup_t for context paths | Vito Caputo |
2023-05-28 | til_setup,*: note settings path in til_setup_t | Vito Caputo |
2023-05-28 | *: use NULL for free() in til_setup_new() | Vito Caputo |
2023-05-28 | modules/voronoi: make cell color randomization conditional | Vito Caputo |
2023-05-27 | modules/voronoi: threaded calculate_distances() | Vito Caputo |
2023-05-27 | modules/voronoi: split voronoi_calculate_distances() | Vito Caputo |
2023-05-27 | modules/voronoi: remove dirty= setting and variant | Vito Caputo |
2023-05-27 | modules/voronoi: constify til_fb_fragment_t | Vito Caputo |
2023-05-11 | modules/*: stop storing setup by value in contexts | Vito Caputo |
2023-05-11 | til_module_context: reference setup from module context | Vito Caputo |
2023-05-11 | modules/*: remove use of static default setups | Vito Caputo |
2023-05-11 | til_settings: introduce til_setting_spec_t concept vs. desc | Vito Caputo |
2023-01-20 | til: pass module to .context_create()/til_module_context_new() | Vito Caputo |
2023-01-11 | * turn til_fb_fragment_t.stream into a discrete parameter | Vito Caputo |
2023-01-10 | *: introduce paths for module contexts | Vito Caputo |
2022-08-07 | til: til_fb_fragment_t **fragment_ptr all the things | Vito Caputo |
2022-06-10 | til: introduce til_frame_plan_t and .cpu_affinity | Vito Caputo |
2022-06-10 | til: add ticks to til_module_context_t | Vito Caputo |
2022-05-29 | *: pivot to til_module_context_t | Vito Caputo |
2022-05-21 | modules/*: first stab at utilizing supplied seeds | Vito Caputo |
2022-05-21 | modules/voronoi: silence warning about fmt mismatch | Vito Caputo |
2022-05-21 | til: supply a seed to til_module_t.create_context() | Vito Caputo |
2022-05-03 | modules/voronoi: slightly underscale to prevent OOB access | Vito Caputo |
2022-05-01 | modules/*: make use of generic fragmenters | Vito Caputo |
2022-05-01 | til: wire n_cpus up to the fragmenter function | Vito Caputo |
2022-04-29 | modules/voronoi: voronoi diagram module | Vito Caputo |