GPU/External Registers: Difference between revisions

MarcusD (talk | contribs)
oops, I used RGB565 for testing, but used RGBA8888 for calculation, burst size of 256bytes doesn't make sense for FCRAM anyway
MarcusD (talk | contribs)
m progressive scan interlacing == interleaving
Line 372: Line 372:
|-
|-
| 5-4
| 5-4
| Framebuffer scanline output mode (interlace config)
| 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, aka framebuffer A is interlaced with itself)
  1 - AA (output a single line twice, so framebuffer A is interleaved with itself)
  2 - AB (interlace framebuffer A and framebuffer B)
  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)