Compare commits

...

52 Commits

Author SHA1 Message Date
Brian Paul
35fe0e56e6 mesa: docs: remove parenthesis 2008-09-20 09:28:22 -06:00
Brian Paul
69e5311ad3 mesa: set 7.2 version for tarballs 2008-09-20 09:24:17 -06:00
Brian Paul
e884c4db2b mesa: prep for 7.2 release 2008-09-20 09:23:50 -06:00
Adam Jackson
e681bee04e Update to SGI FreeB 2.0.
Under the terms of version 1.1, "once Covered Code has been published
under a particular version of the License, Recipient may, for the
duration of the License, continue to use it under the terms of that
version, or choose to use such Covered Code under the terms of any
subsequent version published by SGI."

FreeB 2.0 license refers to "dates of first publication".  They are here
taken to be 1991-2000, as noted in the original license text:

 ** Original Code. The Original Code is: OpenGL Sample Implementation,
 ** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
 ** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
 ** Copyright in any portions created by third parties is as indicated
 ** elsewhere herein. All Rights Reserved.

Official FreeB 2.0 text:

http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf

As always, this code has not been tested for conformance with the OpenGL
specification.  OpenGL conformance testing is available from
http://khronos.org/ and is required for use of the OpenGL logo in
product advertising and promotion.
2008-09-20 09:21:34 -06:00
Brian Paul
3dd48d903f document _tnl_InvalidateState() fix 2008-09-18 15:28:31 -06:00
Brian Paul
e0ea4337fc mesa: fix null ptr deref bug in _tnl_InvalidateState(), bug 15834 2008-09-18 15:27:55 -06:00
Brian Paul
6290d7fd29 mesa: fix bug in previous changes to _slang_resolve_attributes() 2008-09-17 09:13:28 -06:00
Brian Paul
84ad182ab8 document glBindAttribLocation fixes 2008-09-16 16:37:17 -06:00
Brian Paul
a155ead515 mesa: rework GLSL vertex attribute binding
Calls to glBindAttribLocation() should not take effect until the next time
that glLinkProgram() is called.
gl_shader_program::Attributes now just contains user-defined bindings.
gl_shader_program::VertexProgram->Attributes contains the actual/final bindings.
2008-09-16 15:58:05 -06:00
Brian Paul
5b0f652456 mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_EndList()) 2008-09-16 13:32:13 -06:00
Brian Paul
1be50e1638 fix msaa enable/disable bug 2008-09-15 17:15:51 -06:00
Brian Paul
4fefa29d8c mesa: fix MSAA enable state in update_multisample() 2008-09-15 17:14:41 -06:00
Brian Paul
ef479d9f2a document display list bug fix 2008-09-15 09:22:07 -06:00
Brian Paul
fc04604856 mesa: remove some assertions that are invalid during context tear-down 2008-09-15 09:20:30 -06:00
Keith Whitwell
ef2bd7860f mesa: get another class of degenerate dlists working
Primitive begin in one dlist, end in another.
2008-09-15 09:20:23 -06:00
Shane Blackett
dca8b4c964 glut: s/glut_fbc.c/glut_fcb.c/ 2008-09-14 17:51:53 -06:00
Brian Paul
419353dc2f mesa: Makefile: 7.2 release candidate 1 2008-09-13 16:06:12 -06:00
Brian Paul
38d3b2262b mesa: documentation updates for 7.2 release 2008-09-13 14:43:54 -06:00
Brian Paul
4db2a7f36c updated Cell driver info 2008-09-13 14:39:39 -06:00
Brian Paul
1145042fd2 Mesa: version bumps for 7.2 release 2008-09-13 14:36:35 -06:00
Brian Paul
772131280a document 7.2 bug fixes, etc 2008-09-13 14:36:17 -06:00
Jakub Bogusz
ee913c0fcc tdfx: fix crash and lack of visuals bug 2008-09-13 14:34:51 -06:00
Guillaume Melquiond
cd1804c43a i915: fix himask constant init for 64-bit build 2008-09-13 14:26:35 -06:00
Guillaume Melquiond
253784d45e glx: fix 64-bit datatype issue 2008-09-13 14:26:25 -06:00
Guillaume Melquiond
463d19d477 mesa: return after _mesa_problem() calls 2008-09-13 14:26:18 -06:00
Guillaume Melquiond
6e4fd90ca5 mesa: #include <stdio.h> 2008-09-13 14:26:13 -06:00
Guillaume Melquiond
06188c0c5c remove invalid XDestroyWindow() call 2008-09-13 14:26:06 -06:00
Guillaume Melquiond
dec9097647 silence warning 2008-09-13 14:25:59 -06:00
Guillaume Melquiond
e234339dba GLU: fix asst warnings 2008-09-13 14:25:53 -06:00
Ian Romanick
bb09d23e92 Remove DRI2 support
Remove support for the original incarnation of DRI2.  This version has
since been abandoned and will never ship.  This eliminates a build
dependency on a component that only exists in Fedora 9 and in now-dead
up-stream development trees.

