start using GTE, rotate triangle with MVMVA cmd 0gte-trirot
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 17 Mar 2024 05:39:50 +0000 (07:39 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 17 Mar 2024 05:39:50 +0000 (07:39 +0200)
commit650a9559bc42e6fc0065330f1783d74683f41217
tree4b6469586b76b50d6a3d4fd93011ace39f54b954
parenta87340cddb40eab47956081c648adc0dfcd6d38d
start using GTE, rotate triangle with MVMVA cmd
14 files changed:
.gitignore
Makefile
src/gpu.h
src/gte.S [new file with mode: 0644]
src/gte.h [new file with mode: 0644]
src/libc/stddef.h [new file with mode: 0644]
src/libc/stdint.h [new file with mode: 0644]
src/libc/string.c [new file with mode: 0644]
src/libc/string.h [new file with mode: 0644]
src/libc/syscall.S [new file with mode: 0644]
src/libc/syscall.h [new file with mode: 0644]
src/main.c
src/sintab.h [new file with mode: 0644]
tools/gensin.c [new file with mode: 0644]