GPU/External Registers: Difference between revisions
oops, I used RGB565 for testing, but used RGBA8888 for calculation, burst size of 256bytes doesn't make sense for FCRAM anyway |
m progressive scan interlacing == interleaving |
||
Line 372: | Line 372: | ||
|- | |- | ||
| 5-4 | | 5-4 | ||
| Framebuffer scanline output mode ( | | Framebuffer scanline output mode (framebuffer interleave config) | ||
0 - A (output image as normal) | 0 - A (output image as normal) | ||
1 - AA (output a single line twice, | 1 - AA (output a single line twice, so framebuffer A is interleaved with itself) | ||
2 - AB ( | 2 - AB (interleave framebuffer A and framebuffer B) | ||
3 - BA (same as above, but the line from framebuffer B is outputted first) | 3 - BA (same as above, but the line from framebuffer B is outputted first) | ||