Zack Buhman 54f09bad01 ta_fifo_polygon_converter: properly calculate ta_next_opb_offset
The main issue with the previous code:

  constexpr uint32_t tiles = (640 / 32) * (320 / 32);

Should have been:

  constexpr uint32_t tiles = (640 / 32) * (480 / 32);

The consequence of this is some OPBs were being overwritten by
TA_NEXT_OPB, causing corruption (missing triangles, incomplete
drawings) in some tiles.
2023-12-25 21:59:26 +08:00
2023-12-24 17:48:20 +08:00
2023-12-17 12:57:06 +08:00
2023-12-24 16:24:27 +08:00
2023-12-14 13:07:26 +08:00
2023-12-17 23:04:19 +08:00
2023-10-11 18:49:58 +00:00
2023-12-24 17:48:20 +08:00
2023-10-11 18:49:58 +00:00
2023-12-17 23:04:19 +08:00
2023-12-12 21:50:39 +08:00
2023-12-15 19:06:59 +08:00
2023-12-23 22:03:15 +08:00
2023-10-11 18:49:58 +00:00
2023-12-12 21:50:39 +08:00
2023-12-12 21:50:39 +08:00
2023-12-04 09:53:27 +08:00
2023-12-24 17:48:20 +08:00
2023-10-11 18:49:58 +00:00
2023-12-23 22:03:15 +08:00
2023-12-16 23:28:28 +08:00
2023-12-12 21:50:39 +08:00
2023-12-06 21:18:14 +08:00
2023-12-12 21:50:39 +08:00
2023-12-24 10:52:30 +08:00
2023-12-12 21:50:39 +08:00
2023-12-17 23:04:19 +08:00
2023-12-24 10:52:30 +08:00
2023-12-12 21:50:39 +08:00
2023-12-12 21:50:39 +08:00
2023-12-12 21:50:39 +08:00
2023-10-11 18:49:58 +00:00
2023-12-17 22:45:52 +08:00
2023-12-17 22:45:52 +08:00
2023-12-12 21:50:39 +08:00
2023-12-12 21:50:39 +08:00
2023-12-12 21:50:39 +08:00
2023-12-12 21:50:39 +08:00
2023-12-17 02:03:42 +08:00
2023-12-17 02:03:42 +08:00
2023-12-12 21:50:39 +08:00
2023-12-12 21:50:39 +08:00
2023-12-12 21:50:39 +08:00
2023-12-12 21:50:39 +08:00
2023-12-12 21:50:39 +08:00
2023-12-12 21:50:39 +08:00
2023-10-11 18:49:58 +00:00
2023-10-11 18:49:58 +00:00
2023-12-12 21:50:39 +08:00
2023-12-24 20:32:52 +08:00
2023-12-12 21:50:39 +08:00
2023-12-11 18:07:05 +08:00
2023-12-11 18:07:05 +08:00
Description
No description provided
170 MiB
Languages
C 61.4%
C++ 22.4%
Logos 13.1%
Python 2.2%
Makefile 0.4%
Other 0.3%