I also recommend that we spin a Mesa 7.1.1 release with this patch.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2008-09-12 13:48:14 -07:00
Xiang, Haihao
1ffbcddb6f i965: Add support for G41 chipset which is another 4 series.
(cherry picked from commit b2e083eba2)
2008-09-12 09:29:00 +08:00
Shane Blackett
33cf8f5c06 added 24bpp support 2008-09-11 08:35:37 -06:00
Shane Blackett
7b8d878bed Fixes for Mingw 2008-09-10 08:23:19 -06:00
Brian Paul
86ae34fbb4 mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib() 2008-09-05 08:07:07 -06:00
Brian Paul
16f3461fd6 mesa: improved gl_buffer_object reference counting
Use new _mesa_reference_buffer_object() function wherever possible.
Fixes buffer object/display list crash reported in ParaView.
2008-09-04 15:26:07 -06:00
Xiang, Haihao
0ac8886b51 intel: Fix depth_stencil texture.
(cherry picked from commit 0adfd10210)
2008-09-04 11:54:31 +08:00
Xiang, Haihao
1729d37223 mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24
(cherry picked from commit 218df7f9c5)
2008-09-04 11:54:21 +08:00
Jakob Bornecrantz
81edef6f9f mesa: Support for MESA_FORMAT_S8_Z24 texture
cherry-picked from gallium-0.1
(cherry picked from commit dc44bb8e92)
2008-09-04 11:54:08 +08:00
Brian Paul
e040e18c7b fix BUFFER_DEPTH/BUFFER_ACCUM mix-up 2008-09-02 18:13:53 -06:00
Roland Scheidegger
14d186644b fix no error generated when calling glLight{if}[v] inside begin/end (bug 17408) 2008-09-02 15:49:35 +02:00
Xiang, Haihao
e4535e4d5e i965: force thread switch after IF/ELSE/ENDIF. partial fix for #16882.
A thread switch is implicitly invoked after the issuance of an IF/ELSE/ENDIF
instruction if necessary. Unfortunately it seems sometimes a forced thread
switch is needed.
2008-08-29 10:30:12 +08:00
Xiang, Haihao
a008813890 i965: mask control for BREAK/CONT/DO/WHILE. partial fix fox #16882 2008-08-29 10:30:03 +08:00
Xiang, Haihao
da50dc7bb3 i965: Push/pop instruction state. partial fix for #16882 2008-08-29 10:29:57 +08:00
Brian Paul
7f628d9cbc mesa: bump MAX_INSN to 350 2008-08-28 15:16:33 -06:00
Brian Paul
b2ffd0be03 placeholder for upcoming 7.2 release notes 2008-08-26 16:24:37 -06:00
Brian Paul
912b16c689 added 7.1 MD5 sums 2008-08-26 16:11:56 -06:00
Brian Paul
6d9b25e522 mesa: don't check for GLSL 1.2 to advertise GL 2.1
The GLSL 1.2 features are minor...
2008-08-26 15:50:11 -06:00
Corbin Simpson
31bad23f0f note ATI R500 series support 2008-08-26 12:39:27 -06:00
Timo Jyrinki
29b9b25e72 asst. html doc updates 2008-08-26 12:36:23 -06:00
Brian Paul
e794f496c6 mesa: assorted updates/prep for 7.1 release 2008-08-25 14:09:14 -06:00
Brian Paul
68067c66d3 mesa: glsl: regenerated file 2008-08-25 09:16:21 -06:00
Brian Paul
ad5474e995 mesa: glsl: grab latest fixes from gallium-0.1 branch
Includes:
1. Fixes failed asserting about bad swizzles in src reg emit.
2. Tracks uniform var usage.
3. Emit exp() in terms of EXP2 instruction.
2008-08-25 09:15:16 -06:00
208 changed files with 5577 additions and 6221 deletions

View File

@@ -174,10 +174,10 @@ ultrix-gcc:
# Rules for making release tarballs # Rules for making release tarballs
DIRECTORY = Mesa-7.1-rc4 DIRECTORY = Mesa-7.2
LIB_NAME = MesaLib-7.1-rc4 LIB_NAME = MesaLib-7.2
DEMO_NAME = MesaDemos-7.1-rc4 DEMO_NAME = MesaDemos-7.2
GLUT_NAME = MesaGLUT-7.1-rc4 GLUT_NAME = MesaGLUT-7.2
MAIN_FILES = \ MAIN_FILES = \
$(DIRECTORY)/Makefile* \ $(DIRECTORY)/Makefile* \

View File

