texture mapping and shading LUTs
authorJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 12 Oct 2023 04:17:41 +0000 (07:17 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 12 Oct 2023 04:17:41 +0000 (07:17 +0300)
commit6fb1ec97e68e6dcb63ebd6085423d0e8d5a9d23a
tree5be63a0ee758ea7d06ee5b1e231c34964ae9446b
parent66cfc3e189df8362aa77f7a2f3e2495bf00ab2c3
texture mapping and shading LUTs
16 files changed:
.gitignore
Makefile
Makefile.dos
src/3dgfx/3dgfx.c
src/3dgfx/3dgfx.h
src/3dgfx/polytmpl.h
src/colormgr.c
src/colormgr.h
src/data.asm [new file with mode: 0644]
src/game.c
src/kern/main.c
tools/pngdump/Makefile [new file with mode: 0644]
tools/pngdump/image.c [new file with mode: 0644]
tools/pngdump/image.h [new file with mode: 0644]
tools/pngdump/main.c [new file with mode: 0644]
tools/pngdump/quant.c [new file with mode: 0644]