Clone of mesa.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Brian Paul 9ff74a0f15 undo some debug changes mistakenly checked in earlier 23 лет назад
..
Imakefile . More fixed to 25 лет назад
Makefile.BeOS-R4 link with -lGLU -lGL instead of -lMesaGLU -lMesaGL 26 лет назад
Makefile.X11 new library dependency vars 25 лет назад
Makefile.win Removed missing files and added new ones (Robert Bergkvist) 23 лет назад
README Initial revision 26 лет назад
aaindex.c Initial revision 26 лет назад
aapoly.c Initial revision 26 лет назад
aargb.c Initial revision 26 лет назад
accanti.c Added ESC key handling 26 лет назад
accpersp.c Initial revision 26 лет назад
alpha.c Initial revision 26 лет назад
alpha3D.c Initial revision 26 лет назад
anti.c Added ESC key handling 26 лет назад
bezcurve.c Initial revision 26 лет назад
bezmesh.c Added ESC key handling 26 лет назад
checker.c silence compiler warnings 23 лет назад
clip.c Initial revision 26 лет назад
colormat.c Initial revision 26 лет назад
cube.c Initial revision 26 лет назад
depthcue.c Added ESC key handling 26 лет назад
dof.c Added ESC key handling 26 лет назад
double.c Added ESC key handling 26 лет назад
drawf.c Initial revision 26 лет назад
feedback.c Initial revision 26 лет назад
fog.c undo some debug changes mistakenly checked in earlier 23 лет назад
fogindex.c Added ESC key handling 26 лет назад
font.c Initial revision 26 лет назад
hello.c silence compiler warnings 23 лет назад
image.c More Win32 build compliance fixups 26 лет назад
jitter.h Initial revision 26 лет назад
light.c Initial revision 26 лет назад
lines.c Initial revision 26 лет назад
list.c Initial revision 26 лет назад
material.c Added ESC key handling 26 лет назад
mipmap.c Added ESC key handling 26 лет назад
model.c Initial revision 26 лет назад
movelight.c Initial revision 26 лет назад
nurbs.c Added ESC key handling 26 лет назад
pickdepth.c Added ESC key handling 26 лет назад
picksquare.c patched to silence compiler warnings (Martin Lindhe) 24 лет назад
plane.c Added ESC key handling 26 лет назад
planet.c Initial revision 26 лет назад
polyoff.c silence compiler warnings 23 лет назад
polys.c Added ESC key handling 26 лет назад
quadric.c Initial revision 26 лет назад
robot.c Initial revision 26 лет назад
sccolorlight.c Added ESC key handling 26 лет назад
scene.c Added ESC key handling 26 лет назад
scenebamb.c Added ESC key handling 26 лет назад
sceneflat.c Added ESC key handling 26 лет назад
select.c Initial revision 26 лет назад
smooth.c Initial revision 26 лет назад
stencil.c added comment explaining why the demo is flawed 24 лет назад
stroke.c Added ESC key handling 26 лет назад
surface.c silence compiler warnings 23 лет назад
teaambient.c Added ESC key handling 26 лет назад
teapots.c Added ESC key handling 26 лет назад
tess.c added missing braces in array initializations 25 лет назад
tesswind.c added missing braces in initializers 25 лет назад
texbind.c Added ESC key handling 26 лет назад
texgen.c Initial revision 26 лет назад
texprox.c Initial revision 26 лет назад
texsub.c Added ESC key handling 26 лет назад
texturesurf.c Added ESC key handling 26 лет назад
torus.c Initial revision 26 лет назад
trim.c Initial revision 26 лет назад
unproject.c Initial revision 26 лет назад
varray.c Initial revision 26 лет назад
wrap.c patched to silence compiler warnings (Martin Lindhe) 24 лет назад

README

/*
* For the software in this directory
* (c) Copyright 1993, Silicon Graphics, Inc.
* ALL RIGHTS RESERVED
* Permission to use, copy, modify, and distribute this software for
* any purpose and without fee is hereby granted, provided that the above
* copyright notice appear in all copies and that both the copyright notice
* and this permission notice appear in supporting documentation, and that
* the name of Silicon Graphics, Inc. not be used in advertising
* or publicity pertaining to distribution of the software without specific,
* written prior permission.
*
* THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"
* AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,
* INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR
* FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
* GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,
* SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY
* KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,
* LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF
* THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN
* ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE
* POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.
*
* US Government Users Restricted Rights
* Use, duplication, or disclosure by the Government is subject to
* restrictions set forth in FAR 52.227.19(c)(2) or subparagraph
* (c)(1)(ii) of the Rights in Technical Data and Computer Software
* clause at DFARS 252.227-7013 and/or in similar or successor
* clauses in the FAR or the DOD or NASA FAR Supplement.
* Unpublished-- rights reserved under the copyright laws of the
* United States. Contractor/manufacturer is Silicon Graphics,
* Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.
*
* OpenGL(TM) is a trademark of Silicon Graphics, Inc.
*/

The source code examples in this directory accompany the examples
printed in the _OpenGL Programming Guide_, published by Addison-Wesley;
ISBN 0-201-63274-8.