@@ -86,7 +86,6 @@ APP_LIB_DEPS = $(EXTRA_LIB_PATH) @APP_LIB_DEPS@
DRI_LIB_DEPS = $(EXTRA_LIB_PATH) @DRI_LIB_DEPS@ DRI_LIB_DEPS = $(EXTRA_LIB_PATH) @DRI_LIB_DEPS@
LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ LIBDRM_CFLAGS = @LIBDRM_CFLAGS@
LIBDRM_LIB = @LIBDRM_LIBS@ LIBDRM_LIB = @LIBDRM_LIBS@
DRI2PROTO_CFLAGS = @DRI2PROTO_CFLAGS@
EXPAT_INCLUDES = @EXPAT_INCLUDES@ EXPAT_INCLUDES = @EXPAT_INCLUDES@
# Autoconf directories # Autoconf directories

View File

@@ -9,7 +9,7 @@ CONFIG_NAME = default
# Version info # Version info
MESA_MAJOR=7 MESA_MAJOR=7
MESA_MINOR=1 MESA_MINOR=2
MESA_TINY=0 MESA_TINY=0
MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY) MESA_VERSION = $(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY)

View File

@@ -23,7 +23,6 @@ AC_CANONICAL_HOST
dnl Versions for external dependencies dnl Versions for external dependencies
LIBDRM_REQUIRED=2.3.1 LIBDRM_REQUIRED=2.3.1
DRI2PROTO_REQUIRED=1.1
dnl Check for progs dnl Check for progs
AC_PROG_CPP AC_PROG_CPP
@@ -531,7 +530,6 @@ dri)
# Check for libdrm # Check for libdrm
PKG_CHECK_MODULES([LIBDRM], [libdrm >= $LIBDRM_REQUIRED]) PKG_CHECK_MODULES([LIBDRM], [libdrm >= $LIBDRM_REQUIRED])
PKG_CHECK_MODULES([DRI2PROTO], [dri2proto >= $DRI2PROTO_REQUIRED])
# find the DRI deps for libGL # find the DRI deps for libGL
if test "$x11_pkgconfig" = yes; then if test "$x11_pkgconfig" = yes; then

View File

@@ -6,7 +6,7 @@
<BODY> <BODY>
<H1>Mesa Cell Driver</H1> <H1>Mesa/Gallium Cell Driver</H1>
<p> <p>
The Mesa The Mesa
@@ -23,18 +23,19 @@ Two phases are planned.
First, to implement the framework for parallel rasterization using the Cell First, to implement the framework for parallel rasterization using the Cell
SPEs, including texture mapping. SPEs, including texture mapping.
Second, to implement a full-featured OpenGL driver with support for GLSL, etc. Second, to implement a full-featured OpenGL driver with support for GLSL, etc.
The second phase is now underway.
</p> </p>
<H2>Source Code</H2> <H2>Source Code</H2>
<p> <p>
The Cell driver source code is on the <code>gallium-0.1</code> branch of the The latest Cell driver source code is on the <code>gallium-0.2</code> branch
git repository. of the Mesa git repository.
After you've cloned the repository, check out the branch with: After you've cloned the repository, check out the branch with:
</p> </p>
<pre> <pre>
git-checkout -b gallium-0.1 origin/gallium-0.1 git-checkout -b gallium-0.2 origin/gallium-0.2
</pre> </pre>
<p> <p>
To build the driver you'll need the IBM Cell SDK (version 2.1 or 3.0). To build the driver you'll need the IBM Cell SDK (version 2.1 or 3.0).
@@ -43,12 +44,13 @@ or the Cell Simulator (untested, though).
</p> </p>
<p> <p>
If using Cell SDK 3.0, first edit configs/linux-cell and add If using Cell SDK 2.1, see the configs/linux-cell file for some
<code>-DSPU_MAIN_PARAM_LONG_LONG</code> to the SPU_CFLAGS. special changes.
</p> </p>
<p> <p>
To compile the code, run <code>make linux-cell</code>. To compile the code, run <code>make linux-cell</code>.
To build in debug mode, run <code>make linux-cell-debug</code>.
</p> </p>
<p> <p>
@@ -60,7 +62,7 @@ directory that contains <code>libGL.so</code>.
Verify that the Cell driver is being used by running <code>glxinfo</code> Verify that the Cell driver is being used by running <code>glxinfo</code>
and looking for: and looking for:
<pre> <pre>
OpenGL renderer string: Gallium 0.1, Cell on Xlib OpenGL renderer string: Gallium 0.2, Cell on Xlib
</pre> </pre>
@@ -77,21 +79,49 @@ SPU local store as needed.
Similarly, textures are tiled and brought into local store as needed. Similarly, textures are tiled and brought into local store as needed.
</p> </p>
<p>
More recently, vertex transformation has been parallelized across the SPUs
as well.
</p>
<H2>Status</H2> <H2>Status</H2>
<p> <p>
As of February 2008 the driver supports smooth/flat shaded triangle rendering As of September 2008, the driver supports smooth/flat shaded triangle rendering
with Z testing and simple texture mapping. with Z testing and simple texture mapping.
Simple demos like gears run successfully. Simple demos like gears run successfully.
To test texture mapping, try progs/demos/texcyl (press right mouse button for To test texture mapping, try progs/demos/texcyl (press right mouse button for
rendering options). rendering options).
</p> </p>
<p>
Runtime/dynamic code generation is being done for per-fragment
operations (Z test, blend, etc) and for fragment programs (though only a
few opcodes are implemented now).
</p>
<p>
In general, however, the driver is rather slow because all vertex
transformation is being done by an interpreter running on the PPU.
Programs with many vertices or complex vertex shaders will run especially
slow.
This will be addressed in the future.
</p>
<H2>Debug Options</H2>
<p>
The CELL_DEBUG env var can be set to a comma-separated list of one or
more of the following debug options:
</p>
<ul>
<li><b>checker</b> - use a different background clear color for each SPU.
This lets you see which SPU is rendering which screen tiles.
<li><b>sync</b> - wait/synchronize after each DMA transfer
</ul>
<p>
If the GALLIUM_NOCELL env var is set, the softpipe driver will be used
intead of the Cell driver.
This is useful for comparison/validation.
</p>
<H2>Contributing</H2> <H2>Contributing</H2>

