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