Ticket #8536: residual-dim.diff
File residual-dim.diff, 457 bytes (added by , 17 years ago) |
---|
-
driver_gl.cpp
783 786 glDisable(GL_DEPTH_TEST); 784 787 glDepthMask(GL_FALSE); 785 788 786 glRasterPos2i(0, _screenHeight); 789 glRasterPos2i(0, _screenHeight - 1); 790 glBitmap(0, 0, 0, 0, 0, -1, NULL); 787 791 glDrawPixels(_screenWidth, _screenHeight, GL_RGBA, GL_UNSIGNED_BYTE, _storedDisplay); 788 792 789 793 glDepthMask(GL_TRUE);