Short:    3D library, OpenGL based, Amiga v1.0
Author:   brianp@ssec.wisc.edu (BrianP) Amiga Port: d94sz@efd.lth.se (Stefan Zivkovic)
Uploader: d94sz@efd.lth.se (Stefan Zivkovic)
Version:  Mesa v1.2.8 Amiga version 1.0
Type:     dev/c
Requires: System v39, SAS C Compiler



		      The Mesa 3-D graphics library

			      Version 1.2.8

		    Copyright (C) 1995-1996  Brian Paul



Introduction
============

Mesa is a 3-D graphics library with an API which is very similar to that
of OpenGL*.  To the extent that Mesa utilizes the OpenGL command syntax
or state machine, it is being used with authorization from Silicon Graphics,
Inc.  However, the author makes no claim that Mesa is in any way a
compatible replacement for OpenGL or associated with Silicon Graphics, Inc.
Those who want a licensed implementation of OpenGL should contact a licensed
vendor.  This software is distributed under the terms of the GNU Library
General Public License, see the LICENSE file for details.

* OpenGL(R) is a registered trademark of Silicon Graphics, Inc.

Miscellaneous
=============

There is a Amiga Mesa WWW page:  http://www.efd.lth.se/~d94sz/amesa
and the orginal  Mesa WWW page:  http://www.ssec.wisc.edu/~brianp/Mesa.html


Since the OpenGL API is used, OpenGL documentation can serve as the
documentation for Mesa's core functions.  Here are a few sources:

  Man pages:    http://www.digital.com:80/pub/doc/opengl/
  Spec doc:     http://www.sgi.com/Technology/openGL/glspec/glspec.html


Author
======

Brian Paul
Space Science and Engineering Center
University of Wisconsin - Madison
1225 W. Dayton St.
Madison, WI  53706

brianp@ssec.wisc.edu


AMIGA PORT of MESA: THE OPENGL SOFTWARE EMULATION by Stefan Zivkovic
====================================================================
When I first read about OPENGL in the summer of 1995 I was happy and filled with
joy. A few days later I surfed to the mesa homepage but only to discover that 
there was no Amiga version. In the beginning of 1996 someone released a AMIWIN
version so I took the archive home to try it out, but it stayed packed on my HD.
One day when I was home and poking around with my HD I saw the archive and
started to try to make it work. Without luck as it seemed that you needed 
the AMIWIN Includes and LIBFILES. But I also discovered that it was possible
to port it with not to much effort (WRONG THERE) so I begun.

For the Amiga there is only three important files + one directory.

src/Amigamesa.c		The mesa GL Amiga implementation 
			(ddsample.c with some Amiga code)
src-tk/Awindow.c 	The tk (and aux) machine specific code)
include/GL/Amigamesa.h 	The prototypes for Amigamesa

Amiga/#?


Compiling
=========
Just execute mklib.amiga


About the code.
===============
The common scoptions file is in /Amiga

In /Amiga there is previews of files to the shared-library version
(This don't work yet but should give you an idea of how to use it)

In /Amiga/Examles there is some amiga-demo codes. 

The Code is compiled with cpu=020 math=ieee 
If you would like it different then use the /Amiga/scoptions and if you change
the math you have to change it to link with it in all smakefile

All pen allocations are made with obtain best pen. So if you alloc 256 pens
in a 2-depth screen your will loose some colour but the code should work.

In this state it only renders on a window on a up-to 256 col display but I
have planes to port it to CyberGFX the problem is that I don't own a gfx-card
so this is very low on my priority list, this could change if I had one :)

all tk actions in tkExec are not finished.
but most of them is

Most of the examples work.

etc. etc.

Write your own OpenGL code
==========================
1. For a easy start look at the examples in book and modify them

until The shared library is ready you have to define AMIGALIB when
using <GL/gl.h>

2. For a better amigaproggy just open a window (on your favourite screen) and
   add a few lines in your source:

-----------------------------------------------------------------------------
/* ADD where you want it  */
#include <GL/gl.h>

Init()       /* sets up viewport and projections */
  {
  glMatrixMode (GL_PROJECTION);    /*  prepare for and then */ 
  glLoadIdentity ();		   /*  define the projection */
  glFrustum (-1.0, 1.0, -1.0, 1.0, 1.5, 20.0);/*  transformation */
  glMatrixMode (GL_MODELVIEW);	/*  back to modelview matrix*/
  glViewport (0, 0, 200, 200);	/*  define the viewport		*/
}   /*        ^  ^  ^^^  ^^^--- The size of the mesa/openGL window  */
   


/* ADD In after you opened your window */

struct amigamesa_context *glcont;
glcont=AmigaMesaCreateContext(My window pointer,GL_FALSE,GL_FALSE);  
/*                               your windowprt,RGB-mode,doublebuffered */ 
if (glcont)
 {
 AmigaMesaMakeCurrent(glcont);
 Init();
 /* All your ourrage gl comands */
 /*handle_window_events(test_window);  or whatever */
 AmigaMesaDestroyContext(glcont);
}

/* Don't forget to call glViewport() when you resize the window */
------------------------------------------------------------------------------
if you set doublebuff to GL_TRUE then you just switch buffer with
AmigaMesaSwapBuffers();

For more info of the internal you can check the files
  src/Amigamesa.c and include/GL/Amigamesa.h for tk check src-tk/Awindow.c

LATEST VERSION:
===============

http://www.efd.lth.se/~d94sz/amesa


FUTURE:
=======
The API will probably change a little.( Long names -> shorter ex
           AmigaMesaDestroyContext renames to MesaDestroyContext...)
Now GLDouble is float due to shared library registers and that's not good.
A shared library would be nice. (I have started)
Faster and better. (I have a few ideas)
CyberGFX support. (I don't have CyberGFX myself any offer to
                   give me one would result in CyberGFX support :)

HISTORY:
========
      
