~ubuntu-branches/ubuntu/quantal/mesa/quantal

« back to all changes in this revision

Viewing changes to src/glut/directfb/NOTES

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-02-21 12:44:07 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20070221124407-rgcacs32mycrtadl
ImportĀ upstreamĀ versionĀ 6.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
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