Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

thanks.html 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <HTML>
  2. <HEAD>
  3. <TITLE>Acknowledgements</TITLE>
  4. </HEAD>
  5. <link rel="stylesheet" type="text/css" href="mesa.css"></head>
  6. <BODY>
  7. <H1>Acknowledgments</H1>
  8. The following individuals and groups are to be acknowledged for their
  9. contributions to Mesa over the years.
  10. This list is far from complete and somewhat dated, unfortunately.
  11. <ul>
  12. <li>Early Mesa development was done while Brian was part of the
  13. <A HREF="http://www.ssec.wisc.edu/~billh/vis.html"
  14. target="_parent">SSEC Visualization Project</A> at the University of
  15. Wisconsin. He'd like to thank Bill Hibbard for letting him work on
  16. Mesa as part of that project.
  17. <br>
  18. <br>
  19. <li>John Carmack of id Software, Inc. funded Keith Whitwell in 1999 in
  20. order to optimize Mesa's vertex transformation module. This is a very
  21. substantial piece of work.
  22. <br>
  23. <br>
  24. <li>Precision Insight, Inc., VA Linux Systems, Inc., and most recently,
  25. Tungsten Graphics, Inc. have supported the ongoing development of Mesa.
  26. <br>
  27. <br>
  28. <li>The
  29. <A HREF="http://sourceforge.net/projects/mesa3d" target="_parent">Mesa</A>
  30. website is hosted by
  31. <A HREF="http://sourceforge.net" target="_parent">
  32. <IMG SRC="http://sourceforge.net/sflogo.php?group_id=3&type=1"
  33. WIDTH="88" HEIGHT="31" ALIGN="BOTTOM" ALT="Sourceforge.net" BORDER="0"></A>
  34. <br>
  35. <br>
  36. <li>The Mesa git repository is hosted by
  37. <a href="http://freedesktop.org/" target="_parent">freedesktop.org</a>.
  38. <br>
  39. <br>
  40. <li><a href="http://www.altsoftware.com/"
  41. target="_parent">alt.software</a> contributed the Direct3D driver.
  42. <li><b>Bernd Barsuhn</b> wrote the evaluator code for (splines,
  43. patches) in Mesa.
  44. <li><b>Bernhard Tschirren</b> wrote the Allegro DJGPP driver.
  45. <li><b>Bogdan Sikorski</b> wrote the GLU NURBS and polygon tessellator
  46. in Mesa.
  47. <li><b>Charlie Wallace</b> wrote the MS-DOS driver.
  48. <li><b>CJ Beyer</b> was the www.mesa3d.org webmaster.
  49. <li><b>Darren Abbott</b> provided the OS/2 driver.
  50. <li><b>David Bucciarelli</b> wrote and maintained the 3Dfx Glide
  51. driver. Thousands of Linux/Quake players thank David!
  52. <li><b>Gareth Hughes</b> wrote new GLU 1.2 Polygon Tessellation code
  53. (now superceded by SGI SI GLU).
  54. <li><b>Holger Waechtler</b> contributed AMD 3DNow! assembly code which
  55. accelerates vertex transformation in Mesa 3.1. Holger also implemented
  56. the GL_EXT_texture_env_combine extension.
  57. <li><b>Jeroen van der Zijp</b> and <b>Thorsten Ohl</b> contributed the
  58. Xt/Motif widget code.
  59. <li><b>John Stone</b> provided the multi-threading support in Mesa 3.0.
  60. <li><b>John Watson</b> assisted with web page design.
  61. <li><b>Josh Vanderhoof</b> contributed Intel x86 assembly code which
  62. accelerates vertex transformation in Mesa 3.x.
  63. <li><b>Jouk Jansen</b> contributed and continues to maintain the VMS
  64. support.
  65. <li><b>Karl Schultz</b> has been maintaining the Windows driver.
  66. <li><b>Keith Whitwell</b> has made extension contributions to Mesa
  67. since 1999.
  68. <li><b>Kendall Bennett</b> wrote the SciTech MGL driver.
  69. <li><b>Klaus Niederkrueger</b> contributed many improvements to Mesa's
  70. software rasterizer.
  71. <li><b>Mark Kilgard</b> contributed antialiased line improvements and
  72. several extensions.
  73. <li><b>Michael Pichler</b> contributed <em>many</em> bug fixes
  74. <li><b>Miklos Fazekas</b> wrote and maintains the Macintosh driver.
  75. <li><b>Pascal Thibaudeau</b> wrote the NeXT driver.
  76. <li><b>Pedro Vazquez</b> setup and maintains the Mesa Mailing list.
  77. <li><b>Randy Frank</b> contributed <em>many</em> bug fixes.
  78. <li><b>Stefan Zivkovic</b> wrote the Amiga driver.
  79. <li><b>Stephane Rehel</b> provided the Cygnus Win32 support
  80. <li><b>Ted Jump</b> maintained the
  81. makefiles and project files for Windows 95/98/NT compilation for some time.
  82. <li><b>Uwe Maurer</b> wrote the LibGGI driver for Mesa-3.0.
  83. <li><b>Victor Ng-Thow-Hing</b> wrote the Amiwin driver for the Amiga.
  84. </ul>
  85. <p>
  86. Apologies to anyone who's been omitted.
  87. Please send corrections and additions to Brian.
  88. </p>
  89. </BODY>
  90. </HTML>