1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2 <html lang="en"> 3 <head> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 5 <title>Acknowledgements</title> 6 <link rel="stylesheet" type="text/css" href="mesa.css"> 7 </head> 8 <body> 9 10 <div class="header"> 11 <h1>The Mesa 3D Graphics Library</h1> 12 </div> 13 14 <iframe src="contents.html"></iframe> 15 <div class="content"> 16 17 <h1>Acknowledgements</h1> 18 19 20 The following individuals and groups are to be acknowledged for their 21 contributions to Mesa over the years. 22 This list is far from complete and somewhat dated, unfortunately. 23 24 25 <ul> 26 <li>Early Mesa development was done while Brian was part of the 27 <a href="http://www.ssec.wisc.edu/~billh/vis.html"> 28 SSEC Visualization Project</a> at the University of 29 Wisconsin. He'd like to thank Bill Hibbard for letting him work on 30 Mesa as part of that project. 31 <br> 32 <br> 33 <li>John Carmack of id Software, Inc. funded Keith Whitwell in 1999 in 34 order to optimize Mesa's vertex transformation module. This is a very 35 substantial piece of work. 36 <br> 37 <br> 38 <li>Precision Insight, Inc., VA Linux Systems, Inc., and most recently, 39 Tungsten Graphics, Inc. have supported the ongoing development of Mesa. 40 <br> 41 <br> 42 <li>The 43 <a href="http://www.mesa3d.org">Mesa</a> 44 website is hosted by 45 <a href="http://sourceforge.net">sourceforge.net</a>. 46 <br> 47 <br> 48 49 <li>The Mesa git repository is hosted by 50 <a href="http://freedesktop.org/">freedesktop.org</a>. 51 <br> 52 <br> 53 54 55 <li><a href="http://www.altsoftware.com/">alt.software</a> contributed the Direct3D driver. 56 57 <li><b>Bernd Barsuhn</b> wrote the evaluator code for (splines, 58 patches) in Mesa. 59 60 <li><b>Bernhard Tschirren</b> wrote the Allegro DJGPP driver. 61 62 <li><b>Bogdan Sikorski</b> wrote the GLU NURBS and polygon tessellator 63 in Mesa. 64 65 <li><b>Charlie Wallace</b> wrote the MS-DOS driver. 66 67 <li><b>CJ Beyer</b> was the www.mesa3d.org webmaster. 68 69 <li><b>Darren Abbott</b> provided the OS/2 driver. 70 71 <li><b>David Bucciarelli</b> wrote and maintained the 3Dfx Glide 72 driver. Thousands of Linux/Quake players thank David! 73 74 <li><b>Gareth Hughes</b> wrote new GLU 1.2 Polygon Tessellation code 75 (now superceded by SGI SI GLU). 76 77 <li><b>Holger Waechtler</b> contributed AMD 3DNow! assembly code which 78 accelerates vertex transformation in Mesa 3.1. Holger also implemented 79 the GL_EXT_texture_env_combine extension. 80 81 <li><b>Jeroen van der Zijp</b> and <b>Thorsten Ohl</b> contributed the 82 Xt/Motif widget code. 83 84 <li><b>John Stone</b> provided the multi-threading support in Mesa 3.0. 85 86 <li><b>John Watson</b> assisted with web page design. 87 88 <li><b>Josh Vanderhoof</b> contributed Intel x86 assembly code which 89 accelerates vertex transformation in Mesa 3.x. 90 91 <li><b>Jouk Jansen</b> contributed and continues to maintain the VMS 92 support. 93 94 <li><b>Karl Schultz</b> has been maintaining the Windows driver. 95 96 <li><b>Keith Whitwell</b> has made extension contributions to Mesa 97 since 1999. 98 99 <li><b>Kendall Bennett</b> wrote the SciTech MGL driver. 100 101 <li><b>Klaus Niederkrueger</b> contributed many improvements to Mesa's 102 software rasterizer. 103 104 <li><b>Mark Kilgard</b> contributed antialiased line improvements and 105 several extensions. 106 107 <li><b>Michael Pichler</b> contributed <em>many</em> bug fixes 108 109 <li><b>Miklos Fazekas</b> wrote and maintains the Macintosh driver. 110 111 <li><b>Pascal Thibaudeau</b> wrote the NeXT driver. 112 113 <li><b>Pedro Vazquez</b> setup and maintains the Mesa Mailing list. 114 115 <li><b>Randy Frank</b> contributed <em>many</em> bug fixes. 116 117 <li><b>Stefan Zivkovic</b> wrote the Amiga driver. 118 119 <li><b>Stephane Rehel</b> provided the Cygnus Win32 support 120 121 <li><b>Ted Jump</b> maintained the 122 makefiles and project files for Windows 95/98/NT compilation for some time. 123 124 <li><b>Uwe Maurer</b> wrote the LibGGI driver for Mesa-3.0. 125 126 <li><b>Victor Ng-Thow-Hing</b> wrote the Amiwin driver for the Amiga. 127 128 </ul> 129 130 <p> 131 Apologies to anyone who's been omitted. 132 Please send corrections and additions to Brian. 133 </p> 134 135 </div> 136 </body> 137 </html> 138