removed clang-format and clang_complete files from the repo
[dosdemo] / src / util.h
2022-05-11 John Tsiombikasfixed djgpp version of memset16, missing input clobbers
2022-05-08 John Tsiombikasinitial raytracing experiment
2022-05-04 John Tsiombikasadded missing "bits 32" directives in the new asm files
2022-05-03 John Tsiombikas- VBE banked mode fixes backported from rbench
2022-05-02 John Tsiombikasadded CPUID code from rbench and get_cpl to be used...
2020-06-13 John Tsiombikasbackport builds
2019-12-24 John Tsiombikasminor performance improvements, optional mouse, mouse...
2019-12-23 John Tsiombikasfixed bugs, added progress bar, and more
2019-11-12 John Tsiombikasstart writing new VBE routines
2018-02-14 John Tsiombikas- separated mesh algorithms in mesh.h/mesh.c
2018-02-12 John Tsiombikas- added optimization notes in readme
2018-02-11 John Tsiombikasadded perf_start/perf_end assembly macros
2016-10-03 John Tsiombikasuse the fast double->int conversion in 3dgfx.c