On Sunday 04 September 2011 22:43:50 Henri Verbeet wrote:
These are no longer needed since present can handle these now.
I think we can remove the entire special case and just do a blit. This hack is related to the ddraw windowed backbuffer hack you removed a while ago, except that the back->front blit is used by a handful of fullscreen apps too.
On 5 September 2011 00:03, Stefan Dösinger stefandoesinger@gmx.at wrote:
On Sunday 04 September 2011 22:43:50 Henri Verbeet wrote:
These are no longer needed since present can handle these now.
I think we can remove the entire special case and just do a blit.
That's not what the comment says.
On Monday 05 September 2011 01:19:27 Henri Verbeet wrote:
On 5 September 2011 00:03, Stefan Dösinger stefandoesinger@gmx.at wrote:
On Sunday 04 September 2011 22:43:50 Henri Verbeet wrote:
These are no longer needed since present can handle these now.
I think we can remove the entire special case and just do a blit.
That's not what the comment says.
The comment is slightly outdated, fbo_blit could handle this just fine, but apparently the rest of the code doesn't call fbo_blit yet. So we're not quit ready to remove this hack, yeah.
On 5 September 2011 10:45, Stefan Dösinger stefandoesinger@gmx.at wrote:
The comment is slightly outdated, fbo_blit could handle this just fine, but apparently the rest of the code doesn't call fbo_blit yet. So we're not quit ready to remove this hack, yeah.
FBO blits aren't the issue, this is for when those aren't available.