Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-03 | fb: add fb_fragment_zero() helper | Vito Caputo | |
Currently just a memset wrapper... but maybe could get noop'd if the flipper thread started supporting pre-zeroing pages in its thread, just need a zeroed state in the fb page. | |||
2017-02-03 | fb: add pixel drawing helpers | Vito Caputo | |
Modules seem to be duplicating this, just pull it into fb.h since we're already dependent on the fb.h abstractions in the modules. Slippery slope! | |||
2017-02-03 | fb: add fragment bounds checking helper | Vito Caputo | |
Simple x,y coordinate check | |||
2017-01-18 | *: move source into src/ subdir | Vito Caputo | |
Restoring some organizational sanity since adopting autotools. |