altos/draw: Build demos with -O3 to catch more bugs
[fw/altos] / src / draw /
2024-02-01 Keith Packardaltos/draw: Build demos with -O3 to catch more bugs
2024-02-01 Keith Packardsrc/draw: Provide some useful constants
2023-02-27 Keith Packardaltos/draw: Use damage for lco demo
2023-02-27 Keith Packardaltos/draw: Use bitstream fonts for LCO demo
2023-02-27 Keith Packardaltos/draw: Use <> for include files
2023-02-27 Keith Packardaltos/draw: Add vera sans fonts
2023-02-27 Keith Packardaltos/draw: Add damage tracking
2023-02-27 Keith Packardaltos/draw: hand-edit 64-pixel 3/5 to avoid jank
2023-02-27 Keith Packardaltos/draw: Use fewer fonts in lco sample
2023-02-27 Keith Packardaltos/draw: Add line test app
2023-02-27 Keith Packardaltos/draw: Split out draw test scaffolding from lco...
2023-02-27 Keith Packardaltos/draw: Inline span fill for polygons
2023-02-27 Keith Packardaltos/draw: Fix clipping far line end
2023-02-27 Keith Packardaltos/draw: Check for horiz/vert line when clipping
2023-02-27 Keith Packardaltos/draw: Add validation for line drawing
2023-02-27 Keith Packardaltos/draw: Rename test app to 'lco-test'
2023-02-27 Keith Packardaltos/draw: Mock up TeleLCO boot sequence
2023-02-27 Keith Packardaltos/draw: use --gc-sections in demo program
2023-02-27 Keith Packardaltos/draw: Rearrange sample LCO screen in draw-test
2023-02-27 Keith Packardaltos/draw: Add NotoMono font
2023-02-27 Keith Packardaltos/draw: Add transforms to polygon code
2023-02-27 Keith Packardaltos/draw: Convert draw test framework to modern C
2023-02-27 Keith Packardaltos/draw: Add monospaced font
2023-02-27 Keith Packardaltos/draw: Move font files to subdirectory
2023-02-27 Keith Packardaltos/draw: Add more fonts
2023-02-26 Keith Packardaltos/draw: Add logo
2023-02-26 Keith Packardaltos/draw: Use float for polygon coords
2023-02-26 Keith Packardaltos/draw: Make test drawing app emulate TeleLCO
2023-02-26 Keith Packardaltos/draw: Only cover ASCII
2023-02-26 Keith Packardaltos/draw: Add poly fill function
2023-02-26 Keith Packardaltos: Fill in more of the draw code
2018-10-20 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-10-13 Keith Packardaltos: Use stdbool true/false instead of TRUE/FALSE
2017-02-20 Keith Packardaltos: Add bitmap drawing code