blob: 73fa68195039e1b07531862be53f63d0999a67f4 [file] [log] [blame]
Brian Paul0b27ace2003-03-08 17:38:57 +00001<HTML>
2
3<HEAD>
4<TITLE>Acknowledgements</TITLE>
5</HEAD>
6
Brian Paul36da0452005-01-20 03:55:10 +00007<link rel="stylesheet" type="text/css" href="mesa.css"></head>
8
9<BODY>
Brian Paul0b27ace2003-03-08 17:38:57 +000010
11<H1>Acknowledgments</H1>
12
13
14The following individuals and groups are to be acknowledged for their
15contributions to Mesa over the years.
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"
21target="_parent">SSEC Visualization Project</A> at the University of
22Wisconsin. He'd like to thank Bill Hibbard for letting him work on
23Mesa as part of that project.
24<br>
25<br>
26<li>John Carmack of id Software, Inc. funded Keith Whitwell in 1999 in
27order to optimize Mesa's vertex transformation module. This is a very
28substantial piece of work.
29<br>
30<br>
31<li>Precision Insight, Inc., VA Linux Systems, Inc., and most recently,
32Tungsten Graphics, Inc. have supported the ongoing development of Mesa.
33<br>
34<br>
35<li>The <A HREF="http://sourceforge.net/projects/mesa3d"
36target="_parent">Mesa</A>
37project is hosted by<A HREF="http://sourceforge.net"
38target="_parent"><IMG SRC="http://sourceforge.net/sflogo.php?group_id=3&type=1"
39WIDTH="88" HEIGHT="31" ALIGN="BOTTOM" ALT="Sourceforge.net" BORDER="0"></A>
40<br>
41<br>
42
43<li><a href="http://www.altsoftware.com/"
44target="_parent">alt.software</a> contributed the Direct3D driver.
45
Brian Paul79544802003-03-10 14:01:05 +000046<li><b>Bernd Barsuhn</b> wrote the evaluator code for (splines,
47patches) in Mesa.
Brian Paul0b27ace2003-03-08 17:38:57 +000048
Brian Paul79544802003-03-10 14:01:05 +000049<li><b>Bernhard Tschirren</b> wrote the Allegro DJGPP driver.
Brian Paul0b27ace2003-03-08 17:38:57 +000050
Brian Paul79544802003-03-10 14:01:05 +000051<li><b>Bogdan Sikorski</b> wrote the GLU NURBS and polygon tessellator
52in Mesa.
Brian Paul0b27ace2003-03-08 17:38:57 +000053
Brian Paul79544802003-03-10 14:01:05 +000054<li><b>Charlie Wallace</b> wrote the MS-DOS driver.
Brian Paul0b27ace2003-03-08 17:38:57 +000055
Brian Paul6c57b372003-09-05 14:53:25 +000056<li><b>CJ Beyer</b> was the www.mesa3d.org webmaster.
Brian Paul0b27ace2003-03-08 17:38:57 +000057
58<li><b>Darren Abbott</b> provided the OS/2 driver.
59
Brian Paul79544802003-03-10 14:01:05 +000060<li><b>David Bucciarelli</b> wrote and maintained the 3Dfx Glide
61driver. Thousands of Linux/Quake players thank David!
Brian Paul0b27ace2003-03-08 17:38:57 +000062
Brian Paul79544802003-03-10 14:01:05 +000063<li><b>Gareth Hughes</b> wrote new GLU 1.2 Polygon Tessellation code
64(now superceded by SGI SI GLU).
Brian Paul0b27ace2003-03-08 17:38:57 +000065
Brian Paul79544802003-03-10 14:01:05 +000066<li><b>Holger Waechtler</b> contributed AMD 3DNow! assembly code which
67accelerates vertex transformation in Mesa 3.1. Holger also implemented
68the GL_EXT_texture_env_combine extension.
Brian Paul0b27ace2003-03-08 17:38:57 +000069
Brian Paul79544802003-03-10 14:01:05 +000070<li><b>Jeroen van der Zijp</b> and <b>Thorsten Ohl</b> contributed the
71Xt/Motif widget code.
Brian Paul0b27ace2003-03-08 17:38:57 +000072
Brian Paul79544802003-03-10 14:01:05 +000073<li><b>John Stone</b> provided the multi-threading support in Mesa 3.0.
Brian Paul0b27ace2003-03-08 17:38:57 +000074
Brian Paul79544802003-03-10 14:01:05 +000075<li><b>John Watson</b> assisted with web page design.
Brian Paul0b27ace2003-03-08 17:38:57 +000076
Brian Paul79544802003-03-10 14:01:05 +000077<li><b>Josh Vanderhoof</b> contributed Intel x86 assembly code which
78accelerates vertex transformation in Mesa 3.x.
Brian Paul0b27ace2003-03-08 17:38:57 +000079
Brian Paul79544802003-03-10 14:01:05 +000080<li><b>Jouk Jansen</b> contributed and continues to maintain the VMS
81support.
Brian Paul0b27ace2003-03-08 17:38:57 +000082
Brian Paul6c57b372003-09-05 14:53:25 +000083<li><b>Karl Schultz</b> has been maintaining the Windows driver.
Brian Paul0b27ace2003-03-08 17:38:57 +000084
Brian Paul79544802003-03-10 14:01:05 +000085<li><b>Keith Whitwell</b> has made extension contributions to Mesa
86since 1999.
Brian Paul0b27ace2003-03-08 17:38:57 +000087
Brian Paul79544802003-03-10 14:01:05 +000088<li><b>Kendall Bennett</b> wrote the SciTech MGL driver.
Brian Paul0b27ace2003-03-08 17:38:57 +000089
Brian Paul79544802003-03-10 14:01:05 +000090<li><b>Klaus Niederkrueger</b> contributed many improvements to Mesa's
91software rasterizer.
92
93<li><b>Mark Kilgard</b> contributed antialiased line improvements and
94several extensions.
Brian Paul0b27ace2003-03-08 17:38:57 +000095
Brian Paul6c57b372003-09-05 14:53:25 +000096<li><b>Michael Pichler</b> contributed <em>many</em> bug fixes
Brian Paul0b27ace2003-03-08 17:38:57 +000097
Brian Paul79544802003-03-10 14:01:05 +000098<li><b>Miklos Fazekas</b> wrote and maintains the Macintosh driver.
Brian Paul0b27ace2003-03-08 17:38:57 +000099
Brian Paul79544802003-03-10 14:01:05 +0000100<li><b>Pascal Thibaudeau</b> wrote the NeXT driver.
Brian Paul0b27ace2003-03-08 17:38:57 +0000101
Brian Paul79544802003-03-10 14:01:05 +0000102<li><b>Pedro Vazquez</b> setup and maintains the Mesa Mailing list.
Brian Paul0b27ace2003-03-08 17:38:57 +0000103
Brian Paul79544802003-03-10 14:01:05 +0000104<li><b>Randy Frank</b> contributed <em>many</em> bug fixes.
Brian Paul0b27ace2003-03-08 17:38:57 +0000105
Brian Paul79544802003-03-10 14:01:05 +0000106<li><b>Stefan Zivkovic</b> wrote the Amiga driver.
Brian Paul0b27ace2003-03-08 17:38:57 +0000107
Brian Paul79544802003-03-10 14:01:05 +0000108<li><b>Stephane Rehel</b> provided the Cygnus Win32 support
Brian Paul0b27ace2003-03-08 17:38:57 +0000109
110<li><b>Ted Jump</b> maintained the
111makefiles and project files for Windows 95/98/NT compilation for some time.
112
Brian Paul79544802003-03-10 14:01:05 +0000113<li><b>Uwe Maurer</b> wrote the LibGGI driver for Mesa-3.0.
Brian Paul0b27ace2003-03-08 17:38:57 +0000114
Brian Paul79544802003-03-10 14:01:05 +0000115<li><b>Victor Ng-Thow-Hing</b> wrote the Amiwin driver for the Amiga.
Brian Paul0b27ace2003-03-08 17:38:57 +0000116
117</ul>
118
119<p>
120Apologies to anyone who's been omitted.
121Please send corrections and additions to Brian.
122</p>
123
124
125</BODY>
126</HTML>