Release:
0.8 This code worked with Mesa 1.2.6 and all makefiles also.
    Due to when I released it Mesa 1.2.7 was released and some changes was made
    it didn't work.

0.9 Makefiles is remapped to work with Mesa 1.2.7.
    Double buffering works.
    Implemented fast_poly_draw (big speed improvement).
    tkExec a few more tests were done. (right & middle mousebutton is not
    implemented)

1.0 I've put a common scoption file in /Amiga (thanks to Kamil Iskra).
    Due to the common scoptions you could change CPU and math more easy ,and
    compiler options set to default math=ieee, cpu=020 so that it works on 
    1200's and up 
    Many bugfixes (thanks to Daniel Jönsson).
    Have fixed the smakefile name collision with AMIWIN version.
    Mesa 1.2.8 Fixed.
    Spellcorrection of the docs were made by Peter Sandén.
    All tk's windows are opened on a pubscreen named "MESA" if it exists.

Please contact me with suggestions and additional info. 
You can reach me at: 

d94sz@efd.lth.se

Or mail:

Stefan Zivkovic
Kämnärsv. 2:216
226 45 LUND
+46 46 396997


============================= Archive contents =============================

Original  Packed Ratio    Date     Time    Name
-------- ------- ----- --------- --------  -------------
     475     260 45.2% 27-May-96 15:21:22 +IAFA-PACKAGE
    7693    2493 67.5% 27-May-96 15:21:22 +glaux.h
   25267    9285 63.2% 27-May-96 15:21:22 +LICENSE
   20873    4521 78.3% 27-May-96 15:21:22 +Make-config
   10608    3146 70.3% 27-May-96 15:21:22 +Makefile
    2048    1067 47.9% 27-May-96 15:21:22 +mklib.aix
     523     203 61.1% 27-May-96 15:21:22 +mklib.amiga
     555     210 62.1% 27-May-96 15:21:22 +mklib.amiwin
     445     291 34.6% 27-May-96 15:21:22 +mklib.freebsd
     611     375 38.6% 27-May-96 15:21:22 +mklib.hpux
     760     467 38.5% 27-May-96 15:21:22 +mklib.irix5
    1024     568 44.5% 27-May-96 15:21:22 +mklib.linux
     525     297 43.4% 27-May-96 15:21:22 +mklib.netbsd
     559     298 46.6% 27-May-96 15:21:22 +mklib.solaris
   40476   16253 59.8% 27-May-96 15:21:20 +README
    6922    3297 52.3% 27-May-96 15:41:30 +README.AMIGA
    7075    2693 61.9% 27-May-96 15:21:22 +README.AMIWIN
    2022    1057 47.7% 27-May-96 15:21:22 +README.GLUT
    3934    1682 57.2% 27-May-96 15:21:22 +Amigamesa.h
   36231    6796 81.2% 27-May-96 15:21:22 +fgl.h
   40469    9248 77.1% 27-May-96 15:21:22 +gl.h
   15451    2561 83.4% 27-May-96 15:21:24 +gl_pragma.h
   12123    3721 69.3% 27-May-96 15:21:24 +glu.h
    6228    2282 63.3% 27-May-96 15:21:24 +glx.h
    2763    1220 55.8% 27-May-96 15:21:24 +gmesa.h
    4181    1847 55.8% 27-May-96 15:21:24 +osmesa.h
    2358    1125 52.2% 27-May-96 15:21:24 +svgamesa.h
    2631    1225 53.4% 27-May-96 15:21:24 +wmesa.h
    5565    2049 63.1% 27-May-96 15:21:24 +xmesa.h
    6355    2144 66.2% 27-May-96 15:21:22 +gltk.h
     917     325 64.5% 27-May-96 15:21:24 +clgd5470.h
    1112     394 64.5% 27-May-96 15:21:24 +clgd5471.h
     627     294 53.1% 27-May-96 15:21:24 +clgd5472.h
    2227     891 59.9% 27-May-96 15:21:24 +clgd547x.h
    2393    1142 52.2% 27-May-96 15:21:24 +cmesa.h
    6800    1502 77.9% 27-May-96 15:21:24 +compiler.h
   27511    5364 80.5% 27-May-96 15:21:24 +davinci.h
    3891     839 78.4% 27-May-96 15:21:24 +graphics.h
     114     105  7.8% 27-May-96 15:21:24 +lut.h
     157      99 36.9% 27-May-96 15:21:24 +misc.h
    1940     528 72.7% 27-May-96 15:21:24 +type.h
    9058    3843 57.5% 27-May-96 15:21:24 +README1
    1500     762 49.2% 27-May-96 15:21:24 +README2
     732     162 77.8% 27-May-96 15:21:26 +depend
    9420    3273 65.2% 27-May-96 15:21:26 +glu.c
    1944     972 50.0% 27-May-96 15:21:26 +gluP.h
    2906    1348 53.6% 27-May-96 15:21:24 +Makefile
    1599     878 45.0% 27-May-96 15:21:26 +Makefile.NeXT
   17792    4606 74.1% 27-May-96 15:21:26 +mipmap.c
   17012    4154 75.5% 27-May-96 15:21:26 +nurbs.c
    5694    1992 65.0% 27-May-96 15:21:26 +nurbs.h
   12998    3210 75.3% 27-May-96 15:21:26 +nurbscrv.c
   37529    6502 82.6% 27-May-96 15:21:28 +nurbssrf.c
   24371    5768 76.3% 27-May-96 15:21:28 +nurbsutl.c
   26911    6728 74.9% 27-May-96 15:21:28 +polytest.c
    6943    2620 62.2% 27-May-96 15:21:28 +project.c
    2613    1232 52.8% 27-May-96 15:21:26 +Smakefile
    1176     263 77.6% 27-May-96 15:21:26 +3d.h
     425     263 38.1% 27-May-96 15:21:26 +font.c
    9666    2303 76.1% 27-May-96 15:21:26 +glaux.c
     226     143 36.7% 27-May-96 15:21:26 +image.c
    2305    1155 49.8% 27-May-96 15:21:24 +Makefile
    1414     802 43.2% 27-May-96 15:21:24 +Makefile.NeXT
   27796    5155 81.4% 27-May-96 15:21:26 +shapes.c
    2520    1206 52.1% 27-May-96 15:21:26 +Smakefile
    6711    1782 73.4% 27-May-96 15:21:26 +teapot.c
    3046    1078 64.6% 27-May-96 15:21:26 +vect3d.c
    2335     647 72.2% 27-May-96 15:21:26 +xform.c
   20468    4999 75.5% 27-May-96 15:21:28 +quadric.c
    8148    2344 71.2% 27-May-96 15:21:28 +tess.c
    2797    1222 56.3% 27-May-96 15:21:28 +tess.h
    9789    2097 78.5% 27-May-96 15:21:28 +tesselat.c
   12911    4411 65.8% 27-May-96 15:21:28 +Awindow.c
    2062     635 69.2% 27-May-96 15:21:28 +cursor.c
    8835    1864 78.9% 27-May-96 15:21:28 +event.c
  273995   45737 83.3% 27-May-96 15:21:30 +font.c
    8621    1633 81.0% 27-May-96 15:21:30 +getset.c
    4851    1392 71.3% 27-May-96 15:21:30 +image.c
    2026    1046 48.3% 27-May-96 15:21:24 +Makefile
    1505     857 43.0% 27-May-96 15:21:26 +Makefile.NeXT
     997     437 56.1% 27-May-96 15:21:30 +private.h
   12406    1424 88.5% 27-May-96 15:21:30 +shapes.c
    2654    1225 53.8% 27-May-96 15:21:26 +Smakefile
   28888    8384 70.9% 27-May-96 15:21:30 +tkwndws.c
   19383    3601 81.4% 27-May-96 15:21:30 +window.c
    4439    1906 57.0% 27-May-96 15:21:24 +Makefile
    1967    1077 45.2% 27-May-96 15:21:26 +Makefile.NeXT
   10782    2857 73.5% 27-May-96 15:21:30 +accum.c
    1296     705 45.6% 27-May-96 15:21:30 +accum.h
    3858    1452 62.3% 27-May-96 15:21:30 +alpha.c
    1392     753 45.9% 27-May-96 15:21:30 +alpha.h
    5464    1504 72.4% 27-May-96 15:21:30 +alphabuf.c
    2078     789 62.0% 27-May-96 15:21:30 +alphabuf.h
   32608    9163 71.8% 27-May-96 15:21:30 +AmigaMesa.c
   17421    3706 78.7% 27-May-96 15:21:30 +attrib.c
    1316     711 45.9% 27-May-96 15:21:30 +attrib.h
    7889    2863 63.7% 27-May-96 15:21:30 +bitmap.c
    1371     739 46.0% 27-May-96 15:21:30 +bitmap.h
   18126    4149 77.1% 27-May-96 15:21:32 +blend.c
    1725     835 51.5% 27-May-96 15:21:32 +blend.h
    4005    1378 65.5% 27-May-96 15:21:32 +bresenhm.c
    4727    1477 68.7% 27-May-96 15:21:32 +bresenhm.h
    4673     828 82.2% 27-May-96 15:21:26 +depend
    4085    1711 58.1% 27-May-96 15:21:26 +Smakefile
   29020    6596 77.2% 27-May-96 15:21:32 +clip.c
    2121     964 54.5% 27-May-96 15:21:32 +clip.h
   40737    7957 80.4% 27-May-96 15:21:32 +cmesa.c
    4370    1802 58.7% 27-May-96 15:21:32 +config.h
   40632   10553 74.0% 27-May-96 15:21:32 +context.c
   30063    8998 70.0% 27-May-96 15:21:32 +context.h
   16384    3947 75.9% 27-May-96 15:21:32 +copypix.c
    1410     758 46.2% 27-May-96 15:21:32 +copypix.h
    2253    1046 53.5% 27-May-96 15:21:32 +dd.c
   13459    4026 70.0% 27-May-96 15:21:32 +dd.h
   16878    4488 73.4% 27-May-96 15:21:32 +ddsample.c
   19268    4287 77.7% 27-May-96 15:21:34 +depth.c
    2379    1060 55.4% 27-May-96 15:21:34 +depth.h
   54583   11583 78.7% 27-May-96 15:21:34 +draw.c
    2531    1117 55.8% 27-May-96 15:21:34 +draw.h
   29644    6378 78.4% 27-May-96 15:21:34 +drawpix.c
    1428     772 45.9% 27-May-96 15:21:34 +drawpix.h
   17165    3670 78.6% 27-May-96 15:21:34 +enable.c
    1330     720 45.8% 27-May-96 15:21:34 +enable.h
    1863     836 55.1% 27-May-96 15:21:34 +eval.h
   75625   11815 84.3% 27-May-96 15:21:34 +eval2.c
    9834    2646 73.0% 27-May-96 15:21:34 +feedback.c
    1672     857 48.7% 27-May-96 15:21:34 +feedback.h
   12303    2703 78.0% 27-May-96 15:21:34 +fog.c
    2281    1033 54.7% 27-May-96 15:21:34 +fog.h
   11193    3206 71.3% 27-May-96 15:21:36 +fortran.c
   94641   15834 83.2% 27-May-96 15:21:36 +get.c
   43663   10849 75.1% 27-May-96 15:21:36 +glx.c
   10849    3543 67.3% 27-May-96 15:21:36 +interp.c
    4970    1765 64.4% 27-May-96 15:21:36 +interp.h
   51080   10496 79.4% 27-May-96 15:21:36 +light.c
    3525    1174 66.6% 27-May-96 15:21:36 +light.h
   23897    4990 79.1% 27-May-96 15:21:36 +lines.c
    1241     681 45.1% 27-May-96 15:21:36 +lines.h
   70086   15999 77.1% 27-May-96 15:21:36 +list.c
    9084    2462 72.8% 27-May-96 15:21:36 +list.h
    7458    1670 77.6% 27-May-96 15:21:38 +logic.c
    1611     810 49.7% 27-May-96 15:21:38 +logic.h
    6629    2429 63.3% 27-May-96 15:21:38 +macros.h
    4279    1289 69.8% 27-May-96 15:21:38 +masking.c
    2117     851 59.8% 27-May-96 15:21:38 +masking.h
   16918    4388 74.0% 27-May-96 15:21:38 +misc.c
   18491    4642 74.8% 27-May-96 15:21:38 +osmesa.c
   11434    3233 71.7% 27-May-96 15:21:38 +pb.c
    4939    1918 61.1% 27-May-96 15:21:38 +pb.h
   29762    6146 79.3% 27-May-96 15:21:38 +pixel.c
    2396    1019 57.4% 27-May-96 15:21:38 +pixel.h
   11628    3147 72.9% 27-May-96 15:21:38 +points.c
    1247     685 45.0% 27-May-96 15:21:38 +points.h
   26112    7372 71.7% 27-May-96 15:21:40 +polygons.c
    1459     761 47.8% 27-May-96 15:21:40 +polygons.h
    9190    3080 66.4% 27-May-96 15:21:40 +polytemp.h
   25937    4830 81.3% 27-May-96 15:21:40 +readpix.c
    3423    1445 57.7% 27-May-96 15:21:40 +scissor.c
    1483     757 48.9% 27-May-96 15:21:40 +scissor.h
   20443    4238 79.2% 27-May-96 15:21:40 +span.c
    2690    1033 61.5% 27-May-96 15:21:40 +span.h
   23423    4601 80.3% 27-May-96 15:21:42 +stencil.c
    2076     882 57.5% 27-May-96 15:21:42 +stencil.h
   12151    2990 75.3% 27-May-96 15:21:42 +svgamesa.c
   48882    8212 83.2% 27-May-96 15:21:42 +texture.c
    2510    1058 57.8% 27-May-96 15:21:42 +texture.h
   20111    3193 84.1% 27-May-96 15:21:42 +varray.c
    1762     931 47.1% 27-May-96 15:21:42 +vb.c
    5218    2205 57.7% 27-May-96 15:21:42 +vb.h
   33348    4057 87.8% 27-May-96 15:21:42 +vertex.c
    6041    1706 71.7% 27-May-96 15:21:42 +winpos.c
    2155     787 63.4% 27-May-96 15:21:42 +winpos.h
   24386    6381 73.8% 27-May-96 15:21:42 +wmesa.c
    3243    1320 59.2% 27-May-96 15:21:46 +bounce.c
    1573     585 62.8% 27-May-96 15:21:46 +fdraw.f
     858     455 46.9% 27-May-96 15:21:46 +ftest.c
    4708     964 79.5% 27-May-96 15:21:46 +gamma.c
    7682    2033 73.5% 27-May-96 15:21:46 +gears.c
    2403    1068 55.5% 27-May-96 15:21:46 +glxdemo.c
    2458    1184 51.8% 27-May-96 15:21:46 +Makefile
    2641    1214 54.0% 27-May-96 15:21:46 +Smakefile
   17934    3195 82.1% 27-May-96 15:21:46 +gl.FD
    9443    3521 62.7% 27-May-96 15:21:44 +xfonts.c
   29150    7988 72.5% 27-May-96 15:21:44 +xform.c
    4399    1653 62.4% 27-May-96 15:21:44 +xform.h
   38719   11315 70.7% 27-May-96 15:21:44 +xmesa1.c
   78874   10664 86.4% 27-May-96 15:21:46 +xmesa2.c
   45199    6906 84.7% 27-May-96 15:21:46 +xmesa3.c
   11597    4336 62.6% 27-May-96 15:21:46 +xmesaP.h
    3628    1540 57.5% 27-May-96 15:21:46 +glxpixmap.c
    6038    2012 66.6% 27-May-96 15:21:46 +isosurf.c
  418278   67175 83.9% 27-May-96 15:21:50 +isosurf.dat
    7874    3191 59.4% 27-May-96 15:21:46 +offset.c
    3420    1329 61.1% 27-May-96 15:21:48 +osdemo.c
    8140    2489 69.4% 27-May-96 15:21:48 +reflect.c
    6993    2352 66.3% 27-May-96 15:21:48 +shadow.c
    2827    1004 64.4% 27-May-96 15:21:48 +spin.c
    8054    2613 67.5% 27-May-96 15:21:48 +tess_demo.c
    1380     606 56.0% 27-May-96 15:21:48 +test0.c
    7048    1869 73.4% 27-May-96 15:21:48 +vgears.c
    1039     565 45.6% 27-May-96 15:21:48 +vindex.c
    1352     565 58.2% 27-May-96 15:21:48 +vtest.c
   15074    4379 70.9% 27-May-96 15:21:48 +wave.c
    1866     918 50.8% 27-May-96 15:21:48 +winpos.c
    7049    2080 70.4% 27-May-96 15:21:48 +xdemo.c
    5293    2274 57.0% 27-May-96 15:21:50 +accanti.c
    4594    1969 57.1% 27-May-96 15:21:50 +accnot.c
    7270    2786 61.6% 27-May-96 15:21:50 +accpersp.c
    8368    3572 57.3% 27-May-96 15:21:50 +accum.c
    3893    1985 49.0% 27-May-96 15:21:50 +aim.c
    3446    1705 50.5% 27-May-96 15:21:50 +alpha.c
    4393    2040 53.5% 27-May-96 15:21:50 +alpha3D.c
    3802    1888 50.3% 27-May-96 15:21:50 +anti.c
    3643    1859 48.9% 27-May-96 15:21:52 +antiindex.c
    3646    1825 49.9% 27-May-96 15:21:52 +antipindex.c
    3483    1755 49.6% 27-May-96 15:21:52 +antipoint.c
    4613    2088 54.7% 27-May-96 15:21:52 +antipoly.c
    1448     766 47.0% 27-May-96 15:21:50 +Makefile
    1868     727 61.0% 27-May-96 15:21:50 +NOTES
    2260    1229 45.6% 27-May-96 15:21:50 +README
    2417    1121 53.6% 27-May-96 15:21:50 +Smakefile
    3451    1738 49.6% 27-May-96 15:21:52 +bezcurve.c
    4291    1961 54.2% 27-May-96 15:21:52 +bezmesh.c
    3900    1846 52.6% 27-May-96 15:21:52 +bezsurf.c
    4487    2007 55.2% 27-May-96 15:21:52 +checker.c
    4491    2009 55.2% 27-May-96 15:21:52 +checker2.c
    4356    1958 55.0% 27-May-96 15:21:52 +chess.c
    3258    1667 48.8% 27-May-96 15:21:52 +clip.c
    4380    1925 56.0% 27-May-96 15:21:52 +colormat.c
    4443    1973 55.5% 27-May-96 15:21:52 +cone.c
    3393    1735 48.8% 27-May-96 15:21:52 +cube.c
    3567    1793 49.7% 27-May-96 15:21:52 +curve.c
    3410    1750 48.6% 27-May-96 15:21:52 +depthcue.c
    3946    1819 53.9% 27-May-96 15:21:52 +disk.c
    8330    3303 60.3% 27-May-96 15:21:52 +dof.c
    5508    2453 55.4% 27-May-96 15:21:52 +dofnot.c
    3869    1857 52.0% 27-May-96 15:21:52 +double.c
    3278    1639 50.0% 27-May-96 15:21:52 +drawf.c
    5018    2192 56.3% 27-May-96 15:21:52 +feedback.c
    5439    2462 54.7% 27-May-96 15:21:52 +fog.c
    4311    1982 54.0% 27-May-96 15:21:52 +fogindex.c
   11691    3060 73.8% 27-May-96 15:21:52 +font.c
    5900    2703 54.1% 27-May-96 15:21:52 +jitter.h
    3636    1788 50.8% 27-May-96 15:21:52 +light.c
    3549    1717 51.6% 27-May-96 15:21:52 +linelist.c
    4194    1925 54.1% 27-May-96 15:21:52 +lines.c
    3504    1762 49.7% 27-May-96 15:21:52 +list.c
    3665    1824 50.2% 27-May-96 15:21:54 +list2.c
    3915    1909 51.2% 27-May-96 15:21:54 +maplight.c
   10835    2650 75.5% 27-May-96 15:21:54 +material.c
    5538    2176 60.7% 27-May-96 15:21:54 +mipmap.c
    3821    1799 52.9% 27-May-96 15:21:54 +model.c
    4343    2091 51.8% 27-May-96 15:21:54 +movelight.c
    5996    2451 59.1% 27-May-96 15:21:54 +nurbs.c
    5554    2531 54.4% 27-May-96 15:21:54 +pickdepth.c
    4440    2087 52.9% 27-May-96 15:21:54 +pickline.c
    5590    2554 54.3% 27-May-96 15:21:54 +picksquare.c
    5220    2052 60.6% 27-May-96 15:21:54 +plane.c
    3720    1808 51.3% 27-May-96 15:21:54 +planet.c
    3870    1836 52.5% 27-May-96 15:21:54 +planetup.c
    4610    1843 60.0% 27-May-96 15:21:54 +polys.c
    3868    1806 53.3% 27-May-96 15:21:54 +robot.c
    4236    1935 54.3% 27-May-96 15:21:54 +sccolorlight.c
    4210    1918 54.4% 27-May-96 15:21:54 +scene.c
    4084    1856 54.5% 27-May-96 15:21:54 +scenebamb.c
    4114    1875 54.4% 27-May-96 15:21:54 +sceneflat.c
    7002    2754 60.6% 27-May-96 15:21:54 +select.c
    2589    1390 46.3% 27-May-96 15:21:54 +simple.c
    3243    1646 49.2% 27-May-96 15:21:54 +smooth.c
    3014    1577 47.6% 27-May-96 15:21:54 +sphere.c
    5314    2269 57.3% 27-May-96 15:21:54 +stencil.c
    5057    2203 56.4% 27-May-96 15:21:54 +stroke.c
    4416    2101 52.4% 27-May-96 15:21:54 +surface.c
    4894    2121 56.6% 27-May-96 15:21:54 +tea.c
    4655    1991 57.2% 27-May-96 15:21:54 +teaambient.c
    7340    2903 60.4% 27-May-96 15:21:54 +teapots.c
    4342    2038 53.0% 27-May-96 15:21:56 +texgen.c
    4850    2150 55.6% 27-May-96 15:21:56 +texturesurf.c
    5208    2340 55.0% 27-May-96 15:21:56 +trim.c
    4369    2196 49.7% 27-May-96 15:21:56 +xfont.c
   51607   40654 21.2% 27-May-96 15:21:56 +1.rgb
    1173     632 46.1% 27-May-96 15:21:56 +Makefile
    1224     587 52.0% 27-May-96 15:21:56 +NOTES
   14414    2864 80.1% 27-May-96 15:21:56 +README
    2865    1289 55.0% 27-May-96 15:21:56 +Smakefile
   39632   34493 12.9% 27-May-96 15:21:56 +2.rgb
   89287   55470 37.8% 27-May-96 15:21:56 +3.rgb
   45167   32654 27.7% 27-May-96 15:21:56 +4.rgb
    3598    1527 57.5% 27-May-96 15:21:56 +accum.c
    6269    1999 68.1% 27-May-96 15:21:56 +bitmap1.c
   42311    4050 90.4% 27-May-96 15:21:58 +bitmap2.c
    7279    1997 72.5% 27-May-96 15:21:58 +blendeq.c
    3642    1354 62.8% 27-May-96 15:21:58 +blendxor.c
    4311    1828 57.5% 27-May-96 15:21:58 +copy.c
    4365    1648 62.2% 27-May-96 15:21:58 +cursor.c
    5187    1829 64.7% 27-May-96 15:21:58 +depth.c
   10722    3179 70.3% 27-May-96 15:21:58 +eval.c
    7175    2306 67.8% 27-May-96 15:21:58 +fog.c
    5784    2040 64.7% 27-May-96 15:21:58 +font.c
    4420    1849 58.1% 27-May-96 15:21:58 +line.c
   36131    5910 83.6% 27-May-96 15:21:58 +logo.c
    6494    2230 65.6% 27-May-96 15:21:58 +nurb.c
    5220    1744 66.5% 27-May-96 15:21:58 +oglinfo.c
    8988    3200 64.3% 27-May-96 15:21:58 +olympic.c
    8343    2838 65.9% 27-May-96 15:21:58 +overlay.c
    4747    1858 60.8% 27-May-96 15:21:58 +point.c
   11544    2475 78.5% 27-May-96 15:21:58 +prim.c
   10726    3291 69.3% 27-May-96 15:21:58 +quad.c
    9312    2887 68.9% 27-May-96 15:21:58 +select.c
    5761    2028 64.7% 27-May-96 15:21:58 +shape.c
    8875    3003 66.1% 27-May-96 15:21:58 +speed.c
   18165    4732 73.9% 27-May-96 15:21:58 +sphere.c
    7089    2623 62.9% 27-May-96 15:21:58 +star.c
    3385    1452 57.1% 27-May-96 15:22:00 +stencil.c
    8504    2701 68.2% 27-May-96 15:22:00 +stretch.c
    7892    2524 68.0% 27-May-96 15:22:00 +texture.c
    8333    2830 66.0% 27-May-96 15:22:00 +tri.c
   15072    4374 70.9% 27-May-96 15:22:00 +wave.c
    1007     527 47.6% 27-May-96 15:22:00 +ChangeLog
   13113    4415 66.3% 27-May-96 15:22:00 +config.guess
   16318    5310 67.4% 27-May-96 15:22:00 +config.sub
   50606   14267 71.8% 27-May-96 15:22:00 +configure
    3905    1692 56.6% 27-May-96 15:22:00 +configure.in
   17976    6986 61.1% 27-May-96 15:22:00 +COPYING
    1274     610 52.1% 27-May-96 15:22:00 +ChangeLog
     780     459 41.1% 27-May-96 15:22:00 +INSTALL
    4373    1602 63.3% 27-May-96 15:22:00 +Makefile.in
    2675    1404 47.5% 27-May-96 15:22:00 +README
     681     380 44.1% 27-May-96 15:22:00 +TODO
     251     158 37.0% 27-May-96 15:22:00 +Cube
    8393    2984 64.4% 27-May-96 15:22:00 +cube.c
     648     306 52.7% 27-May-96 15:22:00 +Ed
   17033    5346 68.6% 27-May-96 15:22:00 +ed.c
   10887    3001 72.4% 27-May-96 15:22:02 +events
    5492    1835 66.5% 27-May-96 15:22:00 +Makefile.in
     355     190 46.4% 27-May-96 15:22:00 +Mcube
    8166    2828 65.3% 27-May-96 15:22:02 +mcube.c
     535     311 41.8% 27-May-96 15:22:00 +Tea
   18842    6369 66.1% 27-May-96 15:22:02 +tea.c
    1238     536 56.7% 27-May-96 15:22:02 +ChangeLog
    6980    1903 72.7% 27-May-96 15:22:02 +GLwDrawA.h
    4362    1580 63.7% 27-May-96 15:22:02 +GLwDrawAP.h
    1051     631 39.9% 27-May-96 15:22:02 +GLwMDrawA.h
    1054     632 40.0% 27-May-96 15:22:02 +GLwMDrawAP.h
    2029    1055 48.0% 27-May-96 15:22:02 +Makefile
    1986    1004 49.4% 27-May-96 15:22:02 +Makefile.in
    1448     709 51.0% 27-May-96 15:22:02 +MesaDrawingArea.h
    2797     947 66.1% 27-May-96 15:22:02 +MesaDrawingAreaP.h
    2592     927 64.2% 27-May-96 15:22:02 +MesaWorkstation.h
    2545    1043 59.0% 27-May-96 15:22:02 +MesaWorkstationP.h
    4771    1857 61.0% 27-May-96 15:22:02 +install-sh
     420     231 45.0% 27-May-96 15:22:02 +ChangeLog
    4362    1893 56.6% 27-May-96 15:22:02 +GLwCreateMDrawingArea.3x
    1568     650 58.5% 27-May-96 15:22:02 +GLwCreateMDrawingArea.html
     971     464 52.2% 27-May-96 15:22:02 +GLwCreateMDrawingArea.pod
   29060    8533 70.6% 27-May-96 15:22:02 +GLwDrawingArea.3x
   28452    7494 73.6% 27-May-96 15:22:02 +GLwDrawingArea.html
   24689    6902 72.0% 27-May-96 15:22:02 +GLwDrawingArea.pod
    3913    1750 55.2% 27-May-96 15:22:02 +GLwDrawingAreaMakeCurrent.3x
     758     429 43.4% 27-May-96 15:22:02 +GLwDrawingAreaMakeCurrent.html
     545     308 43.4% 27-May-96 15:22:02 +GLwDrawingAreaMakeCurrent.pod
    3876    1733 55.2% 27-May-96 15:22:02 +GLwDrawingAreaSwapBuffers.3x
     719     409 43.1% 27-May-96 15:22:04 +GLwDrawingAreaSwapBuffers.html
     510     295 42.1% 27-May-96 15:22:04 +GLwDrawingAreaSwapBuffers.pod
    2477    1164 53.0% 27-May-96 15:22:04 +Makefile.in
    5977    2306 61.4% 27-May-96 15:22:04 +MesaDrawingArea.3x
    3166    1054 66.7% 27-May-96 15:22:04 +MesaDrawingArea.html
    2560     856 66.5% 27-May-96 15:22:04 +MesaDrawingArea.pod
    7717    2559 66.8% 27-May-96 15:22:04 +MesaWorkstation.3x
    6228    1357 78.2% 27-May-96 15:22:04 +MesaWorkstation.html
    4141    1089 73.7% 27-May-96 15:22:04 +MesaWorkstation.pod
    3616    1404 61.1% 27-May-96 15:22:04 +ChangeLog
    1298     741 42.9% 27-May-96 15:22:04 +GLwCreateMDrawingArea.c
   20339    5715 71.9% 27-May-96 15:22:04 +GLwDrawingArea.c
    1218     706 42.0% 27-May-96 15:22:04 +GLwDrawingAreaMakeCurrent.c
    1182     689 41.7% 27-May-96 15:22:04 +GLwDrawingAreaSwapBuffers.c
    1230     698 43.2% 27-May-96 15:22:04 +GLwMakeCurrent.c
    1061     628 40.8% 27-May-96 15:22:04 +GLwMDrawingArea.c
    3524    1365 61.2% 27-May-96 15:22:04 +Makefile.in
    6388    2372 62.8% 27-May-96 15:22:04 +MesaDrawingArea.c
   16458    4106 75.0% 27-May-96 15:22:04 +MesaWorkstation.c
    3914    1827 53.3% 27-May-96 15:22:04 +ROBOT.C
    4929    2138 56.6% 27-May-96 15:22:04 +TEA.C
     227     157 30.8% 27-May-96 15:22:04 +BOUNC-MS.DEF
    1552     184 88.1% 27-May-96 15:22:04 +BOUNC-MS.DPD
   28288    9280 67.1% 27-May-96 15:22:06 +BOUNC-MS.IDE
     148     125 15.5% 27-May-96 15:22:06 +BOUNC-MS.LNK
    6479    1699 73.7% 27-May-96 15:22:06 +BOUNC-MS.MAK
   23117     696 96.9% 27-May-96 15:22:06 +BOUNC-MS.OPN
    3615     519 85.6% 27-May-96 15:22:06 +BOUNC-MS.PRJ
    2826    1234 56.3% 27-May-96 15:22:06 +BOUNCE.C
    2816    1015 63.9% 27-May-96 15:22:06 +SPIN.C
      69      58 15.9% 27-May-96 15:22:06 +GLAUX.DEF
    1927     231 88.0% 27-May-96 15:22:06 +GLAUX.DPD
   43578   12953 70.2% 27-May-96 15:22:06 +GLAUX.IDE
     224      96 57.1% 27-May-96 15:22:06 +GLAUX.LIK
     231     109 52.8% 27-May-96 15:22:06 +GLAUX.LNK
    7980    1920 75.9% 27-May-96 15:22:06 +GLAUX.MAK
    3727     524 85.9% 27-May-96 15:22:06 +GLAUX.PRJ
    6343    1411 77.7% 27-May-96 15:22:06 +BOUNCE.MAK
    6923    1353 80.4% 27-May-96 15:22:06 +GLAUX.MAK
     150     120 20.0% 27-May-96 15:22:06 +README
    4571    1173 74.3% 27-May-96 15:22:06 +TK.MAK
    6364    1366 78.5% 27-May-96 15:22:06 +WAVE.MAK
    6844    1335 80.4% 27-May-96 15:22:06 +WINGLU.MAK
   24709    2765 88.8% 27-May-96 15:22:06 +WINMESA.MAK
     223     153 31.3% 27-May-96 15:22:06 +ROBOT-MS.DEF
      86      62 27.9% 27-May-96 15:22:06 +ROBOT-MS.DPD
     152     121 20.3% 27-May-96 15:22:06 +ROBOT-MS.LNK
    4178    1300 68.8% 27-May-96 15:22:08 +ROBOT-MS.MAK
   23117     694 96.9% 27-May-96 15:22:08 +ROBOT-MS.OPN
     415     186 55.1% 27-May-96 15:22:08 +ROBOT-MS.PRJ
     223     153 31.3% 27-May-96 15:22:08 +SPIN-MS.DEF
    1544     182 88.2% 27-May-96 15:22:08 +SPIN-MS.DPD
     145     122 15.8% 27-May-96 15:22:08 +SPIN-MS.LNK
    6473    1688 73.9% 27-May-96 15:22:08 +SPIN-MS.MAK
   37749     996 97.3% 27-May-96 15:22:08 +SPIN-MS.OPN
    3609     519 85.6% 27-May-96 15:22:08 +SPIN-MS.PRJ
     223     153 31.3% 27-May-96 15:22:08 +TEA-MS.DEF
     148      72 51.3% 27-May-96 15:22:08 +TEA-MS.DPD
     137     116 15.3% 27-May-96 15:22:08 +TEA-MS.LNK
    4146    1293 68.8% 27-May-96 15:22:08 +TEA-MS.MAK
   23117     694 96.9% 27-May-96 15:22:08 +TEA-MS.OPN
     384     181 52.8% 27-May-96 15:22:08 +TEA-MS.PRJ
     224     153 31.6% 27-May-96 15:22:08 +TEST0-MS.DEF
      76      61 19.7% 27-May-96 15:22:08 +TEST0-MS.DPD
     121     101 16.5% 27-May-96 15:22:08 +TEST0-MS.LNK
    4172    1291 69.0% 27-May-96 15:22:08 +TEST0-MS.MAK
   37749     996 97.3% 27-May-96 15:22:08 +TEST0-MS.OPN
     441     181 58.9% 27-May-96 15:22:08 +TEST0-MS.PRJ
      69      58 15.9% 27-May-96 15:22:08 +TK.DEF
     554     149 73.1% 27-May-96 15:22:08 +TK.DPD
   26230    8536 67.4% 27-May-96 15:22:10 +TK.IDE
      50      50  0.0% 27-May-96 15:22:10 +TK.LIK
      72      67  6.9% 27-May-96 15:22:10 +TK.LNK
    6702    1730 74.1% 27-May-96 15:22:10 +TK.MAK
    3496     487 86.0% 27-May-96 15:22:10 +TK.PRJ
     223     153 31.3% 27-May-96 15:22:10 +WAVE-MS.DEF
    1134     171 84.9% 27-May-96 15:22:10 +WAVE-MS.DPD
     156     126 19.2% 27-May-96 15:22:10 +WAVE-MS.LNK
    6474    1687 73.9% 27-May-96 15:22:10 +WAVE-MS.MAK
    3586     509 85.8% 27-May-96 15:22:10 +WAVE-MS.PRJ
      69      58 15.9% 27-May-96 15:22:10 +WINGLU.DEF
     734     129 82.4% 27-May-96 15:22:10 +WINGLU.DPD
   42078   12631 69.9% 27-May-96 15:22:10 +WINGLU.IDE
     198      89 55.0% 27-May-96 15:22:10 +WINGLU.LIK
     203     105 48.2% 27-May-96 15:22:10 +WINGLU.LNK
    5545    1525 72.4% 27-May-96 15:22:10 +WINGLU.MAK
     624     211 66.1% 27-May-96 15:22:10 +WINGLU.PRJ
      71      58 18.3% 27-May-96 15:22:10 +WINMESA.DEF
    7959     818 89.7% 27-May-96 15:22:10 +WINMESA.DPD
   46062   14525 68.4% 27-May-96 15:22:10 +WINMESA.IDE
    1090     233 78.6% 27-May-96 15:22:10 +WINMESA.LIK
    1032     241 76.6% 27-May-96 15:22:10 +WINMESA.LNK
   14639    2830 80.6% 27-May-96 15:22:10 +WINMESA.MAK
   23117     700 96.9% 27-May-96 15:22:12 +WINMESA.OPN
    5522     813 85.2% 27-May-96 15:22:12 +WINMESA.PRJ
   11470    3089 73.0% 27-May-96 15:22:12 +clgd5470.c
    4558     968 78.7% 27-May-96 15:22:12 +clgd5471.c
    2674    1030 61.4% 27-May-96 15:22:12 +CREDITS
     904     438 51.5% 27-May-96 15:22:12 +Makefile
     790     459 41.8% 27-May-96 15:22:12 +NOTES
    1224     666 45.5% 27-May-96 15:22:12 +README
    1736     917 47.1% 27-May-96 15:22:12 +Makefile.NeXT
    4024    1693 57.9% 27-May-96 15:22:12 +nextdemo1.m
    6577    2914 55.6% 27-May-96 15:22:12 +nextdemo2.m
    8794    3586 59.2% 27-May-96 15:22:12 +nextdemo3.m
    6327    2866 54.7% 27-May-96 15:22:12 +nextdemo4.m
   11956    3290 72.4% 27-May-96 15:22:12 +nextdemo5.m
    6356    2944 53.6% 27-May-96 15:22:12 +nextdemo6.m
    3520    1644 53.2% 27-May-96 15:22:12 +README
    4166    1975 52.5% 27-May-96 15:22:12 +README.rtf
    1351     457 66.1% 27-May-96 15:22:14 +Build.info
    6031    2449 59.3% 27-May-96 15:22:14 +mesatest.c
     290     174 40.0% 27-May-96 15:22:14 +SCoptions
    1736    1050 39.5% 27-May-96 15:22:14 +SCoptions.info
   17655    4326 75.4% 27-May-96 15:22:12 +clgd5472.c
    6646    2071 68.8% 27-May-96 15:22:12 +clgd547x.c
    2870     658 77.0% 27-May-96 15:22:12 +clrtemp.h
   10931    2455 77.5% 27-May-96 15:22:12 +graphics.c
    4394    1160 73.6% 27-May-96 15:22:12 +linetemp.h
    2114     673 68.1% 27-May-96 15:22:12 +misc.c
     286     194 32.1% 27-May-96 15:22:12 +modes.h
   13449    3789 71.8% 27-May-96 15:22:14 +tritemp.h
    1644     565 65.6% 27-May-96 15:22:14 +tst.c
    1326     470 64.5% 27-May-96 15:22:14 +mesatest.c.info
   81088   32932 59.3% 27-May-96 15:22:14 +FileReplace
    4194    1538 63.3% 27-May-96 15:22:14 +FileReplace.cpp
   58311    6554 88.7% 27-May-96 15:22:14 +Fixprotos
   38927    9041 76.7% 27-May-96 15:22:14 +gl.h
     540     275 49.0% 27-May-96 15:22:14 +installscript
     184     136 26.0% 27-May-96 15:22:14 +SCOPTIONS
    1674    1076 35.7% 27-May-96 15:22:14 +SCoptions.info
   50046   11458 77.1% 27-May-96 15:22:16 +context.c
   35417    9192 74.0% 27-May-96 15:22:14 +MesaGl32.c
    5807    1425 75.4% 27-May-96 15:22:16 +MesaGl32.def
    1846     753 59.2% 27-May-96 15:22:16 +MesaGl32.h
    1812     364 79.9% 27-May-96 15:22:16 +profile.h
     226     165 26.9% 27-May-96 15:22:16 +README
    3783    1151 69.5% 27-May-96 15:22:16 +wmesadef.h
-------- ------- ----- --------- --------
 5256055 1457788 72.2% 29-May-96 07:03:00   500 files
