add numerous reigsters for pfifo

This commit is contained in:
starfrost013
2025-01-27 01:35:21 +00:00
parent 3edc11a682
commit 84cb84ed2f
3 changed files with 204 additions and 33 deletions

View File

@@ -1,4 +1,6 @@
How to optimise riva 128 applications:
* Ensure any set of polygons with one texture is close to a multiple of 128 polygons.
* Try to sort areas of a model with one texture to as close to 128 polygons as possible for efficient submission due to the lack of texturing.
* Try to have around (32*128) for nv3 or (64*128) for nv3t polygons
* Try to have around (32*128) for nv3 or (64*128) for nv3t polygons
* Get coding
* Alcohol