Age | Commit message (Expand) | Author |
2017-02-03 | fb: add fb_fragment_zero() helper | Vito Caputo |
2017-02-03 | stars: use fb_fragment_put_pixel_unchecked() | Vito Caputo |
2017-02-03 | sparkler: drop draw.h | Vito Caputo |
2017-02-03 | sparkler: use fb.h put_pixel helpers | Vito Caputo |
2017-02-03 | fb: add pixel drawing helpers | Vito Caputo |
2017-02-03 | rototiller: extricate draw_pixel() bounds checking | Vito Caputo |
2017-02-03 | fb: add fragment bounds checking helper | Vito Caputo |
2017-01-18 | Merge build system cleanups | Vito Caputo |
2017-01-18 | autotools: s#../../#@top_srcdir@/src# | Vito Caputo |
2017-01-18 | *: move source into src/ subdir | Vito Caputo |
2017-01-17 | fb: require 2+ pages in fb_new() | Vito Caputo |
2017-01-10 | stars: two bugfixes | Vito Caputo |
2017-01-10 | stars: fixed bug in opacity calculation (starslib) | Philip J Freeman |
2017-01-10 | pull fix in draw.h from sparkler to stars (78d9c385ae3a1939e059c674ba5649df99... | Philip J Freeman |
2017-01-10 | *: update gitignore to include autoconf output | Vito Caputo |
2017-01-10 | build: add bootstrap script | Vito Caputo |
2017-01-10 | *: add .gitignore | Vito Caputo |
2017-01-10 | *: drop Makefile | Vito Caputo |
2017-01-10 | *: preliminary autotools adoption | Vito Caputo |
2017-01-09 | Merge pull request #4 from ph1l/stars | Vito Caputo |
2017-01-09 | stars: add starfield simulator from ph1l/stars | Philip J Freeman |
2017-01-07 | sparkler: stop scaling gravity vector every particle | Vito Caputo |
2017-01-07 | sparkler: don't age or sim on empty children either | Vito Caputo |
2017-01-07 | sparkler: add per-bsp (last) lookup cache | Vito Caputo |
2017-01-07 | sparkler: remove unnecessary cast to float | Vito Caputo |
2017-01-07 | sparkler: don't _particles_draw() empty children | Vito Caputo |
2017-01-07 | sparkler: move page clear before all particles ops | Vito Caputo |
2017-01-07 | sparkler: prefer *.5 to / 2 | Vito Caputo |
2017-01-07 | sparkler: fix parens typo in draw_pixel | Vito Caputo |
2017-01-03 | ray: remove vestigial ray_scene.h includes | Vito Caputo |
2017-01-02 | roto: add TODO comment about faster lerp_color() | Vito Caputo |
2017-01-02 | roto: skip lerp of identical colors | Vito Caputo |
2016-12-31 | rototiller: renderer select consistent with drmsetup | Vito Caputo |
2016-12-31 | drmsetup: add mode selection | Vito Caputo |
2016-12-30 | roto: bilinear interpolation of texture colors | Vito Caputo |
2016-12-30 | roto: move initialization to shared function | Vito Caputo |
2016-12-30 | roto: some fixed point macro cleanups | Vito Caputo |
2016-12-21 | ray: eliminate benign compiler warnings | Vito Caputo |
2016-12-13 | drmsetup: include errno in more drm errors | Vito Caputo |
2016-12-13 | Merge pull request #3 from vcaputo/docs | Vito Caputo |
2016-12-13 | text: update README and TODO | Vito Caputo |
2016-12-13 | Merge pull request #2 from vcaputo/moar | Vito Caputo |
2016-12-13 | *: drop original rototiller, update Makefile | Vito Caputo |
2016-12-13 | rototiller: new main w/modular renderers | Vito Caputo |
2016-12-13 | ray: introduce a rudimentary ray tracer | Vito Caputo |
2016-12-13 | sparkler: introduce a particle system | Vito Caputo |
2016-12-13 | roto: add modular forms of original renderer | Vito Caputo |
2016-12-13 | drmsetup: introduce drm_setup() | Vito Caputo |
2016-12-13 | util: introduce ask_(string,num) helpers | Vito Caputo |
2016-12-13 | rototiller: introduce rototiller_renderer_t | Vito Caputo |