Fafalada said:Actually maybe I expressed myself wrong. I was referring to subpixel offsets (which are needed to render the two interlaced fields - offset 0.5 pixel relative to each other).I thought they may have left that out as computer interlaced only displays are negligible nowadays and they will use TV encoders whenever they want to have a TV out.
If you meant actually rendering scanlines interleaved (eg. by leaving empty lines in between), I don't think it's so common no.
GS does offer a mode for this, but it's basically just a register mask for odd/even lines, which means your effective fillrate is cut in half if you use it, so I don't think it's all that usefull.
That means there is no fill-rate advantage for only rendering odd and even fields than progressive, it is just a way to save memory.