Clone of mesa.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Keith Whitwell fd402791f9 progs: add fflushes for cygwin il y a 16 ans
..
Windows Fix CRLF line endings. il y a 17 ans
.gitignore Make git ignore files only generated at build time. il y a 19 ans
Makefile Merge commit 'origin/gallium-0.1' into gallium-0.2 il y a 17 ans
Makefile.win Removed missing files and added new ones (Robert Bergkvist) il y a 24 ans
README Initial revision il y a 26 ans
SConscript progs: Build rebook with scons too. il y a 16 ans
aaindex.c Initial revision il y a 26 ans
aapoly.c Initial revision il y a 26 ans
aargb.c Initial revision il y a 26 ans
accanti.c Added ESC key handling il y a 26 ans
accpersp.c Initial revision il y a 26 ans
alpha.c Initial revision il y a 26 ans
alpha3D.c animation rate patch (Marcello Magallon) il y a 21 ans
anti.c Added ESC key handling il y a 26 ans
bezcurve.c Initial revision il y a 26 ans
bezmesh.c Added ESC key handling il y a 26 ans
checker.c silence compiler warnings il y a 24 ans
clip.c Initial revision il y a 26 ans
colormat.c Initial revision il y a 26 ans
cube.c Initial revision il y a 26 ans
depthcue.c Added ESC key handling il y a 26 ans
dof.c Added ESC key handling il y a 26 ans
double.c animation rate patch (Marcello Magallon) il y a 21 ans
drawf.c Initial revision il y a 26 ans
feedback.c added missing glFinish() il y a 23 ans
fog.c fix some weirdness accidentally checked in in the past il y a 21 ans
fogindex.c Added ESC key handling il y a 26 ans
font.c Initial revision il y a 26 ans
hello.c silence compiler warnings il y a 24 ans
image.c More Win32 build compliance fixups il y a 26 ans
jitter.h Initial revision il y a 26 ans
light.c Initial revision il y a 26 ans
lines.c Initial revision il y a 26 ans
list.c Initial revision il y a 26 ans
material.c Added ESC key handling il y a 26 ans
mipmap.c Added ESC key handling il y a 26 ans
model.c Initial revision il y a 26 ans
movelight.c Initial revision il y a 26 ans
nurbs.c Added ESC key handling il y a 26 ans
pickdepth.c Quiet compiler warnings. il y a 23 ans
picksquare.c Quiet compiler warnings. il y a 23 ans
plane.c Added ESC key handling il y a 26 ans
planet.c Initial revision il y a 26 ans
polyoff.c progs: add fflushes for cygwin il y a 16 ans
polys.c Redraw on keypress, as apparently intended. il y a 21 ans
quadric.c Initial revision il y a 26 ans
robot.c Initial revision il y a 26 ans
sccolorlight.c Added ESC key handling il y a 26 ans
scene.c Added ESC key handling il y a 26 ans
scenebamb.c Added ESC key handling il y a 26 ans
sceneflat.c Added ESC key handling il y a 26 ans
select.c Quiet compiler warnings. il y a 23 ans
smooth.c Initial revision il y a 26 ans
stencil.c added comment explaining why the demo is flawed il y a 25 ans
stroke.c Added ESC key handling il y a 26 ans
surface.c silence compiler warnings il y a 24 ans
teaambient.c Added ESC key handling il y a 26 ans
teapots.c Change projection transform so that the top row of teapots are now visible. il y a 22 ans
tess.c casts il y a 22 ans
tesswind.c casts il y a 22 ans
texbind.c Added ESC key handling il y a 26 ans
texgen.c Initial revision il y a 26 ans
texprox.c Initial revision il y a 26 ans
texsub.c Added ESC key handling il y a 26 ans
texturesurf.c Added ESC key handling il y a 26 ans
torus.c Initial revision il y a 26 ans
trim.c casts il y a 22 ans
unproject.c Initial revision il y a 26 ans
varray.c Initial revision il y a 26 ans
wrap.c patched to silence compiler warnings (Martin Lindhe) il y a 25 ans

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.