blob: 685cb31e64070dc23499e8c11524491f340539f1 [file] [log] [blame]
Andreas Bollecd5c7c2012-06-12 09:05:03 +02001<!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>
Brian Paul0b27ace2003-03-08 17:38:57 +00009
Andreas Bollb5da52a2012-09-18 18:57:02 +020010<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
Nathan Kidd0691b372014-01-03 16:44:00 -070017<h1>Acknowledgements</h1>
Brian Paul0b27ace2003-03-08 17:38:57 +000018
19
20The following individuals and groups are to be acknowledged for their
21contributions to Mesa over the years.
Brian Paul9f8b3fa2005-05-05 14:18:31 +000022This list is far from complete and somewhat dated, unfortunately.
Brian Paul0b27ace2003-03-08 17:38:57 +000023
24
25<ul>
26<li>Early Mesa development was done while Brian was part of the
Andreas Bolla73c59b2012-09-18 19:31:28 +020027<a href="http://www.ssec.wisc.edu/~billh/vis.html">
28SSEC Visualization Project</a> at the University of
Brian Paul0b27ace2003-03-08 17:38:57 +000029Wisconsin. He'd like to thank Bill Hibbard for letting him work on
30Mesa as part of that project.
31<br>
32<br>
33<li>John Carmack of id Software, Inc. funded Keith Whitwell in 1999 in
34order to optimize Mesa's vertex transformation module. This is a very
35substantial piece of work.
36<br>
37<br>
38<li>Precision Insight, Inc., VA Linux Systems, Inc., and most recently,
39Tungsten Graphics, Inc. have supported the ongoing development of Mesa.
40<br>
41<br>
Brian Paul9f8b3fa2005-05-05 14:18:31 +000042<li>The
Andreas Bolla73c59b2012-09-18 19:31:28 +020043<a href="http://www.mesa3d.org">Mesa</a>
Brian Paul9f8b3fa2005-05-05 14:18:31 +000044website is hosted by
Andreas Bolla2140b02015-11-26 20:06:07 +010045<a href="http://sourceforge.net">sourceforge.net</a>.
Brian Paul0b27ace2003-03-08 17:38:57 +000046<br>
47<br>
48
Briane3caa5f2007-04-18 09:07:56 -060049<li>The Mesa git repository is hosted by
Andreas Bolla73c59b2012-09-18 19:31:28 +020050<a href="http://freedesktop.org/">freedesktop.org</a>.
Brian Paul9f8b3fa2005-05-05 14:18:31 +000051<br>
52<br>
53
54
Andreas Bolla73c59b2012-09-18 19:31:28 +020055<li><a href="http://www.altsoftware.com/">alt.software</a> contributed the Direct3D driver.
Brian Paul0b27ace2003-03-08 17:38:57 +000056
Brian Paul79544802003-03-10 14:01:05 +000057<li><b>Bernd Barsuhn</b> wrote the evaluator code for (splines,
58patches) in Mesa.
Brian Paul0b27ace2003-03-08 17:38:57 +000059
Brian Paul79544802003-03-10 14:01:05 +000060<li><b>Bernhard Tschirren</b> wrote the Allegro DJGPP driver.
Brian Paul0b27ace2003-03-08 17:38:57 +000061
Brian Paul79544802003-03-10 14:01:05 +000062<li><b>Bogdan Sikorski</b> wrote the GLU NURBS and polygon tessellator
63in Mesa.
Brian Paul0b27ace2003-03-08 17:38:57 +000064
Brian Paul79544802003-03-10 14:01:05 +000065<li><b>Charlie Wallace</b> wrote the MS-DOS driver.
Brian Paul0b27ace2003-03-08 17:38:57 +000066
Brian Paul6c57b372003-09-05 14:53:25 +000067<li><b>CJ Beyer</b> was the www.mesa3d.org webmaster.
Brian Paul0b27ace2003-03-08 17:38:57 +000068
69<li><b>Darren Abbott</b> provided the OS/2 driver.
70
Brian Paul79544802003-03-10 14:01:05 +000071<li><b>David Bucciarelli</b> wrote and maintained the 3Dfx Glide
72driver. Thousands of Linux/Quake players thank David!
Brian Paul0b27ace2003-03-08 17:38:57 +000073
Brian Paul79544802003-03-10 14:01:05 +000074<li><b>Gareth Hughes</b> wrote new GLU 1.2 Polygon Tessellation code
75(now superceded by SGI SI GLU).
Brian Paul0b27ace2003-03-08 17:38:57 +000076
Brian Paul79544802003-03-10 14:01:05 +000077<li><b>Holger Waechtler</b> contributed AMD 3DNow! assembly code which
78accelerates vertex transformation in Mesa 3.1. Holger also implemented
79the GL_EXT_texture_env_combine extension.
Brian Paul0b27ace2003-03-08 17:38:57 +000080
Brian Paul79544802003-03-10 14:01:05 +000081<li><b>Jeroen van der Zijp</b> and <b>Thorsten Ohl</b> contributed the
82Xt/Motif widget code.
Brian Paul0b27ace2003-03-08 17:38:57 +000083
Brian Paul79544802003-03-10 14:01:05 +000084<li><b>John Stone</b> provided the multi-threading support in Mesa 3.0.
Brian Paul0b27ace2003-03-08 17:38:57 +000085
Brian Paul79544802003-03-10 14:01:05 +000086<li><b>John Watson</b> assisted with web page design.
Brian Paul0b27ace2003-03-08 17:38:57 +000087
Brian Paul79544802003-03-10 14:01:05 +000088<li><b>Josh Vanderhoof</b> contributed Intel x86 assembly code which
89accelerates vertex transformation in Mesa 3.x.
Brian Paul0b27ace2003-03-08 17:38:57 +000090
Brian Paul79544802003-03-10 14:01:05 +000091<li><b>Jouk Jansen</b> contributed and continues to maintain the VMS
92support.
Brian Paul0b27ace2003-03-08 17:38:57 +000093
Brian Paul6c57b372003-09-05 14:53:25 +000094<li><b>Karl Schultz</b> has been maintaining the Windows driver.
Brian Paul0b27ace2003-03-08 17:38:57 +000095
Brian Paul79544802003-03-10 14:01:05 +000096<li><b>Keith Whitwell</b> has made extension contributions to Mesa
97since 1999.
Brian Paul0b27ace2003-03-08 17:38:57 +000098
Brian Paul79544802003-03-10 14:01:05 +000099<li><b>Kendall Bennett</b> wrote the SciTech MGL driver.
Brian Paul0b27ace2003-03-08 17:38:57 +0000100
Brian Paul79544802003-03-10 14:01:05 +0000101<li><b>Klaus Niederkrueger</b> contributed many improvements to Mesa's
102software rasterizer.
103
104<li><b>Mark Kilgard</b> contributed antialiased line improvements and
105several extensions.
Brian Paul0b27ace2003-03-08 17:38:57 +0000106
Brian Paul6c57b372003-09-05 14:53:25 +0000107<li><b>Michael Pichler</b> contributed <em>many</em> bug fixes
Brian Paul0b27ace2003-03-08 17:38:57 +0000108
Brian Paul79544802003-03-10 14:01:05 +0000109<li><b>Miklos Fazekas</b> wrote and maintains the Macintosh driver.
Brian Paul0b27ace2003-03-08 17:38:57 +0000110
Brian Paul79544802003-03-10 14:01:05 +0000111<li><b>Pascal Thibaudeau</b> wrote the NeXT driver.
Brian Paul0b27ace2003-03-08 17:38:57 +0000112
Brian Paul79544802003-03-10 14:01:05 +0000113<li><b>Pedro Vazquez</b> setup and maintains the Mesa Mailing list.
Brian Paul0b27ace2003-03-08 17:38:57 +0000114
Brian Paul79544802003-03-10 14:01:05 +0000115<li><b>Randy Frank</b> contributed <em>many</em> bug fixes.
Brian Paul0b27ace2003-03-08 17:38:57 +0000116
Brian Paul79544802003-03-10 14:01:05 +0000117<li><b>Stefan Zivkovic</b> wrote the Amiga driver.
Brian Paul0b27ace2003-03-08 17:38:57 +0000118
Brian Paul79544802003-03-10 14:01:05 +0000119<li><b>Stephane Rehel</b> provided the Cygnus Win32 support
Brian Paul0b27ace2003-03-08 17:38:57 +0000120
121<li><b>Ted Jump</b> maintained the
122makefiles and project files for Windows 95/98/NT compilation for some time.
123
Brian Paul79544802003-03-10 14:01:05 +0000124<li><b>Uwe Maurer</b> wrote the LibGGI driver for Mesa-3.0.
Brian Paul0b27ace2003-03-08 17:38:57 +0000125
Brian Paul79544802003-03-10 14:01:05 +0000126<li><b>Victor Ng-Thow-Hing</b> wrote the Amiwin driver for the Amiga.
Brian Paul0b27ace2003-03-08 17:38:57 +0000127
128</ul>
129
130<p>
131Apologies to anyone who's been omitted.
132Please send corrections and additions to Brian.
133</p>
134
Andreas Bollb5da52a2012-09-18 18:57:02 +0200135</div>
Andreas Bollecd5c7c2012-06-12 09:05:03 +0200136</body>
137</html>