integrating software renderer
authorJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 7 Jun 2023 19:46:35 +0000 (22:46 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 7 Jun 2023 19:46:35 +0000 (22:46 +0300)
commitb0088adf036a53139f67ebf96f1bbb55abf199f4
tree7f8d99e088de2e0d6861aebc9f63bad1a8597144
parentc4a043b45ff38d532579cfdf0b6a7e3f50527559
integrating software renderer
22 files changed:
GNUmakefile
src/app.c
src/app.h
src/gaw/gaw.h
src/gaw/gaw_gl.c
src/gaw/gaw_glide.c
src/gaw/gaw_glide.h
src/gaw/gaw_sw.c
src/gaw/gawswtnl.c
src/gaw/gawswtnl.h
src/gaw/polyclip.c
src/gaw/polyclip.h
src/gaw/polyfill.c
src/gaw/polyfill.h
src/gaw/polytmpl.h
src/logger.c [new file with mode: 0644]
src/logger.h [new file with mode: 0644]
src/modern/main.c
src/rtk.c
src/rtk.h
src/rtk_impl.h
src/scr_mod.c