OSMesa draws upside down

This commit is contained in:
Patrice Mandin
2004-11-20 20:47:52 +00:00
parent 6135262365
commit e860599e99

View File

@@ -992,6 +992,9 @@ static int XBIOS_GL_MakeCurrent(_THIS)
return -1;
}
/* OSMesa draws upside down */
OSMesaPixelStore(OSMESA_Y_UP, 0);
return 0;
}