home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / mesa-1.2.8 / next / readme < prev    next >
Text File  |  1996-05-27  |  4KB  |  123 lines

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