Version
3.5-1933
Branch
master
Date
10 years, 7 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
93f9f235769cbf37a4f701efeea8dbf92f7c339e
Change author
degasus
Change description
ogl: reset api state for blitting

glBlitFramebuffer depends on scissior test and color mask. It isn't documented well,
but it does. So we have to reset the apistate before using it.
In this way, there isn't any benefit of glBlitFramebuffer, glDrawArray would be better :-(