Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-03 | sparkler: use fb.h put_pixel helpers | Vito Caputo | |
discards draw_pixel(), introduces helpers.h and a convenience function for bounds checking and oob extermination. Move makergb to helpers.h, draw.h gets removed in a later commit. | |||
2017-02-03 | rototiller: extricate draw_pixel() bounds checking | Vito Caputo | |
If a z-buffer is added these checks will need to be done independent from and prior to drawing. Also it's silly to makergb() pixels which can't be drawn. | |||
2017-01-18 | *: move source into src/ subdir | Vito Caputo | |
Restoring some organizational sanity since adopting autotools. |