split the polyfiller to a preprocessor-based template file, included
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Mon, 3 Oct 2016 07:24:08 +0000 (10:24 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Mon, 3 Oct 2016 07:24:08 +0000 (10:24 +0300)
commit6218ea71a2a175dca5bf88ca7922e97f42f85e69
tree5de6113e0ff67f77652dc11ca9ad5a76d130788b
parentb2dd6c9916fc3ed24545eaae52e0138b558e6543
split the polyfiller to a preprocessor-based template file, included
multiple times in polyfill.c to instanciate all the variants. currently
fully implemented are: flat and gouraud.
src/3dgfx.h
src/polyfill.c
src/polyfill.h
src/polytest.c
src/polytmpl.h [new file with mode: 0644]