af917c6667de2f41504598ddcb0c5f95aa919108
[mesa.git] / src / glut / directfb / NOTES
1 DirectFB GLUT Implementation NOTES
2 ----------------------------------
3
4 * To have high performance rendering, it's really important to
5 use glutEnterGameMode() instead of glutCreateWindow()/glutFullScreen().
6 You can also force a windowed application to game mode by setting
7 the environment variable "__GLUT_GAME_MODE".
8
9