Commit 9e22a1bc authored by Patrice Mandin's avatar Patrice Mandin

OSMesa draws upside down

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40981
parent 567d89f6
...@@ -992,6 +992,9 @@ static int XBIOS_GL_MakeCurrent(_THIS) ...@@ -992,6 +992,9 @@ static int XBIOS_GL_MakeCurrent(_THIS)
return -1; return -1;
} }
/* OSMesa draws upside down */
OSMesaPixelStore(OSMESA_Y_UP, 0);
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment