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