home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 5 / MA_Cover_5.iso / ppc / mesa / next / readme < prev    next >
Encoding:
Text File  |  1998-01-31  |  3.7 KB  |  137 lines

  1.             =======================================
  2.             =     NeXT (TM) Mesa-OpenGL (TM)      =
  3.             =======================================
  4.                      by
  5.                   Pascal Thibaudeau
  6.              pthibaud@cribx1.u-bordeaux.fr
  7.             pascal@galileo.slip.u-bordeaux.fr (NeXTMail OK)
  8.  
  9.  
  10. @(#) README 1.4 96/11/29 19:49:23
  11.  
  12. # Revision 1.4  1996/11/29  19:49:23 pascal thibaudeau
  13. # Mesa-2.0.1 fixed
  14. #
  15. # Revision 1.3  1996/10/16  10:59:02 pascal thibaudeau
  16. # Mesa-2.0 fixed
  17. #
  18. # Revision 1.2  1996/05/16  00:17:02 pascal thibaudeau
  19. # Mesa-1.2.8 fixed
  20. #
  21. # Revision 1.1  1996/03/02  15:03:07 pascal thibaudeau
  22. # Initial revision
  23. #
  24.  
  25. 1. Introduction
  26. ---------------
  27.  
  28. This is the README file for the NeXT version of the Mesa library.
  29. The file consists of information specific to the NeXT version of Mesa.
  30. For more general information please read the README file in the main Mesa
  31. directory.
  32.  
  33. 2. Whats new?
  34. -------------
  35.  
  36. See the general Mesa README for all the new items in Mesa-2.0.  This
  37. section will only discuss those items which are specific to the NeXT.
  38.  
  39.     0.4 Release
  40.     =========
  41.     - New demos from the book directory
  42.     - old nextdemoX removed
  43.  
  44.     0.3 Release
  45.     =========
  46.     - Mesa-2.0 is fixed
  47.  
  48.     0.2 Release
  49.     =========
  50.     - Some tk functions are now supported.
  51.     - minor bugs are corrected.
  52.  
  53.     0.1 Release
  54.     =========
  55.     - Off-Screen rendering buffer is read by NXBitmapImageRep function.
  56.     - 32bpp is directly supported.
  57.     - WIDTH and HEIGHT are staticly defined.
  58.     - The window style is NX_TITLEDSTYLE.
  59.     - NeXT demos are straightforward ports of some book/ files.
  60.  
  61.  
  62. 3. The Distribution
  63. -------------------
  64.  
  65. NeXT Mesa is distributed in one form.  This should make it easier to only
  66. download what you need. The package is as follows:
  67.  
  68.     Mesa-2.0.tar.gz
  69.  
  70. This release contains the complete source to Mesa for the NeXT
  71.  
  72. 4. Documentation
  73. ----------------
  74.  
  75. There is a Mesa WWW page:  http://www.ssec.wisc.edu/~brianp/Mesa.html
  76.  
  77. There is a general WWW page related to OpenGL under NeXTSTEP:
  78. http://wwwcip.informatik.uni-erlangen.de/user/tsengel/
  79.  
  80. 5. Compiling Mesa
  81. ----------------
  82.  
  83. In order to compile NeXT Mesa you need the following items:
  84.  
  85.     NEXTSTEP Developper Kit Release 3.3
  86.     NeXT Mesa-2.0 (source)
  87.  
  88. The project  files included with the NeXT Mesa source should work
  89. fine.  The only things you may need to update are the access paths.
  90. Simply typing "make next" should compile Mesa and a number of NeXT demo
  91. programs found in the NeXT/ directory. This was tested on a i386,m68k running
  92. NEXTSTEP 3.3.
  93.  
  94. 6. Test suite
  95. -------------
  96.  
  97. The NeXT version of Mesa does not pass many of the tests in the
  98. demos or samples suites.  This is primarily due to dependencies in the
  99. suites on the size of particular X fonts, and other X related features.  We
  100. will be working on developping a more general NeXT suite for Mesa under
  101. the NeXT, but for now, you will not be able to pass many of the tests.
  102. It is, however, much better than the alpha release!
  103.  
  104.  
  105. 6. NeXT Mesa Mailing List
  106. -----------------------------
  107. if uou want to subscribe to the Mesa mailing list., please send the following
  108. message to the address listproc@iqm.unicamp.br
  109.  
  110. subs mesa <your name>
  111.  
  112. For example:
  113.  
  114. subs mesa Pascal Thibaudeau
  115.  
  116. You will receive a welcome message from the list server when you have been
  117. added to the list. It tells you how to post messages to the list, how
  118. to unsubscribe, etc. Thanks to Pedro Vazquez for setting up the list.
  119.  
  120. 7. Acknowledgement
  121. -------------------------
  122. I would also like to thank the following contributors :
  123.  
  124. Thomas Engel <tomi@shinto.nbg.sub.org>:                GNU3DKit Project
  125. Gregor Hoffleit <flight@mathi.uni-heidelberg.DE>:      GNU3DKit Project
  126. Pete French <pete@ohm.york.ac.uk>:
  127.  
  128. If you have comments or Bug reports don't hesitate to send them to:
  129. Pascal Thibaudeau
  130. pthibaud@cribx1.u-bordeaux.fr
  131. pascal@galileo.slip.u-bordeaux.fr (NeXTMail OK)
  132.  
  133.  
  134.  
  135.  
  136.  
  137.