View File

@@ -48,6 +48,7 @@ a:visited {
<li><a href="lists.html" target="MainFrame">Mailing Lists</a> <li><a href="lists.html" target="MainFrame">Mailing Lists</a>
<li><a href="bugs.html" target="MainFrame">Bug Database</a> <li><a href="bugs.html" target="MainFrame">Bug Database</a>
<li><a href="webmaster.html" target="MainFrame">Webmaster</a> <li><a href="webmaster.html" target="MainFrame">Webmaster</a>
<li><a href="http://dri.freedesktop.org/" target="MainFrame">Wiki</a>
</ul> </ul>
<b>User Topics</b> <b>User Topics</b>

View File

@@ -9,7 +9,9 @@
<H1>Downloading</H1> <H1>Downloading</H1>
<p> <p>
Last stable release: <b>7.0.4</b> Current stable release: <b>7.2</b>
<br>
Current development: Mesa git/master
</p> </p>
<p> <p>

View File

@@ -22,9 +22,10 @@ for modern GPUs.
<p> <p>
Mesa ties into several other open-source projects: the Mesa ties into several other open-source projects: the
<a href="http://dri.sf.net/" target="_parent">Direct Rendering Infrastructure</a> <a href="http://dri.freedesktop.org/" target="_parent">Direct Rendering
and <a href="http://x.org" target="_parent">X.org</a> to provide OpenGL Infrastructure</a> and <a href="http://x.org" target="_parent">X.org</a> to
support to users of X on Linux, FreeBSD and other operating systems. provide OpenGL support to users of X on Linux, FreeBSD and other operating
systems.
</p> </p>

View File

@@ -9,7 +9,7 @@
<H1>Mailing Lists</H1> <H1>Mailing Lists</H1>
<p>There are four Mesa mailing lists: <p>There are four Mesa 3D / DRI mailing lists:
</p> </p>
<ul> <ul>
@@ -19,14 +19,14 @@ versions are sent to this list.
</li> </li>
<br> <br>
<li><a href="https://lists.sourceforge.net/lists/listinfo/mesa3d-users" <li><a href="https://lists.sourceforge.net/lists/listinfo/mesa3d-users"
target="_parent">mesa3d-users</a> - intended for users of the Mesa library. target="_parent">mesa3d-users</a> - intended for users of the Mesa and DRI.
Newbie questions are appropriate, but please try the general OpenGL Newbie questions are appropriate, but please try the general OpenGL
resources and Mesa documentation first. resources and Mesa/DRI documentation first.
</li> </li>
<br> <br>
<li><a href="https://lists.sourceforge.net/lists/listinfo/mesa3d-dev" <li><a href="https://lists.sourceforge.net/lists/listinfo/mesa3d-dev"
target="_parent">mesa3d-dev</a> - for discussion of Mesa development. target="_parent">mesa3d-dev</a> - for discussion of Mesa and Direct Rendering
Not for beginners. Infrastructure development. Not for beginners.
</li> </li>
<br> <br>
<li><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-commit" <li><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-commit"
@@ -37,6 +37,9 @@ Note: the old mesa3d-cvs list is no longer in use.
</li> </li>
</ul> </ul>
<p>For mailing lists about Direct Rendering Modules (drm) in Linux/BSD
kernels, see <a href="http://dri.freedesktop.org/wiki/MailingLists">wiki</a>.
<p> <p>
<b>Notice</b>: non-member posts to any of these lists will be automatically <b>Notice</b>: non-member posts to any of these lists will be automatically
rejected. rejected.

View File

@@ -11,6 +11,23 @@
<H1>News</H1> <H1>News</H1>
<h2>September 20, 2008</h2>
<p>
<a href="relnotes-7.2.html">Mesa 7.2</a> is released.
This is stable, bug-fix release.
</p>
<h2>August 26, 2008</h2>
<p>
<a href="relnotes-7.1.html">Mesa 7.1</a> is released.
This is a new development release.
It should be relatively stable, but those especially concerned about
stability should wait for the 7.2 release or use Mesa 7.0.4 (the
previous stable release).
</p>
<h2>August 16, 2008</h2> <h2>August 16, 2008</h2>
<p> <p>
<a href="relnotes-7.0.4.html">Mesa 7.0.4</a> is released. <a href="relnotes-7.0.4.html">Mesa 7.0.4</a> is released.

View File

@@ -8,28 +8,46 @@
<body bgcolor="#eeeeee"> <body bgcolor="#eeeeee">
<H1>Mesa 7.1 Release Notes / May XX, 2008</H1> <H1>Mesa 7.1 Release Notes / August 26, 2008</H1>
<p> <p>
Mesa 7.1 is a new development release. Mesa 7.1 is a new development release.
There have been many internal code changes since Mesa 7.0.x. There have been many internal code changes since Mesa 7.0.x.
It should be relatively stable, but those who are especially concerned about It should be relatively stable, but those who are especially concerned about
stability should wait for Mesa 7.2. stability should wait for Mesa 7.2 or use Mesa 7.0.4 (the previous stable
release).
</p>
</>
Note that this version of Mesa does not use the GEM memory manager.
The master branch of git uses GEM.
</p>
<p>
DRM version 2.3.1 should be used with Mesa 7.1
</p> </p>
<h2>MD5 checksums</h2> <h2>MD5 checksums</h2>
<pre> <pre>
TBD 971c2fe6e6949dc5ba200a6f97a6dc81 MesaLib-7.1.tar.gz
6bff7f532d16f90f944a400c8bd7074d MesaLib-7.1.tar.bz2
d48224bf9d54c3da6776adb4869ba024 MesaLib-7.1.zip
3de268420efca43e9a19ab506cdfc993 MesaDemos-7.1.tar.gz
abfc9775e1462363af8ec160d1feb01f MesaDemos-7.1.tar.bz2
f7b3623387c4036e9895cd9ac0dfad99 MesaDemos-7.1.zip
fdf348f78cd09304b6ff801ef8acc8eb MesaGLUT-7.1.tar.gz
f6d88a4eeb02e98c7e92f1c895d3c76b MesaGLUT-7.1.tar.bz2
4dc102a5ca51e1c41dde87d3f8c7b22a MesaGLUT-7.1.zip
</pre> </pre>
<h2>New features</h2> <h2>New features</h2>
<ul> <ul>
<li>autoconf-based configuration (and clean-up of Makefiles) <li>autoconf-based configuration (and clean-up of Makefiles)
<li>Assorted DRI driver enhancements
<li>Reduced dependencies between X server and Mesa <li>Reduced dependencies between X server and Mesa
<li>GL_EXT_texture_from_pixmap extension for Xlib driver <li>GL_EXT_texture_from_pixmap extension for Xlib driver
<li>Support for the GL shading language with i965 driver (implemented by Intel) <li>Support for the GL shading language with i965 driver (implemented by Intel)
<li>ATI R500 series support (Radeon X1300&#8211;X1950) in r300 DRI driver
</ul> </ul>
@@ -37,6 +55,7 @@ TBD
<ul> <ul>
<li>Numerous GLSL fixes <li>Numerous GLSL fixes
<li>Fixed some error code/detection bugs in the GLSL-related API functions <li>Fixed some error code/detection bugs in the GLSL-related API functions
<li>Lots of DRI driver fixes.
</ul> </ul>

96
docs/relnotes-7.2.html Normal file
View File

@@ -0,0 +1,96 @@
<HTML>
<TITLE>Mesa Release Notes</TITLE>
<head><link rel="stylesheet" type="text/css" href="mesa.css"></head>
<BODY>
<body bgcolor="#eeeeee">
<H1>Mesa 7.2 Release Notes / 20 September 2008</H1>
<p>
Mesa 7.2 is a stable release fixing bugs found in 7.1, which was a
new development release.
</p>
<p>
Mesa 7.2 implements the OpenGL 2.1 API, but the version reported by
glGetString(GL_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 2.1.
</p>
<p>
Note that this version of Mesa does not use the GEM memory manager.
The master branch of git uses GEM.
The prototype DRI2 code that was in 7.1 has also been removed.
</p>
<p>
DRM version 2.3.1 should be used with Mesa 7.2
</p>
<h2>MD5 checksums</h2>
<pre>
tbd
</pre>
<h2>New features</h2>
<ul>
<li>i965 driver: added support for G41 chipset (Intel)
</ul>
<h2>Bug fixes</h2>
<ul>
<li>Fixed display list bug involving primitives split across lists (bug 17564)
<li>Fixed some issues with glBindAttribLocation()
<li>Fixed crash in _tnl_InvalidateState() found with Amira (bug 15834)
<li>Assorted bug fixes for Ming build
<li>Fixed some vertex/pixel buffer object reference counting bugs
<li>Fixed depth/stencil bug in i915/945 driver
<li>Fixed some shader flow control bugs in i965 driver
<li>Fixed a few tdfx driver bugs which prevented driver from working
<li>Fixed multisample enable/disable bug
</ul>
<h2>Changes</h2>
<ul>
<li>Updated SGI header files with new license terms.
</ul>
<h2>To Do (someday) items</h2>
<ul>
<li>Remove the MEMCPY() and _mesa_memcpy() wrappers and just use memcpy().
Probably do the same for malloc, calloc, etc.
The wrappers were useful in the past for memory debugging but now we
have valgrind. Not worried about SunOS 4 support anymore either...
<li>Switch to freeglut
<li>Fix linux-glide target/driver.
<li>Improved lambda and derivative calculation for frag progs.
</ul>
<h2>Driver Status</h2>
<pre>
Driver Status
---------------------- ----------------------
DRI drivers varies with the driver
XMesa/GLX (on Xlib) implements OpenGL 2.1
OSMesa (off-screen) implements OpenGL 2.1
Windows/Win32 implements OpenGL 2.1
Glide (3dfx Voodoo1/2) implements OpenGL 1.3
SVGA unsupported
Wind River UGL unsupported
DJGPP unsupported
GGI unsupported
BeOS unsupported
Allegro unsupported
D3D unsupported
</pre>
</body>
</html>

View File

@@ -20,6 +20,7 @@ The release notes summarize what's new or changed in each Mesa release.
</p> </p>
<UL> <UL>
<LI><A HREF="relnotes-7.2.html">7.2 release notes</A>
<LI><A HREF="relnotes-7.1.html">7.1 release notes</A> <LI><A HREF="relnotes-7.1.html">7.1 release notes</A>
<LI><A HREF="relnotes-7.0.4.html">7.0.4 release notes</A> <LI><A HREF="relnotes-7.0.4.html">7.0.4 release notes</A>
<LI><A HREF="relnotes-7.0.3.html">7.0.3 release notes</A> <LI><A HREF="relnotes-7.0.3.html">7.0.3 release notes</A>

View File

@@ -1,30 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: This software was created using the *
** OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has * Except as contained in this notice, the name of Silicon Graphics, Inc.
** not been independently verified as being compliant with the OpenGL(R) * shall not be used in advertising or otherwise to promote the sale, use or
** version 1.2.1 Specification. * other dealings in this Software without prior written authorization from
* Silicon Graphics, Inc.
*/ */
#ifndef __glu_h__ #ifndef __glu_h__

View File

@@ -2,38 +2,33 @@
#define __gl_core_h_ #define __gl_core_h_
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
*/ */
#include <sys/types.h> #include <sys/types.h>

View File

@@ -2,37 +2,33 @@
#define _EGL_H #define _EGL_H
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.0 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2004 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
#if 0/*XXX TEMPORARY HACK*/ #if 0/*XXX TEMPORARY HACK*/

View File

@@ -114,7 +114,7 @@ static void calcposobs(void)
rainParticle::setRainingArea(obs[0]-7.0f,-0.2f,obs[2]-7.0f,obs[0]+7.0f,8.0f,obs[2]+7.0f); rainParticle::setRainingArea(obs[0]-7.0f,-0.2f,obs[2]-7.0f,obs[0]+7.0f,8.0f,obs[2]+7.0f);
} }
static void printstring(void *font, char *string) static void printstring(void *font, const char *string)
{ {
int len,i; int len,i;

View File

@@ -447,7 +447,6 @@ print_screen_info(Display *dpy, int scrnum, Bool allowDirect, GLboolean limits)
if (!ctx) { if (!ctx) {
fprintf(stderr, "Error: glXCreateContext failed\n"); fprintf(stderr, "Error: glXCreateContext failed\n");
XFree(visinfo); XFree(visinfo);
XDestroyWindow(dpy, win);
return; return;
} }

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $
*/ */
/* /*
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/interface/bezierEval.h,v 1.1 2001/03/17 00:25:40 brianp Exp $ ** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/interface/bezierEval.h,v 1.1 2001/03/17 00:25:40 brianp Exp $

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $
*/ */
/* /*
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/interface/bezierPatch.h,v 1.1 2001/03/17 00:25:40 brianp Exp $ ** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/interface/bezierPatch.h,v 1.1 2001/03/17 00:25:40 brianp Exp $

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $
*/ */
/* /*
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/interface/bezierPatchMesh.h,v 1.1 2001/03/17 00:25:40 brianp Exp $ ** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/interface/bezierPatchMesh.h,v 1.1 2001/03/17 00:25:40 brianp Exp $

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*
@@ -43,7 +39,7 @@
#define __glumystdio_h_ #define __glumystdio_h_
#ifdef STANDALONE #ifdef STANDALONE
inline void _glu_dprintf( char *, ... ) { } inline void _glu_dprintf( const char *, ... ) { }
#endif #endif
#ifdef LIBRARYBUILD #ifdef LIBRARYBUILD
@@ -51,12 +47,12 @@ inline void _glu_dprintf( char *, ... ) { }
#include <stdio.h> #include <stdio.h>
#define _glu_dprintf printf #define _glu_dprintf printf
#else #else
inline void _glu_dprintf( char *, ... ) { } inline void _glu_dprintf( const char *, ... ) { }
#endif #endif
#endif #endif
#ifdef GLBUILD #ifdef GLBUILD
inline void _glu_dprintf( char *, ... ) { } inline void _glu_dprintf( const char *, ... ) { }
#endif #endif
#ifndef NULL #ifndef NULL

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -246,7 +246,7 @@ Backend::evalVStrip(int n_left, REAL u_left, REAL* left_val,
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
void void
Backend::bgntmesh( char * ) Backend::bgntmesh( const char * )
{ {
#ifndef NOWIREFRAME #ifndef NOWIREFRAME

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*
@@ -65,7 +61,7 @@ public:
void surfbbox( long, REAL *, REAL * ); void surfbbox( long, REAL *, REAL * );
void surfgrid( REAL, REAL, long, REAL, REAL, long ); void surfgrid( REAL, REAL, long, REAL, REAL, long );
void surfmesh( long, long, long, long ); void surfmesh( long, long, long, long );
void bgntmesh( char * ); void bgntmesh( const char * );
void endtmesh( void ); void endtmesh( void );
void swaptmesh( void ); void swaptmesh( void );
void tmeshvert( GridTrimVertex * ); void tmeshvert( GridTrimVertex * );

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -48,7 +48,7 @@
* Pool - allocate a new pool of buffers * Pool - allocate a new pool of buffers
*----------------------------------------------------------------------------- *-----------------------------------------------------------------------------
*/ */
Pool::Pool( int _buffersize, int initpoolsize, char *n ) Pool::Pool( int _buffersize, int initpoolsize, const char *n )
{ {
if((unsigned)_buffersize < sizeof(Buffer)) if((unsigned)_buffersize < sizeof(Buffer))
buffersize = sizeof(Buffer); buffersize = sizeof(Buffer);

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*
@@ -55,7 +51,7 @@ class Buffer {
class Pool { class Pool {
public: public:
Pool( int, int, char * ); Pool( int, int, const char * );
~Pool( void ); ~Pool( void );
inline void* new_buffer( void ); inline void* new_buffer( void );
inline void free_buffer( void * ); inline void free_buffer( void * );
@@ -74,7 +70,7 @@ protected:
int nextfree; /* byte offset past next free buffer */ int nextfree; /* byte offset past next free buffer */
int initsize; int initsize;
enum Magic { is_allocated = 0xf3a1, is_free = 0xf1a2 }; enum Magic { is_allocated = 0xf3a1, is_free = 0xf1a2 };
char *name; /* name of the pool */ const char *name; /* name of the pool */
Magic magic; /* marker for valid pool */ Magic magic; /* marker for valid pool */
}; };

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $
*/ */
/* /*
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/internals/dataTransform.h,v 1.1 2001/03/17 00:25:40 brianp Exp $ ** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/internals/dataTransform.h,v 1.1 2001/03/17 00:25:40 brianp Exp $

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $
*/ */
/* /*
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/internals/displaymode.h,v 1.1 2001/03/17 00:25:40 brianp Exp $ ** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/internals/displaymode.h,v 1.1 2001/03/17 00:25:40 brianp Exp $

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -126,7 +126,7 @@ int Knotvector::validate( void )
return 0; return 0;
} }
void Knotvector::show( char *msg ) void Knotvector::show( const char *msg )
{ {
#ifndef NDEBUG #ifndef NDEBUG
_glu_dprintf( "%s\n", msg ); _glu_dprintf( "%s\n", msg );

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*
@@ -49,7 +45,7 @@ struct Knotvector { /* a knot vector */
~Knotvector( void ); ~Knotvector( void );
void init( long, long, long, INREAL * ); void init( long, long, long, INREAL * );
int validate( void ); int validate( void );
void show( char * ); void show( const char * );
long order; /* order of spline */ long order; /* order of spline */
long knotcount; /* number of knots */ long knotcount; /* number of knots */

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -677,7 +677,7 @@ NurbsTessellator::do_nurbserror( int msg )
} }
int int
NurbsTessellator::do_check_knots( Knotvector *knots, char *msg ) NurbsTessellator::do_check_knots( Knotvector *knots, const char *msg )
{ {
int status = knots->validate(); int status = knots->validate();
if( status ) { if( status ) {

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*
@@ -112,7 +108,7 @@ protected:
private: private:
void resetObjects( void ); void resetObjects( void );
int do_check_knots( Knotvector *, char * ); int do_check_knots( Knotvector *, const char * );
void do_nurbserror( int ); void do_nurbserror( int );
void do_bgncurve( O_curve * ); void do_bgncurve( O_curve * );
void do_endcurve( void ); void do_endcurve( void );

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2006/03/29 18:54:00 $ $Revision: 1.2 $
*/ */
/* /*
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/internals/sorter.h,v 1.2 2006/03/29 18:54:00 brianp Exp $ ** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/internals/sorter.h,v 1.2 2006/03/29 18:54:00 brianp Exp $

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $
*/ */
/* /*
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/definitions.h,v 1.1 2001/03/17 00:25:41 brianp Exp $ ** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/definitions.h,v 1.1 2001/03/17 00:25:41 brianp Exp $

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $
*/ */
/* /*
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/directedLine.h,v 1.1 2001/03/17 00:25:41 brianp Exp $ ** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/directedLine.h,v 1.1 2001/03/17 00:25:41 brianp Exp $

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $
*/ */
/* /*
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/gridWrap.h,v 1.1 2001/03/17 00:25:41 brianp Exp $ ** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/gridWrap.h,v 1.1 2001/03/17 00:25:41 brianp Exp $

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $
*/ */
/* /*
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/monoChain.h,v 1.1 2001/03/17 00:25:41 brianp Exp $ ** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/monoChain.h,v 1.1 2001/03/17 00:25:41 brianp Exp $

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $
*/ */
/* /*
*monoPolyPart.h *monoPolyPart.h

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $
*/ */
/* /*
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h,v 1.1 2001/03/17 00:25:41 brianp Exp $ ** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h,v 1.1 2001/03/17 00:25:41 brianp Exp $

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,35 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
*/ */
/* /*

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $
*/ */
/* /*
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/partitionX.h,v 1.1 2001/03/17 00:25:41 brianp Exp $ ** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/partitionX.h,v 1.1 2001/03/17 00:25:41 brianp Exp $

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $
*/ */
/* /*
*partitionY.h: *partitionY.h:

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $
*/ */
/* /*
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/polyDBG.h,v 1.1 2001/03/17 00:25:41 brianp Exp $ ** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/polyDBG.h,v 1.1 2001/03/17 00:25:41 brianp Exp $

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/11/29 16:16:55 $ $Revision: 1.2 $
*/ */
/* /*
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/polyUtil.h,v 1.2 2001/11/29 16:16:55 kschultz Exp $ ** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/polyUtil.h,v 1.2 2001/11/29 16:16:55 kschultz Exp $

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $
*/ */
/* /*
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/primitiveStream.h,v 1.1 2001/03/17 00:25:41 brianp Exp $ ** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/primitiveStream.h,v 1.1 2001/03/17 00:25:41 brianp Exp $

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $
*/ */
/* /*
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/quicksort.h,v 1.1 2001/03/17 00:25:41 brianp Exp $ ** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/quicksort.h,v 1.1 2001/03/17 00:25:41 brianp Exp $

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $
*/ */
/* /*
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/rectBlock.h,v 1.1 2001/03/17 00:25:41 brianp Exp $ ** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/rectBlock.h,v 1.1 2001/03/17 00:25:41 brianp Exp $

View File

@@ -1,37 +1,31 @@
/* /*
** License Applicability. Except to the extent portions of this file are * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
** made subject to an alternative license as permitted in the SGI Free * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
** Software License B, Version 1.1 (the "License"), the contents of this *
** file are subject only to the provisions of the License. You may not use * Permission is hereby granted, free of charge, to any person obtaining a
** this file except in compliance with the License. You may obtain a copy * copy of this software and associated documentation files (the "Software"),
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600 * to deal in the Software without restriction, including without limitation
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at: * the rights to use, copy, modify, merge, publish, distribute, sublicense,
** * and/or sell copies of the Software, and to permit persons to whom the
** http://oss.sgi.com/projects/FreeB * Software is furnished to do so, subject to the following conditions:
** *
** Note that, as provided in the License, the Software is distributed on an * The above copyright notice including the dates of first publication and
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS * either this permission notice or a reference to
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND * http://oss.sgi.com/projects/FreeB/
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A * shall be included in all copies or substantial portions of the Software.
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT. *
** * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
** Original Code. The Original Code is: OpenGL Sample Implementation, * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
** Copyright in any portions created by third parties is as indicated * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
** elsewhere herein. All Rights Reserved. * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
** * SOFTWARE.
** Additional Notice Provisions: The application programming interfaces *
** established by SGI in conjunction with the Original Code are The * Except as contained in this notice, the name of Silicon Graphics, Inc.
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released * shall not be used in advertising or otherwise to promote the sale, use or
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version * other dealings in this Software without prior written authorization from
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X * Silicon Graphics, Inc.
** Window System(R) (Version 1.3), released October 19, 1998. This software
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
** published by SGI, but has not been independently verified as being
** compliant with the OpenGL(R) version 1.2.1 Specification.
**
** $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $
*/ */
/* /*
** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleComp.h,v 1.1 2001/03/17 00:25:41 brianp Exp $ ** $Header: /home/krh/git/sync/mesa-cvs-repo/Mesa/src/glu/sgi/libnurbs/nurbtess/sampleComp.h,v 1.1 2001/03/17 00:25:41 brianp Exp $

Some files were not shown because too many files have changed in this diff Show More