polygon filler, rudimentary GL
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 14 Mar 2021 09:08:43 +0000 (11:08 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 14 Mar 2021 09:08:43 +0000 (11:08 +0200)
commit5b98299a1aa716cc17cb5f70498c8e23cac945cb
treee8894bbf3583f2919ec60c0bb255f1f579a3b92f
parentca3123df6cd875b1361533020c1f4eebfe9da295
polygon filler, rudimentary GL
Makefile
src/debug.c [new file with mode: 0644]
src/debug.h [new file with mode: 0644]
src/gfx.h
src/main.c
src/polyfill.c [new file with mode: 0644]
src/polyfill.h [new file with mode: 0644]
src/xgl.c [new file with mode: 0644]
src/xgl.h [new file with mode: 0644]