Age | Commit message (Expand) | Author |
2023-07-08 | modules/checkers: stop setting til_frame_plan_t.cpu_affinity | Vito Caputo |
2023-07-04 | modules/*: return invalid setting on -EINVAL in setup | Vito Caputo |
2023-06-13 | modules/checkers: return -EINVAL on invalid module name | Vito Caputo |
2023-06-13 | *: smattering of random small fixes to silence -Wall | Vito Caputo |
2023-06-13 | modules/checkers: introduce clear=,clear_color= settings | Vito Caputo |
2023-06-13 | modules/checkers: prefix fill_ to fill color+flags | Vito Caputo |
2023-06-05 | modules/checkers: use til_module_create_contexts() for fill_module | Vito Caputo |
2023-05-30 | til,*: pivot to til_setup_t for context paths | Vito Caputo |
2023-05-30 | modules/*: utilize til_module_setup_finalize() | Vito Caputo |
2023-05-28 | til_setup,*: note settings path in til_setup_t | Vito Caputo |
2023-05-26 | til_settings: add til_setting_spec_t.as_label | Vito Caputo |
2023-05-26 | modules/checkers: desc the fill_module's name setting | Vito Caputo |
2023-05-23 | modules/checkers: add seed to randomized pattern,dynamics | Vito Caputo |
2023-05-23 | modules/checkers: fix transposed seed,ticks arguments | Vito Caputo |
2023-05-19 | modules/checkers: also set texture->frame_{width,height} | Vito Caputo |
2023-05-11 | modules/checkers: settings-ize fill_module | 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-09-04 | til: fixup til_fb_fragment_t.texture fragmenting | Vito Caputo |
2022-08-07 | til: til_fb_fragment_t **fragment_ptr all the things | Vito Caputo |
2022-07-24 | modules/checkers: center unaligned checkers scenarios | Vito Caputo |
2022-07-20 | modules/checkers: one more rand/rand_r conversion | Vito Caputo |
2022-07-18 | til: wire seed up to til randomizers | Vito Caputo |
2022-06-10 | modules/checkers: experimenting with fill modes | 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-25 | *: normalize on all case-insensitive comparisons | Vito Caputo |
2022-05-21 | til: supply a seed to til_module_t.create_context() | Vito Caputo |
2022-05-01 | til_fb: add draw flags for controlling texturability | 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-25 | modules/*: set TIL_MODULE_OVERLAYABLE where appropriate | Vito Caputo |
2022-04-24 | *: s/void */til_setup_t */ | Vito Caputo |
2022-04-22 | modules/checkers: experimenting with a checkers overlay | Vito Caputo |