backported g3d changes:
[dosdemo] / src / polytest.c
2019-09-04 John Tsiombikasbackported g3d changes:
2018-08-30 John Tsiombikasbackported from rtxon: check_clip_poly (needed for...
2018-02-21 John Tsiombikasswitching polytest between zsorting and BSP for perform...
2018-02-19 John Tsiombikasfixed warnings
2018-02-19 John Tsiombikasmajor bsp bugs fixed
2018-02-19 John Tsiombikasadded OpenGL debug/test program
2018-02-18 John Tsiombikasdebugging the BSP
2018-02-18 John TsiombikasBSP construction debugging
2018-02-15 John Tsiombikas- added mesh operations: apply_mesh_xform, append_mesh...
2018-02-14 John Tsiombikas- separated mesh algorithms in mesh.h/mesh.c
2016-10-19 John Tsiombikasadded serial spaceball support in the dos version....
2016-10-04 John TsiombikasSDL backend set the mouse button bitmask incorrectly
2016-10-04 John Tsiombikasoptional high-quality but slower calculation of attribu...
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-03 John Tsiombikasmuch better, not perfect
2016-10-02 John Tsiombikassucks, maybe I should try integer rasterization with...
2016-10-02 John Tsiombikassetting up to improve the rasterizer
2016-10-01 John Tsiombikaspolyfill debugging mode
2016-09-11 John Tsiombikasadded two new global pointers in demo.h: vmem_back...
2016-09-09 John Tsiombikasremoved mesh dump
2016-09-09 John Tsiombikastorus with crude zsorting
2016-09-08 John Tsiombikasadded crappy polygon filler
2016-09-06 John Tsiombikasstarted writing some 3d pipeline stuff