Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move gfx frontends around to simplify build | June McEnroe | 2018-02-09 |
| | | | | | I forgot that you can expand variables inside variables names in make. Certainly makes some fun things possible. | ||
* | Include stdio.h in gfb.c | June McEnroe | 2018-02-07 |
| | | | | As promised. | ||
* | Exit by returning false from input to gf{b,cocoa} | June McEnroe | 2018-02-07 |
| | | | | I haven't built gfb yet, so a fix commit is probably incoming. | ||
* | Double-buffer gfb frontend | June McEnroe | 2018-02-05 |
| | | | | | | Still not vsync (seems like a newer DRM-fbdev implementation handles FBIO_WAITFORVSYNC but my kernel doesn't), but avoids flicker from clearing to black for each frame. | ||
* | Separate gfxx and its framebuffer frontend | June McEnroe | 2018-02-03 |