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