theoretically added texture matrices. untested.
[dosdemo] / src / 3dgfx.h
2018-12-01 John Tsiombikastheoretically added texture matrices. untested.
2018-09-08 John Tsiombikasbackported fixes from rtxon
2018-02-18 John Tsiombikasdebugging the BSP
2018-02-17 John Tsiombikasenvmap, fake phong texture generation, and more
2018-02-14 John Tsiombikas- separated mesh algorithms in mesh.h/mesh.c
2018-02-13 John Tsiombikas- added immediate mode drawing in 3dgfx
2018-02-08 John Tsiombikasfixed point drawing in 3dgfx and added new greets screen
2018-02-02 John Tsiombikas- clipper debugging
2016-10-04 John Tsiombikasadded texture mapping
2016-10-03 John Tsiombikassplit the polyfiller to a preprocessor-based template...
2016-10-03 John Tsiombikasadded lighting
2016-10-02 John Tsiombikassetting up to improve the rasterizer
2016-09-11 John Tsiombikasadded two new global pointers in demo.h: vmem_back...
2016-09-09 John Tsiombikastorus with crude zsorting
2016-09-08 John Tsiombikasadded crappy polygon filler
2016-09-06 John Tsiombikaswrote most of the 3d pipeline stuff
2016-09-06 John Tsiombikasstarted writing some 3d pipeline stuff