home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / System / Mesa-3.1 / mtdemos / README < prev   
Text File  |  1999-08-18  |  898b  |  25 lines

  1.  
  2. Mesa Multithreaded Demos README
  3. -------------------------------
  4.  
  5.   This directory contains demos programs which can be used to verify
  6. proper operation of an MT-safe build of Mesa.  Some of these demos
  7. are non-portable at present, but will be more generally useful in 
  8. future versions of Mesa. 
  9.  
  10.   To build the demo(s), just type "make" in conjunction with the same
  11. build target you used to build the MT-safe Mesa lib.
  12.  
  13. Examples:
  14.   make -f Makefile.X11 sunos5-pthread      (for Solaris 2.[56] with POSIX threads)
  15.   make -f Makefile.X11 linux-386-pthread   (for Linux 2.x systems with Linux threads)
  16.  
  17.  
  18. If you have questions or problems with these demo programs, send email
  19. to John Stone or Cristoph Poliwoda.  (see README.THREADS in top level 
  20. Mesa directory)
  21.  
  22. mt_osdemo.c -- Renders using multiple threads, and one ore more osmesa 
  23.                rendering contexts.  Requires pthreads currently.
  24.  
  25.