Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
malucart
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
malucart
9mo ago
I've been working on it since mid 2024, so that video was a funny coincidence :)
2.
▲
by
malucart
9mo ago
no, it really is a true 64 bit CPU. it's just that that fact is useless and it usually runs in 32 bit mode because games don't need that.
3.
▲
by
malucart
9mo ago
nah, it's not even configured to use the extra RAM, though there is a compile option for that. seems like the freeze was some sort of bug in the tessellation code, but I'm rewriting that part, so the bug is gone now. it should be
4.
▲
by
malucart
9mo ago
it's not possible to have either subpixel vertex precision or perspective correct mapping with the PS1 GPU, as it only takes 2D whole-pixel coordinates for triangle vertices. (contrary to popular belief, N64 also uses exclusively fixed
5.
▲
by
malucart
9mo ago
right now there is basically no preprocessing of level polygons and they are copied as is, but when it is implemented, the largest polygons will be split to solve this this is also necessary to fix the occasional stretched textures, as text