[unpack/Mesa-6.5.2/include/GL/amesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.3\n * \n * Copyright (C) 1999-2000 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' Allegro (DJGPP) driver by Bernhard Tschirren (bernie-t@geocities.com) ' ' AMESA_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/amesa.h ) [unpack/Mesa-6.5.2/include/GL/dmesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n * \n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * DOS/DJGPP device driver for Mesa\n *\n * Author: Daniel Borca\n * Email : dborca@users.sourceforge.net\n * Web : http://www.geocities.com/dborca\n ' $' Sample Usage:\n *\n * 1. Call DMesaCreateVisual() to initialize graphics.\n * 2. Call DMesaCreateContext() to create a DMesa rendering context.\n * 3. Call DMesaCreateBuffer() to define the window.\n * 4. Call DMesaMakeCurrent() to bind the DMesaBuffer to a DMesaContext.\n * 5. Make gl* calls to render your graphics.\n * 6. Use DMesaSwapBuffers() when double buffering to swap front/back buffers.\n * 7. Before exiting, destroy DMesaBuffer, DMesaContext and DMesaVisual.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/dmesa.h ) [unpack/Mesa-6.5.2/include/GL/fxmesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n * Copyright (C) 1995-2001 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' $'\n * FXMesa - 3Dfx Glide driver for Mesa. Contributed by David Bucciarelli\n *\n * NOTE: This version requires Glide3 (http://sourceforge.net/projects/glide)\n ' $'\n * Values for attribList parameter to fxMesaCreateContext():\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/fxmesa.h ) [unpack/Mesa-6.5.2/include/GL/ggimesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library GGI bindings (GGIGL [giggle])\n * Version: 4.0\n * Copyright (C) 1995-2000 Brian Paul\n * Copyright (C) 1998 Uwe Maurer\n * Copyrigth (C) 2001 Filip Spacek\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' $'\n * Initialize Mesa GGI extension\n ' $'\n * Clean up Mesa GGI exension\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/ggimesa.h ) [unpack/Mesa-6.5.2/include/GL/gl.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.1\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*********************************************************************\n * Begin system-specific stuff. Do not do any of this when building\n * for SciTech SNAP, as this is all done before this header file is\n * included. \n ' ' to get some BeOS-isms ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/gl.h ) [unpack/Mesa-6.5.2/include/GL/gl_mangle.h]=( typeset -a comments=( ' REGENERATION ' $'\n * If you compile Mesa with USE_MGL_NAMESPACE defined then you can link\n * your application both with OpenGL and Mesa. The Mesa functions will\n * be redefined so they are prefixed with "mgl" instead of "gl".\n * Mgl contributed by Randy Frank (rfrank@rsinc.com)\n * Regneration code contributed by Ray Tice (rayt@ma.ultra.net)\n ' MANGLE ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/gl_mangle.h ) [unpack/Mesa-6.5.2/include/GL/glext.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2004 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: This software was created using the\n** OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has\n** not been independently verified as being compliant with the OpenGL(R)\n** version 1.2.1 Specification.\n' '***********************************************************' ' Header file version number, required by OpenGL ABI for Linux ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/glext.h ) [unpack/Mesa-6.5.2/include/GL/glfbdev.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n *\n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' avoid including linux/fb.h ' ' public types ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/glfbdev.h ) [unpack/Mesa-6.5.2/include/GL/glu.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: This software was created using the\n** OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has\n** not been independently verified as being compliant with the OpenGL(R)\n** version 1.2.1 Specification.\n' '***********************************************************' ' Extensions ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/glu.h ) [unpack/Mesa-6.5.2/include/GL/glu_mangle.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.0\n * Copyright (C) 1995-1998 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/glu_mangle.h ) [unpack/Mesa-6.5.2/include/GL/glx.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n * \n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' VMS Xlib.h gives problems with C++.\n * this avoids a bunch of trivial warnings ' $'\n * Tokens for glXChooseVisual and glXGetConfig:\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/glx.h ) [unpack/Mesa-6.5.2/include/GL/glx_mangle.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n * \n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' GLX 1.2 ' ' GLX 1.3 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/glx_mangle.h ) [unpack/Mesa-6.5.2/include/GL/glxext.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2004 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: This software was created using the\n** OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has\n** not been independently verified as being compliant with the OpenGL(R)\n** version 1.2.1 Specification.\n' '***********************************************************' ' Header file version number, required by OpenGL ABI for Linux ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/glxext.h ) [unpack/Mesa-6.5.2/include/GL/internal/dri_interface.h]=( typeset -a comments=( $'\n * Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\n * (C) Copyright IBM Corporation 2004\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,\n * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\n * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\n * USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file dri_interface.h\n *\n * This file contains all the types and functions that define the interface\n * between a DRI driver and driver loader. Currently, the most common driver\n * loader is the XFree86 libGL.so. However, other loaders do exist, and in\n * the future the server-side libglx.a will also be a loader.\n * \n * \\author Kevin E. Martin \n * \\author Ian Romanick \n ' $'*\n * \\name DRI interface structures\n *\n * The following structures define the interface between the GLX client\n * side library and the DRI (direct rendering infrastructure).\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/internal/dri_interface.h ) [unpack/Mesa-6.5.2/include/GL/internal/glcore.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n' $'\n** This file defines the interface between the GL core and the surrounding\n** "operating system" that supports it (currently the GLX or WGL extensions).\n**\n** Members (data and function pointers) are documented as imported or\n** exported according to how they are used by the core rendering functions.\n** Imported members are initialized by the "operating system" and used by\n** the core functions. Exported members are initialized by the core functions\n** and used by the "operating system".\n' $'*\n * Mode and limit information for a context. This information is\n * kept around in the context so that values can be used during\n * command execution, and for returning information about the\n * context to the application.\n * \n * Instances of this structure are shared by the driver and the loader. To\n * maintain binary compatability, new fields \\b must be added only to the\n * end of the structure.\n * \n * \\sa _gl_context_modes_create\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/internal/glcore.h ) [unpack/Mesa-6.5.2/include/GL/internal/sarea.h]=( typeset -a comments=( ' $XFree86: xc/programs/Xserver/GL/dri/sarea.h,v 1.11 2002/10/30 12:52:03 alanh Exp $ ' $'*\n * \\file sarea.h \n * SAREA definitions.\n * \n * \\author Kevin E. Martin \n * \\author Jens Owen \n * \\author Rickard E. (Rik) Faith \n ' $'\n * Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\n * Copyright 2000 VA Linux Systems, Inc.\n * All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the\n * "Software"), to deal in the Software without restriction, including\n * without limitation the rights to use, copy, modify, merge, publish,\n * distribute, sub license, and/or sell copies of the Software, and to\n * permit persons to whom the Software is furnished to do so, subject to\n * the following conditions:\n * \n * The above copyright notice and this permission notice (including the\n * next paragraph) shall be included in all copies or substantial portions\n * of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\n * IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\n * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/internal/sarea.h ) [unpack/Mesa-6.5.2/include/GL/mesa_wgl.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.1\n *\n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' prototypes for the Mesa WGL functions ' ' relocated here so that I could make GLUT get them properly ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/mesa_wgl.h ) [unpack/Mesa-6.5.2/include/GL/mglmesa.h]=( typeset -a comments=( $'***************************************************************************\r\n*\r\n* Mesa bindings for SciTech MGL\r\n*\r\n* Copyright (C) 1996 SciTech Software.\r\n* All rights reserved.\r\n*\r\n* Filename: mglmesa.h\r\n* Version: Revision: 1.1.1.1\r\n*\r\n* Language: ANSI C\r\n* Environment: Any\r\n*\r\n* Description: Header file for the Mesa/OpenGL interface bindings for the\r\n* SciTech MGL graphics library. Uses the MGL internal\r\n* device context structures to get direct access to the\r\n* high performance MGL rasterization functions for maximum\r\n* performance. Utilizes the VESA VBE/AF Accelerator Functions\r\n* via the MGL\'s accelerated device driver functions, as well\r\n* as basic DirectDraw accelerated functions provided by the\r\n* MGL.\r\n*\r\n* This library is free software; you can redistribute it and/or\r\n* modify it under the terms of the GNU Library General Public\r\n* License as published by the Free Software Foundation; either\r\n* version 2 of the License, or (at your option) any later version.\r\n*\r\n* This library is distributed in the hope that it will be useful,\r\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r\n* Library General Public License for more details.\r\n*\r\n* You should have received a copy of the GNU Library General Public\r\n* License along with this library; if not, write to the Free\r\n* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\r\n*\r\n*\r\n***************************************************************************' '------------------------- Function Prototypes ---------------------------' ' Use "C" linkage when in C++ mode ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/mglmesa.h ) [unpack/Mesa-6.5.2/include/GL/osmesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5\n * \n * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Mesa Off-Screen rendering interface.\n *\n * This is an operating system and window system independent interface to\n * Mesa which allows one to render images into a client-supplied buffer in\n * main memory. Such images may manipulated or saved in whatever way the\n * client wants.\n *\n * These are the API functions:\n * OSMesaCreateContext - create a new Off-Screen Mesa rendering context\n * OSMesaMakeCurrent - bind an OSMesaContext to a client\'s image buffer\n * and make the specified context the current one.\n * OSMesaDestroyContext - destroy an OSMesaContext\n * OSMesaGetCurrentContext - return thread\'s current context ID\n * OSMesaPixelStore - controls how pixels are stored in image buffer\n * OSMesaGetIntegerv - return OSMesa state parameters\n *\n *\n * The limits on the width and height of an image buffer are MAX_WIDTH and\n * MAX_HEIGHT as defined in Mesa/src/config.h. Defaults are 1280 and 1024.\n * You can increase them as needed but beware that many temporary arrays in\n * Mesa are dimensioned by MAX_WIDTH or MAX_HEIGHT.\n ' $'\n * Values for the format parameter of OSMesaCreateContext()\n * New in version 2.0.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/osmesa.h ) [unpack/Mesa-6.5.2/include/GL/svgamesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.0\n * Copyright (C) 1995-2001 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' $'\n * SVGA/Mesa interface for Linux.\n ' $'\n * Intro to using the VGA/Mesa interface\n *\n * 1. #include the file\n * 2. Call vga_init() to initialize the SVGA library.\n * 3. Call vga_setmode() to specify the screen size and color depth.\n * 4. Call SVGAMesaCreateContext() to setup a Mesa context. If using 8-bit\n * color Mesa assumes color index mode, if using 16-bit or deeper color\n * Mesa assumes RGB mode.\n * 5. Call SVGAMesaMakeCurrent() to activate the Mesa context.\n * 6. You can now use the Mesa API functions.\n * 7. Before exiting, call SVGAMesaDestroyContext() then vga_setmode(TEXT)\n * to restore the original text screen.\n *\n * Notes\n * 1. You must run your executable as root (or use the set UID-bit) because\n * the SVGA library requires it.\n * 2. The SVGA driver is not fully implemented yet. See svgamesa.c for what\n * has to be done yet.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/svgamesa.h ) [unpack/Mesa-6.5.2/include/GL/uglglutshapes.h]=( typeset -a comments=( ' uglglutshapes.h - Public header GLUT Shapes ' ' Copyright (c) Mark J. Kilgard, 1994, 1995, 1996, 1998. ' $' This program is freely distributable without licensing fees and is\n provided without guarantee or warrantee expressed or implied. This\n program is -not- in the public domain. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/uglglutshapes.h ) [unpack/Mesa-6.5.2/include/GL/uglmesa.h]=( typeset -a comments=( ' uglmesa.h - Public header UGL/Mesa ' ' Copyright (C) 2001 by Wind River Systems, Inc ' $'\n * Mesa 3-D graphics library\n * Version: 4.0\n *\n * The MIT License\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/uglmesa.h ) [unpack/Mesa-6.5.2/include/GL/vms_x_fix.h]=( typeset -a comments=( $'**************************************************************************\n * *\n * Author : Jouk Jansen (joukj@hrem.nano.tudelft.nl) *\n * *\n * Last revision : 31 August 2006 *\n * *\n * Repair definitions of Runtime library functions when compiling with *\n * /name=(as_is) on OpenVMS *\n * *\n **************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/vms_x_fix.h ) [unpack/Mesa-6.5.2/include/GL/wmesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.0\n * Copyright (C) 1995-1998 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n *\n ' $'\n * Windows driver by: Mark E. Peterson (markp@ic.mankato.mn.us)\n * Updated by Li Wei (liwei@aiar.xjtu.edu.cn)\n *\n *\n ***************************************************************\n * WMesa *\n * version 2.3 *\t\n * *\n * By *\n * Li Wei *\n * Institute of Artificial Intelligence & Robotics *\n * Xi\'an Jiaotong University *\n * Email: liwei@aiar.xjtu.edu.cn * \n * Web page: http://sun.aiar.xjtu.edu.cn *\n * *\n *\t July 7th, 1997\t\t\t\t *\n ***************************************************************\n ' $' \'=\' : conversion from \'const double \' to \'float \', possible loss of data ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/wmesa.h ) [unpack/Mesa-6.5.2/include/GL/xmesa.h]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 4.1\n * \n * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Mesa/X11 interface. This header file serves as the documentation for\n * the Mesa/X11 interface functions.\n *\n * Note: this interface isn\'t intended for user programs. It\'s primarily\n * just for implementing the pseudo-GLX interface.\n ' $' Sample Usage:\n\nIn addition to the usual X calls to select a visual, create a colormap\nand create a window, you must do the following to use the X/Mesa interface:\n\n1. Call XMesaCreateVisual() to make an XMesaVisual from an XVisualInfo.\n\n2. Call XMesaCreateContext() to create an X/Mesa rendering context, given\n the XMesaVisual.\n\n3. Call XMesaCreateWindowBuffer() to create an XMesaBuffer from an X window\n and XMesaVisual.\n\n4. Call XMesaMakeCurrent() to bind the XMesaBuffer to an XMesaContext and\n to make the context the current one.\n\n5. Make gl* calls to render your graphics.\n\n6. Use XMesaSwapBuffers() when double buffering to swap front/back buffers.\n\n7. Before the X window is destroyed, call XMesaDestroyBuffer().\n\n8. Before exiting, call XMesaDestroyVisual and XMesaDestroyContext.\n\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/xmesa.h ) [unpack/Mesa-6.5.2/include/GL/xmesa_x.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Kevin E. Martin \n *\n * When we\'re building the XMesa driver for stand-alone Mesa we\n * include this file when building the xm_*.c files.\n * We need to define some types and macros differently when building\n * in the Xserver vs. stand-alone Mesa.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/xmesa_x.h ) [unpack/Mesa-6.5.2/include/GL/xmesa_xf86.h]=( typeset -a comments=( $'*************************************************************************\n\nCopyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.\nAll Rights Reserved.\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sub license, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice (including the\nnext paragraph) shall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.\nIN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR\nANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*************************************************************************' $'\n * Authors:\n * Kevin E. Martin \n *\n * When we\'re building the XMesa driver for use in the X server (as the\n * indirect render) we include this file when building the xm_*.c files.\n * We need to define some types and macros differently when building\n * in the Xserver vs. stand-alone Mesa.\n ' ' Assumes: Images are always in ZPixmap format ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GL/xmesa_xf86.h ) [unpack/Mesa-6.5.2/include/GLView.h]=( typeset -a comments=( $'******************************************************************************\n/\n/\tFile:\t\tGLView.h\n/\n/\tCopyright 1993-98, Be Incorporated, All Rights Reserved.\n/\n******************************************************************************' $' The public methods below, for the moment,\n\t are just pass-throughs to BView ' ' New public functions ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/include/GLView.h ) [unpack/Mesa-6.5.2/progs/demos/arbfplight.c]=( typeset -a comments=( $'\n * Use GL_ARB_fragment_program and GL_ARB_vertex_program to implement\n * simple per-pixel lighting.\n *\n * Brian Paul\n * 17 April 2003\n ' ' These must match the indexes used in the fragment program ' ' Set to one to test ARB_fog_linear program option ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/arbfplight.c ) [unpack/Mesa-6.5.2/progs/demos/arbfslight.c]=( typeset -a comments=( $'\n * Use GL_ARB_fragment_shader and GL_ARB_vertex_shader to implement\n * simple per-pixel lighting.\n *\n * Michal Krol\n * 20 February 2006\n *\n * Based on the original demo by:\n * Brian Paul\n * 17 April 2003\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/arbfslight.c ) [unpack/Mesa-6.5.2/progs/demos/arbocclude.c]=( typeset -a comments=( $'\n * GL_ARB_occlusion_query demo\n *\n * Brian Paul\n * 12 June 2003\n *\n * Copyright (C) 2003 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' 50Hz update ' ' draw the occluding polygons ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/arbocclude.c ) [unpack/Mesa-6.5.2/progs/demos/bounce.c]=( typeset -a comments=( $'\n * Bouncing ball demo.\n *\n * This program is in the public domain\n *\n * Brian Paul\n *\n * Conversion to GLUT by Mark J. Kilgard\n ' ' ARGSUSED1 ' ' Escape ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/bounce.c ) [unpack/Mesa-6.5.2/progs/demos/clearspd.c]=( typeset -a comments=( $'\n * Simple GLUT program to measure glClear() and glutSwapBuffers() speed.\n * Brian Paul February 15, 1997 This file in public domain.\n ' ' 2 seconds ' $' NOTE: If clearspd doesn\'t map it\'s window immediately on\n * starting, swaps will be istantaneous, so this will send Loops\n * towards infinity. When a window is finally mapped, it may be\n * minutes before the first call to glutSwapBuffers, making it look\n * like there\'s a driver bug.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/clearspd.c ) [unpack/Mesa-6.5.2/progs/demos/cubemap.c]=( typeset -a comments=( $'\n * GL_ARB_texture_cube_map demo\n *\n * Brian Paul\n * May 2000\n *\n *\n * Copyright (C) 2000 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This is a pretty minimalistic demo for now. Eventually, use some\n * interesting cube map textures and 3D objects.\n * For now, we use 6 checkerboard "walls" and a sphere (good for\n * verification purposes).\n ' ' box radius ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/cubemap.c ) [unpack/Mesa-6.5.2/progs/demos/drawpix.c]=( typeset -a comments=( $'\n * glDrawPixels demo/test/benchmark\n * \n * Brian Paul September 25, 1997 This file is in the public domain.\n ' ' This allows negative raster positions: ' ' GL set-up ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/drawpix.c ) [unpack/Mesa-6.5.2/progs/demos/engine.c]=( typeset -a comments=( $'*\n * Simple engine demo (crankshaft, pistons, connecting rods)\n *\n * Brian Paul\n * June 2006\n ' ' Target engine speed: ' $'*\n * Engine description.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/engine.c ) [unpack/Mesa-6.5.2/progs/demos/fire.c]=( typeset -a comments=( $'\n * This program is under the GNU GPL.\n * Use at your own risk.\n *\n * written by David Bucciarelli (tech.hmw@plus.it)\n * Humanware s.r.l.\n ' $' Subdivide the ground into a bunch of quads. This improves fog\n * if GL_FOG_HINT != GL_NICEST\n ' ' Default settings ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/fire.c ) [unpack/Mesa-6.5.2/progs/demos/fogcoord.c]=( typeset -a comments=( $'\n * EXT_fog_coord.\n *\n * Based on glutskel.c by Brian Paul\n * and NeHe\'s Volumetric fog tutorial!\n *\n * Daniel Borca\n ' ' use glDrawElements ' ' tell me what happens ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/fogcoord.c ) [unpack/Mesa-6.5.2/progs/demos/fplight.c]=( typeset -a comments=( $'\n * Use GL_NV_fragment_program to implement per-pixel lighting.\n *\n * Brian Paul\n * 7 April 2003\n ' 'glOrtho( -2.0, 2.0, -2.0, 2.0, 5.0, 25.0 );' $'\n * Fragment program\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/fplight.c ) [unpack/Mesa-6.5.2/progs/demos/fslight.c]=( typeset -a comments=( $'*\n * Test OpenGL 2.0 vertex/fragment shaders.\n * Brian Paul\n * 1 November 2006\n *\n * Based on ARB version by:\n * Michal Krol\n * 20 February 2006\n *\n * Based on the original demo by:\n * Brian Paul\n * 17 April 2003\n ' 'exit(1);' ' test glGetShaderSource() ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/fslight.c ) [unpack/Mesa-6.5.2/progs/demos/gamma.c]=( typeset -a comments=( $' Draw test patterns to help determine correct gamma value for a display.\n When the intensities of the inner squares nearly match the intensities\n of their frames (from some distance the borders should disappear) then\n you\'ve found the right gamma value.\n\n You can set Mesa\'s gamma values (for red, green and blue) with the\n MESA_GAMMA environment variable. But only on X windows!\n For example:\n setenv MESA_GAMMA 1.5 1.6 1.4\n Sets the red gamma value to 1.5, green to 1.6 and blue to 1.4.\n See the main README file for more information.\n\n For more info about gamma correction see:\n http://www.inforamp.net/~poynton/notes/colour_and_gamma/GammaFAQ.html\n\n This program is in the public domain\n\n Brian Paul 19 Oct 1995\n Kai Schuetz 05 Jun 1999 ' ' Conversion to GLUT by Mark J. Kilgard ' ' ARGSUSED1 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/gamma.c ) [unpack/Mesa-6.5.2/progs/demos/gearbox.c]=( typeset -a comments=( $'\n * Use glCopyTexSubImage2D to draw animated gears on the sides of a box.\n *\n * Brian Paul\n * 27 January 2006\n ' $'*\n Draw a gear wheel. You\'ll probably want to call this function when\n building a display list since we do a lot of trig here.\n \n Input: inner_radius - radius of hole at center\n outer_radius - radius at center of teeth\n width - width of gear\n teeth - number of teeth\n tooth_depth - depth of tooth\n *' ' draw front face ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/gearbox.c ) [unpack/Mesa-6.5.2/progs/demos/gears.c]=( typeset -a comments=( $'\n * 3-D gear wheels. This program is in the public domain.\n *\n * Command line options:\n * -info print GL implementation information\n * -exit automatically exit after 30 seconds\n *\n *\n * Brian Paul\n ' ' Conversion to GLUT by Mark J. Kilgard ' $'*\n\n Draw a gear wheel. You\'ll probably want to call this function when\n building a display list since we do a lot of trig here.\n \n Input: inner_radius - radius of hole at center\n outer_radius - radius at center of teeth\n width - width of gear\n teeth - number of teeth\n tooth_depth - depth of tooth\n\n *' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/gears.c ) [unpack/Mesa-6.5.2/progs/demos/geartrain.c]=( typeset -a comments=( $'\n * GearTrain Simulator * Version: 1.00\n *\n * Copyright (C) 1999 Shobhan Kumar Dutta All Rights Reserved.\n * \n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * SHOBHAN KUMAR DUTTA BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT\n * OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n * SOFTWARE.\n ' ' ' ' draw main cylinder ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/geartrain.c ) [unpack/Mesa-6.5.2/progs/demos/glinfo.c]=( typeset -a comments=( $'\n * Print GL, GLU and GLUT version and extension info\n *\n * Brian Paul This file in public domain.\n * October 3, 1997\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/glinfo.c ) [unpack/Mesa-6.5.2/progs/demos/gloss.c]=( typeset -a comments=( $'\n * Specular reflection demo. The specular highlight is modulated by\n * a sphere-mapped texture. The result is a high-gloss surface.\n * NOTE: you really need hardware acceleration for this.\n * Also note, this technique can\'t be implemented with multi-texture\n * and separate specular color interpolation because there\'s no way\n * to indicate that the second texture unit (the reflection map)\n * should modulate the specular color and not the base color.\n * A future multi-texture extension could fix that.\n *\n * Command line options:\n * -info print GL implementation information\n *\n *\n * Brian Paul October 22, 1999 This program is in the public domain.\n ' ' Menu items ' ' for convolution ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/gloss.c ) [unpack/Mesa-6.5.2/progs/demos/glslnoise.c]=( typeset -a comments=( $'\n * GLSL noise demo.\n *\n * Michal Krol\n * 20 February 2006\n *\n * Based on the original demo by:\n * Stefan Gustavson (stegu@itn.liu.se) 2004, 2005\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/glslnoise.c ) [unpack/Mesa-6.5.2/progs/demos/gltestperf.c]=( typeset -a comments=( $'\n * This program is under the GNU GPL.\n * Use at your own risk.\n *\n * written by David Bucciarelli (tech.hmw@plus.it)\n * Humanware s.r.l.\n ' '*************************************************************************' '*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/gltestperf.c ) [unpack/Mesa-6.5.2/progs/demos/glutfx.c]=( typeset -a comments=( $'\n * Example of how one might use GLUT with the 3Dfx driver in full-screen mode.\n * Note: this only works with X since we\'re using Mesa\'s GLX "hack" for\n * using Glide.\n *\n * Goals:\n * easy setup and input event handling with GLUT\n * use 3Dfx hardware\n * automatically set MESA environment variables\n * don\'t lose mouse input focus\n *\n * Brian Paul This file is in the public domain.\n ' $'\n * The 3Dfx driver is limited to 640 x 480 but the X window may be larger.\n * Enforce that here.\n ' ' Tell Mesa GLX to use 3Dfx driver in fullscreen mode. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/glutfx.c ) [unpack/Mesa-6.5.2/progs/demos/ipers.c]=( typeset -a comments=( $'\n * This program is under the GNU GPL.\n * Use at your own risk.\n *\n * written by David Bucciarelli (tech.hmw@plus.it)\n * Humanware s.r.l.\n ' ' Brick ' ' Sky ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/ipers.c ) [unpack/Mesa-6.5.2/progs/demos/isosurf.c]=( typeset -a comments=( $'\n * Display an isosurface of 3-D wind speed volume.\n *\n * Command line options:\n * -info print GL implementation information\n *\n * Brian Paul This file in public domain.\n ' $' Keys:\n * =====\n *\n * - Arrow keys to rotate\n * - \'s\' toggles smooth shading\n * - \'l\' toggles lighting\n * - \'f\' toggles fog\n * - \'I\' and \'i\' zoom in and out\n * - \'c\' toggles a user clip plane\n * - \'m\' toggles colorful materials in GL_TRIANGLES modes.\n * - \'+\' and \'-\' move the user clip plane\n *\n * Other options are available via the popup menu.\n ' $' \n\t ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/isosurf.c ) [unpack/Mesa-6.5.2/progs/demos/lodbias.c]=( typeset -a comments=( $'\n * GL_EXT_texture_lod_bias demo\n *\n * Thanks to Michael Vance for implementing this extension in Mesa.\n *\n * Brian Paul\n * 20 March 2000\n *\n * Copyright (C) 2000 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' ints avoid fp precision problem ' ' test auto mipmap generation ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/lodbias.c ) [unpack/Mesa-6.5.2/progs/demos/morph3d.c]=( typeset -a comments=( $'-\n * morph3d.c - Shows 3D morphing objects\n *\n * Converted to GLUT by brianp on 1/1/98\n *\n * This program was inspired on a WindowsNT(R)\'s screen saver. It was written \n * from scratch and it was not based on any other source code. \n * \n * Porting it to xlock (the final objective of this code since the moment I\n * decided to create it) was possible by comparing the original Mesa\'s gear\n * demo with it\'s ported version, so thanks for Danny Sung for his indirect\n * help (look at gear.c in xlock source tree). NOTE: At the moment this code\n * was sent to Brian Paul for package inclusion, the XLock Version was not\n * available. In fact, I\'ll wait it to appear on the next Mesa release (If you\n * are reading this, it means THIS release) to send it for xlock package \n * inclusion). It will probably there be a GLUT version too.\n *\n * Thanks goes also to Brian Paul for making it possible and inexpensive\n * to use OpenGL at home.\n *\n * Since I\'m not a native english speaker, my apologies for any gramatical\n * mistake.\n *\n * My e-mail addresses are\n *\n * vianna@cat.cbpf.br \n * and\n * marcelo@venus.rdc.puc-rio.br\n *\n * Marcelo F. Vianna (Feb-13-1997)\n ' $'\nThis document is VERY incomplete, but tries to describe the mathematics used\nin the program. At this moment it just describes how the polyhedra are \ngenerated. On futhurer versions, this document will be probabbly improved.\n\nSince I\'m not a native english speaker, my apologies for any gramatical\nmistake.\n\nMarcelo Fernandes Vianna \n- Undergraduate in Computer Engeneering at Catholic Pontifical University\n- of Rio de Janeiro (PUC-Rio) Brasil.\n- e-mail: vianna@cat.cbpf.br or marcelo@venus.rdc.puc-rio.br\n- Feb-13-1997\n\nPOLYHEDRA GENERATION\n\nFor the purpose of this program it\'s not sufficient to know the polyhedra\nvertexes coordinates. Since the morphing algorithm applies a nonlinear \ntransformation over the surfaces (faces) of the polyhedron, each face has\nto be divided into smaller ones. The morphing algorithm needs to transform \neach vertex of these smaller faces individually. It\'s a very time consoming\ntask.\n\nIn order to reduce calculation overload, and since all the macro faces of\nthe polyhedron are transformed by the same way, the generation is made by \ncreating only one face of the polyhedron, morphing it and then rotating it\naround the polyhedron center. \n\nWhat we need to know is the face radius of the polyhedron (the radius of \nthe inscribed sphere) and the angle between the center of two adjacent \nfaces using the center of the sphere as the angle\'s vertex.\n\nThe face radius of the regular polyhedra are known values which I decided\nto not waste my time calculating. Following is a table of face radius for\nthe regular polyhedra with edge length = 1:\n\n TETRAHEDRON : 1/(2*sqrt(2))/sqrt(3)\n CUBE\t : 1/2\n OCTAHEDRON : 1/sqrt(6)\n DODECAHEDRON : T^2 * sqrt((T+2)/5) / 2 -> where T=(sqrt(5)+1)/2\n ICOSAHEDRON : (3*sqrt(3)+sqrt(15))/12\n\nI\'ve not found any reference about the mentioned angles, so I needed to\ncalculate them, not a trivial task until I figured out how :)\nCuriously these angles are the same for the tetrahedron and octahedron.\nA way to obtain this value is inscribing the tetrahedron inside the cube\nby matching their vertexes. So you\'ll notice that the remaining unmatched\nvertexes are in the same straight line starting in the cube/tetrahedron\ncenter and crossing the center of each tetrahedron\'s face. At this point\nit\'s easy to obtain the bigger angle of the isosceles triangle formed by\nthe center of the cube and two opposite vertexes on the same cube face.\nThe edges of this triangle have the following lenghts: sqrt(2) for the base\nand sqrt(3)/2 for the other two other edges. So the angle we want is:\n +-----------------------------------------------------------+\n | 2*ARCSIN(sqrt(2)/sqrt(3)) = 109.47122063449069174 degrees |\n +-----------------------------------------------------------+\nFor the cube this angle is obvious, but just for formality it can be\neasily obtained because we also know it\'s isosceles edge lenghts:\nsqrt(2)/2 for the base and 1/2 for the other two edges. So the angle we \nwant is:\n +-----------------------------------------------------------+\n | 2*ARCSIN((sqrt(2)/2)/1) = 90.000000000000000000 degrees |\n +-----------------------------------------------------------+\nFor the octahedron we use the same idea used for the tetrahedron, but now\nwe inscribe the cube inside the octahedron so that all cubes\'s vertexes\nmatches excatly the center of each octahedron\'s face. It\'s now clear that\nthis angle is the same of the thetrahedron one:\n +-----------------------------------------------------------+\n | 2*ARCSIN(sqrt(2)/sqrt(3)) = 109.47122063449069174 degrees |\n +-----------------------------------------------------------+\nFor the dodecahedron it\'s a little bit harder because it\'s only relationship\nwith the cube is useless to us. So we need to solve the problem by another\nway. The concept of Face radius also exists on 2D polygons with the name\nEdge radius:\n Edge Radius For Pentagon (ERp)\n ERp = (1/2)/TAN(36 degrees) * VRp = 0.6881909602355867905\n (VRp is the pentagon\'s vertex radio).\n Face Radius For Dodecahedron\n FRd = T^2 * sqrt((T+2)/5) / 2 = 1.1135163644116068404\nWhy we need ERp? Well, ERp and FRd segments forms a 90 degrees angle, \ncompleting this triangle, the lesser angle is a half of the angle we are \nlooking for, so this angle is:\n +-----------------------------------------------------------+\n | 2*ARCTAN(ERp/FRd)\t = 63.434948822922009981 degrees |\n +-----------------------------------------------------------+\nFor the icosahedron we can use the same method used for dodecahedron (well\nthe method used for dodecahedron may be used for all regular polyhedra)\n Edge Radius For Triangle (this one is well known: 1/3 of the triangle height)\n ERt = sin(60)/3 = sqrt(3)/6 = 0.2886751345948128655\n Face Radius For Icosahedron\n FRi= (3*sqrt(3)+sqrt(15))/12 = 0.7557613140761707538\nSo the angle is:\n +-----------------------------------------------------------+\n | 2*ARCTAN(ERt/FRi)\t = 41.810314895778596167 degrees |\n +-----------------------------------------------------------+\n\n' ' Increasing this values produces better image quality, the price is speed. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/morph3d.c ) [unpack/Mesa-6.5.2/progs/demos/multiarb.c]=( typeset -a comments=( $'\n * GL_ARB_multitexture demo\n *\n * Command line options:\n * -info print GL implementation information\n *\n *\n * Brian Paul November 1998 This program is in the public domain.\n * Modified on 12 Feb 2002 for > 2 texture units.\n ' ' add onto this ' ' modulate this ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/multiarb.c ) [unpack/Mesa-6.5.2/progs/demos/paltex.c]=( typeset -a comments=( $'\n * Paletted texture demo. Written by Brian Paul.\n * This program is in the public domain.\n ' ' in seconds ' ' 1 rotation per 4 seconds ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/paltex.c ) [unpack/Mesa-6.5.2/progs/demos/particles.h]=( typeset -a comments=( $'\n * This program is under the GNU GPL.\n * Use at your own risk.\n *\n * written by David Bucciarelli (humanware@plus.it)\n * Humanware s.r.l.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/particles.h ) [unpack/Mesa-6.5.2/progs/demos/pointblast.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1997. ' $' This program is freely distributable without licensing fees \n and is provided without guarantee or warrantee expressed or \n implied. This program is -not- in the public domain. ' $' This example demonstrates how to render particle effects\n with OpenGL. A cloud of pinkish/orange particles explodes with the\n particles bouncing off the ground. When the EXT_point_parameters\n is present , the particle size is attenuated based on eye distance. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/pointblast.c ) [unpack/Mesa-6.5.2/progs/demos/ray.c]=( typeset -a comments=( $'\n * This program is under the GNU GPL.\n * Use at your own risk.\n *\n * written by David Bucciarelli (tech.hmw@plus.it)\n * Humanware s.r.l.\n ' $'\n if(!SetPriorityClass(GetCurrentProcess(),REALTIME_PRIORITY_CLASS)) {\n fprintf(stderr,"Error setting the process class.\\n");\n return 0;\n }\n\n if(!SetThreadPriority(GetCurrentThread(),THREAD_PRIORITY_TIME_CRITICAL)) {\n fprintf(stderr,"Error setting the process priority.\\n");\n return 0;\n }\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/ray.c ) [unpack/Mesa-6.5.2/progs/demos/readpix.c]=( typeset -a comments=( $'\n * glReadPixels and glCopyPixels test\n * \n * Brian Paul March 1, 2000 This file is in the public domain.\n ' ' simple drawpixels ' ' read/draw pixels ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/readpix.c ) [unpack/Mesa-6.5.2/progs/demos/readtex.c]=( typeset -a comments=( ' readtex.c ' $'\n * Read an SGI .rgb image file and generate a mipmap texture set.\n * Much of this code was borrowed from SGI\'s tk OpenGL toolkit.\n ' $'\n** RGB Image Structure\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/readtex.c ) [unpack/Mesa-6.5.2/progs/demos/readtex.h]=( typeset -a comments=( ' readtex.h ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/readtex.h ) [unpack/Mesa-6.5.2/progs/demos/reflect.c]=( typeset -a comments=( $'\n * Demo of a reflective, texture-mapped surface with OpenGL.\n * Brian Paul August 14, 1995 This file is in the public domain.\n *\n * Hardware texture mapping is highly recommended!\n *\n * The basic steps are:\n * 1. Render the reflective object (a polygon) from the normal viewpoint,\n * setting the stencil planes = 1.\n * 2. Render the scene from a special viewpoint: the viewpoint which\n * is on the opposite side of the reflective plane. Only draw where\n * stencil = 1. This draws the objects in the reflective surface.\n * 3. Render the scene from the original viewpoint. This draws the\n * objects in the normal fashion. Use blending when drawing\n * the reflective, textured surface.\n *\n * This is a very crude demo. It could be much better.\n ' $'\n * Authors:\n * Brian Paul\n * Dirk Reiners (reiners@igd.fhg.de) made some modifications to this code.\n * Mark Kilgard (April 1997)\n * Brian Paul (April 2000 - added keyboard d/s options)\n * Brian Paul (August 2005 - added multi window feature)\n ' ' returned by glutCreateWindow() ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/reflect.c ) [unpack/Mesa-6.5.2/progs/demos/renormal.c]=( typeset -a comments=( $'\n * Test GL_EXT_rescale_normal extension\n * Brian Paul January 1998 This program is in the public domain.\n ' ' setup lighting, etc ' ' Escape ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/renormal.c ) [unpack/Mesa-6.5.2/progs/demos/shadowtex.c]=( typeset -a comments=( $'\n * Shadow demo using the GL_ARB_depth_texture, GL_ARB_shadow and\n * GL_ARB_shadow_ambient extensions.\n *\n * Brian Paul\n * 19 Feb 2001\n *\n * Added GL_EXT_shadow_funcs support on 23 March 2002\n * Added GL_EXT_packed_depth_stencil support on 15 March 2006.\n * Added GL_EXT_framebuffer_object support on 27 March 2006.\n * Removed old SGIX extension support on 5 April 2006.\n *\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' ' sphere ' ' dodecahedron ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/shadowtex.c ) [unpack/Mesa-6.5.2/progs/demos/showbuffer.c]=( typeset -a comments=( ' showbuffer.c ' $'\n * Copy the depth buffer to the color buffer as a grayscale image.\n * Useful for inspecting the depth buffer values.\n *\n * This program is in the public domain.\n *\n * Brian Paul November 4, 1998\n ' $'\n * Copy the depth buffer values into the current color buffer as a\n * grayscale image.\n * Input: winWidth, winHeight - size of the window\n * zBlack - the Z value which should map to black (usually 1)\n * zWhite - the Z value which should map to white (usually 0)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/showbuffer.c ) [unpack/Mesa-6.5.2/progs/demos/showbuffer.h]=( typeset -a comments=( ' showbuffer. h' $'\n * Copy the depth buffer to the color buffer as a grayscale image.\n * Useful for inspecting the depth buffer values.\n *\n * This program is in the public domain.\n *\n * Brian Paul November 4, 1998\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/showbuffer.h ) [unpack/Mesa-6.5.2/progs/demos/singlebuffer.c]=( typeset -a comments=( $'\n * Demo of (nearly) flicker-free drawing with a single color buffer.\n *\n * Basically, draw the scene into the Z buffer first, then draw the\n * scene into the color buffer. Finally, "clear" the background by\n * setting the fragments we didn\'t hit earlier.\n *\n * This won\'t work if you need blending. The technique works best\n * when the scene is relatively simple and can be rendered quickly\n * (i.e. with hardware), and when the objects don\'t move too much from\n * one frame to the next.\n *\n * Brian Paul\n * 25 August 2005\n *\n * See Mesa license for terms.\n ' ' Return random float in [0,1] ' $' don\'t clear color buffer ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/singlebuffer.c ) [unpack/Mesa-6.5.2/progs/demos/spectex.c]=( typeset -a comments=( $'\n * GLUT demonstration of texturing with specular highlights.\n *\n * When drawing a lit, textured surface one usually wants the specular\n * highlight to override the texture colors. However, OpenGL applies\n * texturing after lighting so the specular highlight is modulated by\n * the texture.\n *\n * The solution here shown here is a two-pass algorithm:\n * 1. Draw the textured surface without specular lighting.\n * 2. Enable blending to add the next pass:\n * 3. Redraw the surface with a matte white material and only the\n * specular components of light sources enabled.\n *\n * Brian Paul February 1997\n ' 'static GLfloat Blue[4] = {0.0, 0.0, 1.0, 1.0};' 'static GLfloat Gray[4] = {0.5, 0.5, 0.5, 1.0};' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/spectex.c ) [unpack/Mesa-6.5.2/progs/demos/spriteblast.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1997. ' $' This program is freely distributable without licensing fees \n and is provided without guarantee or warrantee expressed or \n implied. This program is -not- in the public domain. ' $' This example demonstrates how to render particle effects\n with OpenGL. A cloud of pinkish/orange particles explodes with the\n particles bouncing off the ground. When the EXT_point_parameters\n is present , the particle size is attenuated based on eye distance. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/spriteblast.c ) [unpack/Mesa-6.5.2/progs/demos/stex3d.c]=( typeset -a comments=( $'----------------------------- \n * stex3d.c GL example of the mesa 3d-texture extention to simulate procedural\n * texturing, it uses a perlin noise and turbulence functions.\n * \n * Author: Daniel Barrero\n * barrero@irit.fr\n * dbarrero@pegasus.uniandes.edu.co\n *\n * Converted to GLUT by brianp on 1/1/98\n * Massive clean-up on 2002/10/23 by brianp\n *\n * \n * cc stex3d.c -o stex3d -lglut -lMesaGLU -lMesaGL -lX11 -lXext -lm \n *\n *---------------------------- ' $'--------------------------------------------------------------------\n noise function over R3 - implemented by a pseudorandom tricubic spline \n EXCERPTED FROM SIGGRAPH 92, COURSE 23\n PROCEDURAL MODELING\n Ken Perlin\n New York University\n----------------------------------------------------------------------' ' interpolate in y at lo x ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/stex3d.c ) [unpack/Mesa-6.5.2/progs/demos/streaming_rect.c]=( typeset -a comments=( $'\n * GL_ARB_multitexture demo\n *\n * Command line options:\n * -info print GL implementation information\n *\n *\n * Brian Paul November 1998 This program is in the public domain.\n * Modified on 12 Feb 2002 for > 2 texture units.\n ' $' XXX: This is extremely important - semantically makes the buffer\n * contents undefined, but in practice means that the driver can\n * release the old copy of the texture and allocate a new one\n * without waiting for outstanding rendering to complete.\n ' $' BGRA is required for most hardware paths:\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/streaming_rect.c ) [unpack/Mesa-6.5.2/progs/demos/teapot.c]=( typeset -a comments=( $'\n * This program is under the GNU GPL.\n * Use at your own risk.\n *\n * written by David Bucciarelli (tech.hmw@plus.it)\n * Humanware s.r.l.\n ' '******************* begin shadow code *******************' ' Taken from the projshadow.c - by Tom McReynolds, SGI ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/teapot.c ) [unpack/Mesa-6.5.2/progs/demos/terrain.c]=( typeset -a comments=( $'\n * This program is under the GNU GPL.\n * Use at your own risk.\n *\n * written by David Bucciarelli (tech.hmw@plus.it)\n * Humanware s.r.l.\n *\n * based on a Mikael SkiZoWalker\'s (MoDEL) / France (Skizo@Hol.Fr) demo\n ' ' I hope that the optimizer will be able to improve this code ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/terrain.c ) [unpack/Mesa-6.5.2/progs/demos/tessdemo.c]=( typeset -a comments=( $'\n * A demo of the GLU polygon tesselation functions written by Bogdan Sikorski.\n * Updated for GLU 1.3 tessellation by Gareth Hughes \n ' ' Allow multiple triangles to be output inside the begin/end pair. ' ' Persist the edge flag across triangles. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/tessdemo.c ) [unpack/Mesa-6.5.2/progs/demos/texcyl.c]=( typeset -a comments=( $'\n * Textured cylinder demo: lighting, texturing, reflection mapping.\n *\n * Command line options:\n * -info print GL implementation information\n *\n *\n * Brian Paul May 1997 This program is in the public domain.\n ' ' performance info ' ' disable everything ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/texcyl.c ) [unpack/Mesa-6.5.2/progs/demos/texdown.c]=( typeset -a comments=( $'\n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * texdown\n *\n * Measure texture download speed.\n * Use keyboard to change texture size, format, datatype, scale/bias,\n * subimageload, etc.\n *\n * Brian Paul 28 January 2000\n ' ' texels/sec ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/texdown.c ) [unpack/Mesa-6.5.2/progs/demos/texenv.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'*\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * Demonstrates texture environment modes and internal image formats.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/texenv.c ) [unpack/Mesa-6.5.2/progs/demos/texobj.c]=( typeset -a comments=( $'\n * Example of using the 1.1 texture object functions.\n * Also, this demo utilizes Mesa\'s fast texture map path.\n *\n * Brian Paul June 1996 This file is in the public domain.\n ' ' draw first polygon ' ' draw second polygon ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/texobj.c ) [unpack/Mesa-6.5.2/progs/demos/trackball.c]=( typeset -a comments=( $'\n * (c) Copyright 1993, 1994, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * Trackball code:\n *\n * Implementation of a virtual trackball.\n * Implemented by Gavin Bell, lots of ideas from Thant Tessman and\n * the August \'88 issue of Siggraph\'s "Computer Graphics," pp. 121-129.\n *\n * Vector manip code:\n *\n * Original code from:\n * David M. Ciemiewicz, Mark Grossman, Henry Moreton, and Paul Haeberli\n *\n * Much mucking with by:\n * Gavin Bell\n ' ' disable bogus conversion warnings ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/trackball.c ) [unpack/Mesa-6.5.2/progs/demos/trackball.h]=( typeset -a comments=( $'\n * (c) Copyright 1993, 1994, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * trackball.h\n * A virtual trackball implementation\n * Written by Gavin Bell for Silicon Graphics, November 1988.\n ' $'\n * Pass the x and y coordinates of the last and current positions of\n * the mouse, scaled so they are from (-1.0 ... 1.0).\n *\n * The resulting rotation is returned as a quaternion rotation in the\n * first paramater.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/trackball.h ) [unpack/Mesa-6.5.2/progs/demos/trispd.c]=( typeset -a comments=( $'\n * Simple GLUT program to measure triangle strip rendering speed.\n * Brian Paul February 15, 1997 This file is in the public domain.\n ' ' 2 seconds ' ' Next time draw more triangles to get longer elapsed time ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/trispd.c ) [unpack/Mesa-6.5.2/progs/demos/tunnel.c]=( typeset -a comments=( $'\n * This program is under the GNU GPL.\n * Use at your own risk.\n *\n * written by David Bucciarelli (tech.hmw@plus.it)\n * Humanware s.r.l.\n ' $'\nextern int striplength_skin_13[];\nextern float stripdata_skin_13[];\n\nextern int striplength_skin_12[];\nextern float stripdata_skin_12[];\n\nextern int striplength_skin_11[];\nextern float stripdata_skin_11[];\n\nextern int striplength_skin_9[];\nextern float stripdata_skin_9[];\n' 'glBlendFunc(GL_SRC_ALPHA_SATURATE,GL_ONE); ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/tunnel.c ) [unpack/Mesa-6.5.2/progs/demos/tunnel2.c]=( typeset -a comments=( $'\n * This program is under the GNU GPL.\n * Use at your own risk.\n *\n * You need TWO Voodoo Graphics boards in order to run\n * this demo !\n *\n * written by David Bucciarelli (tech.hmw@plus.it)\n * Humanware s.r.l.\n ' $'\n glBlendFunc(GL_SRC_ALPHA_SATURATE, GL_ONE);\n glEnable(GL_POLYGON_SMOOTH);\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/tunnel2.c ) [unpack/Mesa-6.5.2/progs/demos/tunneldat.h]=( typeset -a comments=( ' Object: skin_13 ' $' \'initializing\' : truncation from \'const double\' to \'float\' ' ' Object: skin_12 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/tunneldat.h ) [unpack/Mesa-6.5.2/progs/demos/vao_demo.c]=( typeset -a comments=( $'\n * (C) Copyright IBM Corporation 2006\n * All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * on the rights to use, copy, modify, merge, publish, distribute, sub\n * license, and/or sell copies of the Software, and to permit persons to whom\n * the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice (including the next\n * paragraph) shall be included in all copies or substantial portions of the\n * Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL\n * IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ' 70 degrees per second ' ' prevents eventual overflow ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/vao_demo.c ) [unpack/Mesa-6.5.2/progs/demos/winpos.c]=( typeset -a comments=( $'\n * Example of how to use the GL_MESA_window_pos extension.\n * Brian Paul This file is in the public domain.\n ' $' Don\'t need to worry about the modelview or projection matrices!!! ' ' new window size or exposure ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/demos/winpos.c ) [unpack/Mesa-6.5.2/progs/ggi/asc-view.c]=( typeset -a comments=( $'\n test program for the ggi-mesa driver\n\n Copyright (C) 1997,1998 Uwe Maurer - uwe_maurer@t-online.de\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/ggi/asc-view.c ) [unpack/Mesa-6.5.2/progs/ggi/gears.c]=( typeset -a comments=( ' $Id: gears.c,v 1.3 1999/08/22 08:56:50 jtaylor Exp $ ' $'\n * 3-D gear wheels. This program is in the public domain.\n *\n * Brian Paul\n ' ' Conversion to GLUT by Mark J. Kilgard ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/ggi/gears.c ) [unpack/Mesa-6.5.2/progs/ggi/gears2.c]=( typeset -a comments=( ' gears.c ' $'\n * 3-D gear wheels. This program is in the public domain.\n *\n * Brian Paul\n * modified by Uwe Maurer (uwe_maurer@t-online.de)\n ' $'\n * Draw a gear wheel. You\'ll probably want to call this function when\n * building a display list since we do a lot of trig here.\n *\n * Input: inner_radius - radius of hole at center\n * outer_radius - radius at center of teeth\n * width - width of gear\n * teeth - number of teeth\n * tooth_depth - depth of tooth\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/ggi/gears2.c ) [unpack/Mesa-6.5.2/progs/osdemos/osdemo.c]=( typeset -a comments=( $'\n * Demo of off-screen Mesa rendering\n *\n * See Mesa/include/GL/osmesa.h for documentation of the OSMesa functions.\n *\n * If you want to render BIG images you\'ll probably have to increase\n * MAX_WIDTH and MAX_Height in src/config.h.\n *\n * This program is in the public domain.\n *\n * Brian Paul\n *\n * PPM output provided by Joerg Schmalzl.\n * ASCII PPM output added by Brian Paul.\n *\n * Usage: osdemo [filename]\n ' ' from GLUT... ' $' This is very important!!!\n * Make sure buffered commands are finished!!!\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/osdemos/osdemo.c ) [unpack/Mesa-6.5.2/progs/osdemos/osdemo16.c]=( typeset -a comments=( $'\n * Demo of off-screen Mesa rendering with 16-bit color channels.\n * This requires the libOSMesa16.so library.\n *\n * Compile with something like this:\n *\n * gcc osdemo16.c -I../../include -L../../lib -lglut -lGLU -lOSMesa16 -lm -o osdemo16\n ' ' red square ' ' green square ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/osdemos/osdemo16.c ) [unpack/Mesa-6.5.2/progs/osdemos/osdemo32.c]=( typeset -a comments=( $'\n * Demo of off-screen Mesa rendering with 32-bit float color channels.\n * This requires the libOSMesa32.so library.\n *\n * Compile with something like this:\n *\n * gcc osdemo32.c -I../../include -L../../lib -lglut -lGLU -lOSMesa32 -lm -o osdemo32\n ' ' red square ' ' green square ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/osdemos/osdemo32.c ) [unpack/Mesa-6.5.2/progs/osdemos/ostest1.c]=( typeset -a comments=( $'\n * Test OSMesa interface at 8, 16 and 32 bits/channel.\n *\n * Usage: osdemo [options]\n *\n * Options:\n * -f generate image files\n * -g render gradient and print color values\n ' ' from GLUT... ' ' +X face ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/osdemos/ostest1.c ) [unpack/Mesa-6.5.2/progs/osdemos/readtex.c]=( typeset -a comments=( ' readtex.c ' $'\n * Read an SGI .rgb image file and generate a mipmap texture set.\n * Much of this code was borrowed from SGI\'s tk OpenGL toolkit.\n ' $'\n** RGB Image Structure\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/osdemos/readtex.c ) [unpack/Mesa-6.5.2/progs/redbook/aaindex.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * aaindex.c\n * This program draws shows how to draw anti-aliased lines in color\n * index mode. It draws two diagonal lines to form an X; when \'r\' \n * is typed in the window, the lines are rotated in opposite \n * directions.\n ' $' Initialize antialiasing for color index mode,\n * including loading a green color ramp starting\n * at RAMP1START, and a blue color ramp starting\n * at RAMP2START. The ramps must be a multiple of 16.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/aaindex.c ) [unpack/Mesa-6.5.2/progs/redbook/aapoly.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * aapoly.c\n * This program draws filled polygons with antialiased\n * edges. The special GL_SRC_ALPHA_SATURATE blending \n * function is used.\n * Pressing the \'t\' key turns the antialiasing on and off.\n ' ' indices of front, top, left, bottom, right, back faces ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/aapoly.c ) [unpack/Mesa-6.5.2/progs/redbook/aargb.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * aargb.c\n * This program draws shows how to draw anti-aliased lines. It draws\n * two diagonal lines to form an X; when \'r\' is typed in the window, \n * the lines are rotated in opposite directions.\n ' $' Initialize antialiasing for RGBA mode, including alpha\n * blending, hint, and line width. Print out implementation\n * specific info on line width granularity and width.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/aargb.c ) [unpack/Mesa-6.5.2/progs/redbook/accanti.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $' accanti.c\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/accanti.c ) [unpack/Mesa-6.5.2/progs/redbook/accpersp.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $' accpersp.c\n * Use the accumulation buffer to do full-scene antialiasing\n * on a scene with perspective projection, using the special\n * routines accFrustum() and accPerspective().\n ' $' accFrustum()\n * The first 6 arguments are identical to the glFrustum() call.\n * \n * pixdx and pixdy are anti-alias jitter in pixels. \n * Set both equal to 0.0 for no anti-alias jitter.\n * eyedx and eyedy are depth-of field jitter in pixels. \n * Set both equal to 0.0 for no depth of field effects.\n *\n * focus is distance from eye to plane in focus. \n * focus must be greater than, but not equal to 0.0.\n *\n * Note that accFrustum() calls glTranslatef(). You will \n * probably want to insure that your ModelView matrix has been \n * initialized to identity before calling accFrustum().\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/accpersp.c ) [unpack/Mesa-6.5.2/progs/redbook/alpha.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * alpha.c\n * This program draws several overlapping filled polygons\n * to demonstrate the effect order has on alpha blending results.\n * Use the \'t\' key to toggle the order of drawing polygons.\n ' $' Initialize alpha blending function.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/alpha.c ) [unpack/Mesa-6.5.2/progs/redbook/alpha3D.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * alpha3D.c\n * This program demonstrates how to intermix opaque and\n * alpha blended polygons in the same scene, by using \n * glDepthMask. Press the \'a\' key to animate moving the \n * transparent object through the opaque object. Press \n * the \'r\' key to reset the scene.\n ' ' ARGSUSED1 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/alpha3D.c ) [unpack/Mesa-6.5.2/progs/redbook/anti.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * anti.c\n * This program draws antialiased lines in RGBA mode.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/anti.c ) [unpack/Mesa-6.5.2/progs/redbook/bezcurve.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $' bezcurve.c\t\t\t\n * This program uses evaluators to draw a Bezier curve.\n ' ' The following code displays the control points as dots. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/bezcurve.c ) [unpack/Mesa-6.5.2/progs/redbook/bezmesh.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'*\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $' bezsurf.c\n * This program renders a lighted, filled Bezier surface,\n * using two-dimensional evaluators.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/bezmesh.c ) [unpack/Mesa-6.5.2/progs/redbook/checker.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $' checker.c\n * This program texture maps a checkerboard image onto\n * two rectangles. This program clamps the texture, if\n * the texture coordinates fall outside 0.0 and 1.0.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/checker.c ) [unpack/Mesa-6.5.2/progs/redbook/clip.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * clip.c\n * This program demonstrates arbitrary clipping planes.\n ' ' clip lower half -- y < 0 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/clip.c ) [unpack/Mesa-6.5.2/progs/redbook/colormat.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * colormat.c\n * After initialization, the program will be in\n * ColorMaterial mode. Interaction: pressing the \n * mouse buttons will change the diffuse reflection values.\n ' $' Initialize material property, light source, lighting model,\n * and depth buffer.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/colormat.c ) [unpack/Mesa-6.5.2/progs/redbook/cube.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * cube.c\n * This program demonstrates a single modeling transformation,\n * glScalef() and a single viewing transformation, gluLookAt().\n * A wireframe cube is rendered.\n ' ' clear the matrix ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/cube.c ) [unpack/Mesa-6.5.2/progs/redbook/depthcue.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * depthcue.c\n * This program draws a wireframe model, which uses\n * intensity (brightness) to give clues to distance.\n * Fog is used to achieve this effect.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/depthcue.c ) [unpack/Mesa-6.5.2/progs/redbook/dof.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * dof.c\n * This program demonstrates use of the accumulation buffer to\n * create an out-of-focus depth-of-field effect. The teapots\n * are drawn several times into the accumulation buffer. The\n * viewing volume is jittered, except at the focal point, where\n * the viewing volume is at the same position, each time. In\n * this case, the gold teapot remains in focus.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/dof.c ) [unpack/Mesa-6.5.2/progs/redbook/double.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * double.c\n * This is a simple double buffered program.\n * Pressing the left mouse button rotates the rectangle.\n * Pressing the middle mouse button stops the rotation.\n ' ' ARGSUSED2 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/double.c ) [unpack/Mesa-6.5.2/progs/redbook/drawf.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * drawf.c\n * Draws the bitmapped letter F on the screen (several times).\n * This demonstrates use of the glBitmap() call.\n ' ' ARGSUSED1 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/drawf.c ) [unpack/Mesa-6.5.2/progs/redbook/feedback.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * feedback.c\n * This program demonstrates use of OpenGL feedback. First,\n * a lighting environment is set up and a few lines are drawn.\n * Then feedback mode is entered, and the same lines are \n * drawn. The results in the feedback buffer are printed.\n ' $' Initialize lighting.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/feedback.c ) [unpack/Mesa-6.5.2/progs/redbook/fog.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'*\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * fog.c\n * This program draws 5 red teapots, each at a different\n * z distance from the eye, in different types of fog.\n * Pressing the left mouse button chooses between 3 types of\n * fog: exponential, exponential squared, and linear.\n * In this program, there is a fixed density value, as well\n * as fixed start and end values for the linear fog.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/fog.c ) [unpack/Mesa-6.5.2/progs/redbook/fogindex.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * fogindex.c\n * This program demonstrates fog in color index mode.\n * Three cones are drawn at different z values in a linear\n * fog. 32 contiguous colors (from 16 to 47) are loaded\n * with a color ramp.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/fogindex.c ) [unpack/Mesa-6.5.2/progs/redbook/font.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * font.c\n *\n * Draws some text in a bitmapped font. Uses glBitmap() \n * and other pixel routines. Also demonstrates use of \n * display lists.\n ' $' Everything above this line could be in a library \n * that defines a font. To make it work, you\'ve got \n * to call makeRasterFont() before you start making \n * calls to printString().\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/font.c ) [unpack/Mesa-6.5.2/progs/redbook/hello.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * hello.c\n * This is a simple, introductory OpenGL program.\n ' ' clear all pixels ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/hello.c ) [unpack/Mesa-6.5.2/progs/redbook/image.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $' image.c\n * This program demonstrates drawing pixels and shows the effect\n * of glDrawPixels(), glCopyPixels(), and glPixelZoom().\n * Interaction: moving the mouse while pressing the mouse button\n * will copy the image in the lower-left corner of the window\n * to the mouse position, using the current pixel zoom factors.\n * There is no attempt to prevent you from drawing over the original\n * image. If you press the \'r\' key, the original image and zoom\n * factors are reset. If you press the \'z\' or \'Z\' keys, you change\n * the zoom factors.\n ' $'\tCreate checkerboard image\t' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/image.c ) [unpack/Mesa-6.5.2/progs/redbook/jitter.h]=( typeset -a comments=( $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\njitter.h\n\nThis file contains jitter point arrays for 2,3,4,8,15,24 and 66 jitters.\n\nThe arrays are named j2, j3, etc. Each element in the array has the form,\nfor example, j8[0].x and j8[0].y\n\nValues are floating point in the range -.5 < x < .5, -.5 < y < .5, and\nhave a gaussian distribution around the origin.\n\nUse these to do model jittering for scene anti-aliasing and view volume\njittering for depth of field effects. Use in conjunction with the \naccwindow() routine.\n' ' 2 jitter points ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/jitter.h ) [unpack/Mesa-6.5.2/progs/redbook/light.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * light.c\n * This program demonstrates the use of the OpenGL lighting\n * model. A sphere is drawn using a grey material characteristic.\n * A single light source illuminates the object.\n ' $' Initialize material property, light source, lighting model,\n * and depth buffer.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/light.c ) [unpack/Mesa-6.5.2/progs/redbook/lines.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * lines.c\n * This program demonstrates geometric primitives and\n * their attributes.\n ' ' select white for all lines ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/lines.c ) [unpack/Mesa-6.5.2/progs/redbook/list.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * list.c\n * This program demonstrates how to make and execute a \n * display list. Note that attributes, such as current \n * color and matrix, are changed.\n ' ' current color red ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/list.c ) [unpack/Mesa-6.5.2/progs/redbook/material.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * material.c\n * This program demonstrates the use of the GL lighting model.\n * Several objects are drawn using different material characteristics.\n * A single light source illuminates the objects.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/material.c ) [unpack/Mesa-6.5.2/progs/redbook/mipmap.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $' mipmap.c\n * This program demonstrates using mipmaps for texture maps.\n * To overtly show the effect of mipmaps, each mipmap reduction\n * level has a solidly colored, contrasting texture image.\n * Thus, the quadrilateral which is drawn is drawn with several\n * different colors.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/mipmap.c ) [unpack/Mesa-6.5.2/progs/redbook/model.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * model.c\n * This program demonstrates modeling transformations\n ' ' ARGSUSED1 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/model.c ) [unpack/Mesa-6.5.2/progs/redbook/movelight.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * movelight.c\n * This program demonstrates when to issue lighting and\n * transformation commands to render a model with a light\n * which is moved by a modeling transformation (rotate or\n * translate). The light position is reset after the modeling\n * transformation is called. The eye position does not change.\n *\n * A sphere is drawn using a grey material characteristic.\n * A single light source illuminates the object.\n *\n * Interaction: pressing the left mouse button alters\n * the modeling transformation (x rotation) by 30 degrees.\n * The scene is then redrawn with the light in a new position.\n ' $' Initialize material property, light source, lighting model,\n * and depth buffer.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/movelight.c ) [unpack/Mesa-6.5.2/progs/redbook/nurbs.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * nurbs.c\n * This program shows a NURBS (Non-uniform rational B-splines)\n * surface, shaped like a heart.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/nurbs.c ) [unpack/Mesa-6.5.2/progs/redbook/pickdepth.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * pickdepth.c\n * Picking is demonstrated in this program. In\n * rendering mode, three overlapping rectangles are\n * drawn. When the left mouse button is pressed,\n * selection mode is entered with the picking matrix.\n * Rectangles which are drawn under the cursor position\n * are "picked." Pay special attention to the depth\n * value range, which is returned.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/pickdepth.c ) [unpack/Mesa-6.5.2/progs/redbook/picksquare.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * picksquare.c\n * Use of multiple names and picking are demonstrated. \n * A 3x3 grid of squares is drawn. When the left mouse \n * button is pressed, all squares under the cursor position \n * have their color changed.\n ' $' amount of color for each square\t' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/picksquare.c ) [unpack/Mesa-6.5.2/progs/redbook/plane.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * plane.c\n * This program demonstrates the use of local versus\n * infinite lighting on a flat plane.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/plane.c ) [unpack/Mesa-6.5.2/progs/redbook/planet.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * planet.c\n * This program shows how to composite modeling transformations\n * to draw translated and rotated models.\n * Interaction: pressing the d and y keys (day and year)\n * alters the rotation of the planet around the sun.\n ' ' draw sun ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/planet.c ) [unpack/Mesa-6.5.2/progs/redbook/polyoff.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * polyoff.c\n * This program demonstrates polygon offset to draw a shaded\n * polygon and its wireframe counterpart without ugly visual\n * artifacts ("stitching").\n ' $' display() draws two spheres, one with a gray, diffuse material,\n * the other sphere with a magenta material with a specular highlight.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/polyoff.c ) [unpack/Mesa-6.5.2/progs/redbook/polys.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * polys.c\n * This program demonstrates polygon stippling.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/polys.c ) [unpack/Mesa-6.5.2/progs/redbook/quadric.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * quadric.c\n * This program demonstrates the use of some of the gluQuadric*\n * routines. Quadric objects are created with some quadric\n * properties and the callback routine to handle errors.\n * Note that the cylinder has no top or bottom and the circle\n * has a hole in it.\n ' ' Win32 calling conventions. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/quadric.c ) [unpack/Mesa-6.5.2/progs/redbook/robot.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * robot.c\n * This program shows how to composite modeling transformations\n * to draw translated and rotated hierarchical models.\n * Interaction: pressing the s and e keys (shoulder and elbow)\n * alters the rotation of the robot arm.\n ' ' ARGSUSED1 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/robot.c ) [unpack/Mesa-6.5.2/progs/redbook/sccolorlight.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * sccolorlight.c\n * This program demonstrates the use of a colored\n * (magenta, in this example) light source. Objects\n * are drawn using a grey material characteristic.\n * A single light source illuminates the objects.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/sccolorlight.c ) [unpack/Mesa-6.5.2/progs/redbook/scene.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * scene.c\n * This program demonstrates the use of the GL lighting model.\n * Objects are drawn using a grey material characteristic.\n * A single light source illuminates the objects.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/scene.c ) [unpack/Mesa-6.5.2/progs/redbook/scenebamb.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * scenebamb.c\n * This program demonstrates use of a blue ambient light\n * source.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/scenebamb.c ) [unpack/Mesa-6.5.2/progs/redbook/sceneflat.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * sceneflat.c\n * This program draws lighted objects with flat shading.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/sceneflat.c ) [unpack/Mesa-6.5.2/progs/redbook/select.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * select.c\n * This is an illustration of the selection mode and \n * name stack, which detects whether objects which collide \n * with a viewing volume. First, four triangles and a \n * rectangular box representing a viewing volume are drawn \n * (drawScene routine). The green triangle and yellow \n * triangles appear to lie within the viewing volume, but \n * the red triangle appears to lie outside it. Then the \n * selection mode is entered (selectObjects routine). \n * Drawing to the screen ceases. To see if any collisions \n * occur, the four triangles are called. In this example, \n * the green triangle causes one hit with the name 1, and \n * the yellow triangles cause one hit with the name 3.\n ' $' draw a triangle with vertices at (x1, y1), (x2, y2) \n * and (x3, y3) at z units away from the origin.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/select.c ) [unpack/Mesa-6.5.2/progs/redbook/smooth.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * smooth.c\n * This program demonstrates smooth shading.\n * A smooth shaded polygon is drawn in a 2-D projection.\n ' ' ARGSUSED1 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/smooth.c ) [unpack/Mesa-6.5.2/progs/redbook/stencil.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $' stencil.c\n * This program draws two rotated tori in a window.\n * A diamond in the center of the window masks out part\n * of the scene. Within this mask, a different model\n * (a sphere) is drawn in a different color.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/stencil.c ) [unpack/Mesa-6.5.2/progs/redbook/stroke.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * stroke.c\n * This program demonstrates some characters of a\n * stroke (vector) font. The characters are represented\n * by display lists, which are given numbers which\n * correspond to the ASCII values of the characters.\n * Use of glCallLists() is demonstrated.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/stroke.c ) [unpack/Mesa-6.5.2/progs/redbook/surface.c]=( typeset -a comments=( ' aux2glut conversion Copyright (c) Mark J. Kilgard, 1994, 1995 ' $'*\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'*\n * surface.c\n * This program draws a NURBS surface in the shape of a\n * symmetrical hill.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/surface.c ) [unpack/Mesa-6.5.2/progs/redbook/teaambient.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'*\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'*\n * teaambient.c\n * This program renders three lighted, shaded teapots, with\n * different ambient values.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/teaambient.c ) [unpack/Mesa-6.5.2/progs/redbook/teapots.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'*\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'*\n * teapots.c\n * This program demonstrates lots of material properties.\n * A single light source illuminates the objects.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/teapots.c ) [unpack/Mesa-6.5.2/progs/redbook/tess.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * tess.c\n * This program demonstrates polygon tessellation.\n * Two tesselated objects are drawn. The first is a\n * rectangle with a triangular hole. The second is a\n * smooth shaded, self-intersecting star.\n *\n * Note the exterior rectangle is drawn with its vertices\n * in counter-clockwise order, but its interior clockwise.\n * Note the combineCallback is needed for the self-intersecting\n * star. Also note that removing the TessProperty for the\n * star will make the interior unshaded (WINDING_ODD).\n ' ' Win32 calling conventions. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/tess.c ) [unpack/Mesa-6.5.2/progs/redbook/tesswind.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * tesswind.c\n * This program demonstrates the winding rule polygon \n * tessellation property. Four tessellated objects are drawn, \n * each with very different contours. When the w key is pressed, \n * the objects are drawn with a different winding rule.\n ' ' Win32 calling conventions. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/tesswind.c ) [unpack/Mesa-6.5.2/progs/redbook/texbind.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $' texbind.c\n * This program demonstrates using glBindTexture() by\n * creating and managing two textures.\n ' $'\tCreate checkerboard texture\t' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/texbind.c ) [unpack/Mesa-6.5.2/progs/redbook/texgen.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $' texgen.c\n * This program draws a texture mapped teapot with \n * automatically generated texture coordinates. The\n * texture is rendered as stripes on the teapot.\n * Initially, the object is drawn with texture coordinates\n * based upon the object coordinates of the vertex\n * and distance from the plane x = 0. Pressing the \'e\'\n * key changes the coordinate generation to eye coordinates\n * of the vertex. Pressing the \'o\' key switches it back\n * to the object coordinates. Pressing the \'s\' key \n * changes the plane to a slanted one (x + y + z = 0).\n * Pressing the \'x\' key switches it back to x = 0.\n ' ' planes for texture coordinate generation ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/texgen.c ) [unpack/Mesa-6.5.2/progs/redbook/texprox.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * texprox.c\n * The brief program illustrates use of texture proxies.\n * This program only prints out some messages about whether\n * certain size textures are supported and then exits.\n ' $' Microsoft OpenGL 1.1\'s forgets to define\n GL_TEXTURE_INTERNAL_FORMAT. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/texprox.c ) [unpack/Mesa-6.5.2/progs/redbook/texsub.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $' texsub.c\n * This program texture maps a checkerboard image onto\n * two rectangles. This program clamps the texture, if\n * the texture coordinates fall outside 0.0 and 1.0.\n * If the s key is pressed, a texture subimage is used to\n * alter the original texture. If the r key is pressed,\n * the original texture is restored.\n ' ' Create checkerboard textures ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/texsub.c ) [unpack/Mesa-6.5.2/progs/redbook/texturesurf.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $' texturesurf.c\n * This program uses evaluators to generate a curved\n * surface and automatically generated texture coordinates.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/texturesurf.c ) [unpack/Mesa-6.5.2/progs/redbook/torus.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * torus.c\n * This program demonstrates the creation of a display list.\n ' ' Some files do not define M_PI... ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/torus.c ) [unpack/Mesa-6.5.2/progs/redbook/trim.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * trim.c\n * This program draws a NURBS surface in the shape of a \n * symmetrical hill, using both a NURBS curve and pwl\n * (piecewise linear) curve to trim part of the surface.\n ' $'\n * Initializes the control points of the surface to a small hill.\n * The control points range from -3 to +3 in x, y, and z\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/trim.c ) [unpack/Mesa-6.5.2/progs/redbook/unproject.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * unproject.c\n * When the left mouse button is pressed, this program \n * reads the mouse position and determines two 3D points \n * from which it was transformed. Very little is displayed.\n ' ' Change these values for a different transformation ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/unproject.c ) [unpack/Mesa-6.5.2/progs/redbook/varray.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $'\n * varray.c\n * This program demonstrates vertex arrays.\n ' ' ARGSUSED2 ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/varray.c ) [unpack/Mesa-6.5.2/progs/redbook/wrap.c]=( typeset -a comments=( $'\n * Copyright (c) 1993-1997, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED \n * Permission to use, copy, modify, and distribute this software for \n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that \n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission. \n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n * \n * US Government Users Restricted Rights \n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(R) is a registered trademark of Silicon Graphics, Inc.\n ' $' wrap.c\n * This program texture maps a checkerboard image onto\n * two rectangles. This program demonstrates the wrapping\n * modes, if the texture coordinates fall outside 0.0 and 1.0.\n * Interaction: Pressing the \'s\' and \'S\' keys switch the\n * wrapping between clamping and repeating for the s parameter.\n * The \'t\' and \'T\' keys control the wrapping for the t parameter.\n *\n * If running this program on OpenGL 1.0, texture objects are\n * not used.\n ' $'\tCreate checkerboard texture\t' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/redbook/wrap.c ) [unpack/Mesa-6.5.2/progs/samples/accum.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/accum.c ) [unpack/Mesa-6.5.2/progs/samples/bitmap1.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/bitmap1.c ) [unpack/Mesa-6.5.2/progs/samples/bitmap2.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/bitmap2.c ) [unpack/Mesa-6.5.2/progs/samples/blendeq.c]=( typeset -a comments=( $'\n** blendeq.c - Demonstrates the use of the blend_minmax, blend_subtract,\n** and blend_logic_op extensions using glBlendEquationEXT.\n**\n** Over a two-color backround, draw rectangles using twelve blend\n** options. The values are read back as UNSIGNED_BYTE and printed\n** in hex over each value. These values are useful for logic\n** op comparisons when channels are 8 bits deep.\n' ' Draw background ' ' Draw labels ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/blendeq.c ) [unpack/Mesa-6.5.2/progs/samples/blendxor.c]=( typeset -a comments=( $'\n** blendxor.c - Demonstrates the use of the blend_logic_op\n** extension to draw hilights. Using XOR to draw the same\n** image twice restores the background to its original value.\n' ' Draw background prims ' ' Draw a set of rectangles across the window ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/blendxor.c ) [unpack/Mesa-6.5.2/progs/samples/copy.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/copy.c ) [unpack/Mesa-6.5.2/progs/samples/cursor.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/cursor.c ) [unpack/Mesa-6.5.2/progs/samples/depth.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/depth.c ) [unpack/Mesa-6.5.2/progs/samples/eval.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/eval.c ) [unpack/Mesa-6.5.2/progs/samples/fog.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/fog.c ) [unpack/Mesa-6.5.2/progs/samples/font.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/font.c ) [unpack/Mesa-6.5.2/progs/samples/line.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/line.c ) [unpack/Mesa-6.5.2/progs/samples/loadppm.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/loadppm.c ) [unpack/Mesa-6.5.2/progs/samples/logo.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' These 3 lines added by BEP ' $' commented out by BrianP because it\'s the wrong way to handle a 4-bit visual!\n\tif (doubleBuffer) {\n\t colorIndexes[1] = 10;\n\t colorIndexes[2] = 15;\n\t}\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/logo.c ) [unpack/Mesa-6.5.2/progs/samples/nurb.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/nurb.c ) [unpack/Mesa-6.5.2/progs/samples/oglinfo.c]=( typeset -a comments=( ' oglinfo.c ' $' This demo modified by BrianP to accomodate Mesa and test\n * the GLX 1.1 functions.\n ' $' don\'t need much of a visual ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/oglinfo.c ) [unpack/Mesa-6.5.2/progs/samples/olympic.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' $'\n * Nov 20, 1995 use stdlib\'s rand()/srand() instead of random()/srand48(), etc.\n ' $'\n * Modified by Li Wei(liwei@aiar.xjtu.edu.cn) to be able to run in Windows\n * 6/13\n *\n * Modified by Brian Paul to compile with Windows OR Unix. 7/23/97\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/olympic.c ) [unpack/Mesa-6.5.2/progs/samples/overlay.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' $'\t glColor3f(1.0, 0.0, 0.0);' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/overlay.c ) [unpack/Mesa-6.5.2/progs/samples/point.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/point.c ) [unpack/Mesa-6.5.2/progs/samples/prim.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/prim.c ) [unpack/Mesa-6.5.2/progs/samples/quad.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/quad.c ) [unpack/Mesa-6.5.2/progs/samples/readtex.c]=( typeset -a comments=( ' readtex.c ' $'\n * Read an SGI .rgb image file and generate a mipmap texture set.\n * Much of this code was borrowed from SGI\'s tk OpenGL toolkit.\n ' $'\n** RGB Image Structure\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/readtex.c ) [unpack/Mesa-6.5.2/progs/samples/rgbtoppm.c]=( typeset -a comments=( ' texture.c - by David Blythe, SGI ' ' texload is a simplistic routine for reading an SGI .rgb image file. ' ' Discard. ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/rgbtoppm.c ) [unpack/Mesa-6.5.2/progs/samples/select.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/select.c ) [unpack/Mesa-6.5.2/progs/samples/shape.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/shape.c ) [unpack/Mesa-6.5.2/progs/samples/sphere.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' BEP: renamed "nearest" as "nnearest" to avoid math.h collision on AIX ' ' was cosf() ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/sphere.c ) [unpack/Mesa-6.5.2/progs/samples/star.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/star.c ) [unpack/Mesa-6.5.2/progs/samples/stencil.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/stencil.c ) [unpack/Mesa-6.5.2/progs/samples/stretch.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ' changed powf and logf to pow and log -Brian ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/stretch.c ) [unpack/Mesa-6.5.2/progs/samples/texture.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/texture.c ) [unpack/Mesa-6.5.2/progs/samples/tkmap.c]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/tkmap.c ) [unpack/Mesa-6.5.2/progs/samples/tri.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/tri.c ) [unpack/Mesa-6.5.2/progs/samples/wave.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/samples/wave.c ) [unpack/Mesa-6.5.2/progs/util/dumpstate.c]=( typeset -a comments=( $'\n *\n * From: Stephane Rehel \n * Date: Mon, 31 May 1999 18:40:54 -0400\n * To: Paul Brian \n * Subject: OpenGL State Dump Function\n * \n * Here is a function that dumps the current OpenGL state. I wrote it\n * some time ago.\n * \n * In the attachment:\n * + the code itself\n * + its output\n * \n * I think Mesa is wrong on some getBooleanv(). For example, GL_VERTEX_ARRAY\n * is queried by IsEnabled() (cf. p. 196 of the spec). But on page 193\n * we can read that all the boolean attribs that can be queried by IsEnabled()\n * can also be queried by IsEnabled().\n * \n * I had duplicated all the enums (LOCAL_*) so that the code can run on any \n * OpenGL version, even if an enum is not recognized.\n * \n * The code can be shipped in the public domain.\n * \n * Stephane.\n ' $'\n * Stephane Rehel\n * Creation: February 5 1999\n ' '*************************************************************************' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/dumpstate.c ) [unpack/Mesa-6.5.2/progs/util/errcheck.c]=( typeset -a comments=( ' errcheck.c ' $'\n * Call this function in your rendering loop to check for GL errors\n * during development. Remove from release code.\n *\n * Written by Brian Paul and in the public domain.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/errcheck.c ) [unpack/Mesa-6.5.2/progs/util/glstate.c]=( typeset -a comments=( ' $Id: glstate.c,v 1.1.1.1 1999/08/19 00:55:42 jtg Exp $ ' $'\n * Print GL state information (for debugging)\n * Copyright (C) 1998 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' $'\n * $Log: glstate.c,v $\n * Revision 1.1.1.1 1999/08/19 00:55:42 jtg\n * Imported sources\n *\n * Revision 1.4 1999/06/19 01:36:43 brianp\n * more features added\n *\n * Revision 1.3 1999/02/24 05:16:20 brianp\n * added still more records to EnumTable\n *\n * Revision 1.2 1998/11/24 03:47:54 brianp\n * added more records to EnumTable\n *\n * Revision 1.1 1998/11/24 03:41:16 brianp\n * Initial revision\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/glstate.c ) [unpack/Mesa-6.5.2/progs/util/glstate.h]=( typeset -a comments=( ' $Id: glstate.h,v 1.1.1.1 1999/08/19 00:55:42 jtg Exp $ ' $'\n * Print GL state information (for debugging)\n * Copyright (C) 1998 Brian Paul\n *\n * This library is free software; you can redistribute it and/or\n * modify it under the terms of the GNU Library General Public\n * License as published by the Free Software Foundation; either\n * version 2 of the License, or (at your option) any later version.\n *\n * This library is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n * Library General Public License for more details.\n *\n * You should have received a copy of the GNU Library General Public\n * License along with this library; if not, write to the Free\n * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n ' $'\n * $Log: glstate.h,v $\n * Revision 1.1.1.1 1999/08/19 00:55:42 jtg\n * Imported sources\n *\n * Revision 1.2 1999/06/19 01:36:43 brianp\n * more features added\n *\n * Revision 1.1 1998/11/24 03:41:16 brianp\n * Initial revision\n *\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/glstate.h ) [unpack/Mesa-6.5.2/progs/util/glutskel.c]=( typeset -a comments=( $'*\n * A skeleton/template GLUT program\n *\n * Written by Brian Paul and in the public domain.\n ' ' setup lighting, etc ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/glutskel.c ) [unpack/Mesa-6.5.2/progs/util/idproj.c]=( typeset -a comments=( ' idproj.c ' $'\n * Setup an identity projection such that glVertex(x,y) maps to\n * window coordinate (x,y).\n *\n * Written by Brian Paul and in the public domain.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/idproj.c ) [unpack/Mesa-6.5.2/progs/util/imagesgi.h]=( typeset -a comments=( $'*****************************************************************************\n** Filename : imageSgi.h\n** UNCLASSIFIED\n**\n** Description : Utility to read SGI image format files. This code was\n** originally a SGI image loading utility provided with the\n** Mesa 3D library @ http://www.mesa3d.org by Brain Paul.\n** This has been extended to read all SGI image formats\n** (e.g. INT, INTA, RGB, RGBA).\n**\n** Revision History:\n** Date Name Description\n** 06/08/99 BRC Initial Release\n**\n*****************************************************************************' ' __IMAGESGI_H ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/imagesgi.h ) [unpack/Mesa-6.5.2/progs/util/matrix.c]=( typeset -a comments=( $'\n * matrix.c\n *\n * Some useful matrix functions.\n *\n * Brian Paul\n * 10 Feb 2004\n ' $'*\n * Pretty-print the given matrix.\n ' $'*\n * Build a glFrustum matrix.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/matrix.c ) [unpack/Mesa-6.5.2/progs/util/mwmborder.c]=( typeset -a comments=( ' mwmborder.c ' $'\n * This function shows how to remove the border, title bar, resize button,\n * etc from a Motif window frame from inside an Xlib-based application.\n *\n * Brian Paul 19 Sep 1995 brianp@ssec.wisc.edu\n *\n * This code is in the public domain.\n ' ' bit definitions for MwmHints.flags ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/mwmborder.c ) [unpack/Mesa-6.5.2/progs/util/readtex.c]=( typeset -a comments=( ' readtex.c ' $'\n * Read an SGI .rgb image file and generate a mipmap texture set.\n * Much of this code was borrowed from SGI\'s tk OpenGL toolkit.\n ' $'\n** RGB Image Structure\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/readtex.c ) [unpack/Mesa-6.5.2/progs/util/readtex.h]=( typeset -a comments=( ' readtex.h ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/readtex.h ) [unpack/Mesa-6.5.2/progs/util/showbuffer.c]=( typeset -a comments=( ' showbuffer.c ' $'\n * Copy the depth buffer to the color buffer as a grayscale image.\n * Useful for inspecting the depth buffer values.\n *\n * This program is in the public domain.\n *\n * Brian Paul November 4, 1998\n ' $'\n * Copy the depth buffer values into the current color buffer as a\n * grayscale image.\n * Input: winWidth, winHeight - size of the window\n * zBlack - the Z value which should map to black (usually 1)\n * zWhite - the Z value which should map to white (usually 0)\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/showbuffer.c ) [unpack/Mesa-6.5.2/progs/util/showbuffer.h]=( typeset -a comments=( ' showbuffer. h' $'\n * Copy the depth buffer to the color buffer as a grayscale image.\n * Useful for inspecting the depth buffer values.\n *\n * This program is in the public domain.\n *\n * Brian Paul November 4, 1998\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/showbuffer.h ) [unpack/Mesa-6.5.2/progs/util/trackball.c]=( typeset -a comments=( $'\n * (c) Copyright 1993, 1994, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * Trackball code:\n *\n * Implementation of a virtual trackball.\n * Implemented by Gavin Bell, lots of ideas from Thant Tessman and\n * the August \'88 issue of Siggraph\'s "Computer Graphics," pp. 121-129.\n *\n * Vector manip code:\n *\n * Original code from:\n * David M. Ciemiewicz, Mark Grossman, Henry Moreton, and Paul Haeberli\n *\n * Much mucking with by:\n * Gavin Bell\n ' ' disable bogus conversion warnings ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/trackball.c ) [unpack/Mesa-6.5.2/progs/util/trackball.h]=( typeset -a comments=( $'\n * (c) Copyright 1993, 1994, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $'\n * trackball.h\n * A virtual trackball implementation\n * Written by Gavin Bell for Silicon Graphics, November 1988.\n ' $'\n * Pass the x and y coordinates of the last and current positions of\n * the mouse, scaled so they are from (-1.0 ... 1.0).\n *\n * The resulting rotation is returned as a quaternion rotation in the\n * first paramater.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/trackball.h ) [unpack/Mesa-6.5.2/progs/util/winpos.c]=( typeset -a comments=( ' winpos.c ' $'\n * Set the current raster position to a specific window\n * coordinate. Also see the GL_MESA_window_pos extension.\n *\n * Written by Brian Paul and in the public domain.\n ' ' Push current matrix mode and viewport attributes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/winpos.c ) [unpack/Mesa-6.5.2/progs/util/xrotfont.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * glXUseRotatedXFontMESA() function - like glXUseXFont() but allows\n * specification of a 0, 90, 180 or 270 degree rotation.\n * Handy for drawing labels along vertical axes of graphs, etc.\n *\n * Based on Mesa\'s glXUseXFont code written and copyrighted by Thorsten Ohl.\n ' $'*\n * Generate OpenGL-compatible bitmap by drawing an X character glyph\n * to an off-screen pixmap, then getting the image and testing pixels.\n * \\param width bitmap width in pixels\n * \\param height bitmap height in pixels\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/util/xrotfont.c ) [unpack/Mesa-6.5.2/progs/windml/readtex.c]=( typeset -a comments=( ' readtex.c ' $'\n * Read an SGI .rgb image file and generate a mipmap texture set.\n * Much of this code was borrowed from SGI\'s tk OpenGL toolkit.\n ' $'\n** RGB Image Structure\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/readtex.c ) [unpack/Mesa-6.5.2/progs/windml/uglaccum.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $' Original name: accanti.c\n *\n * Conversion to UGL/Mesa by Stephane Raimbault\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglaccum.c ) [unpack/Mesa-6.5.2/progs/windml/uglalldemos.c]=( typeset -a comments=( ' uglalldemos.c - WindML/Mesa example program ' ' Copyright (C) 2001 by Wind River Systems, Inc ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * The MIT License\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglalldemos.c ) [unpack/Mesa-6.5.2/progs/windml/uglbounce.c]=( typeset -a comments=( $'\n * Bouncing ball demo.\n *\n * This program is in the public domain\n *\n * Brian Paul\n *\n * Conversion to GLUT by Mark J. Kilgard\n *\n * Conversion to UGL/Mesa by Stephane Raimbault\n ' ' UGL_LOCAL GLfloat Ymax = 4.0; ' ' Fullscreen ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglbounce.c ) [unpack/Mesa-6.5.2/progs/windml/uglcube.c]=( typeset -a comments=( ' uglcube.c - WindML/Mesa example program ' ' Copyright (C) 2001 by Wind River Systems, Inc ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * The MIT License\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglcube.c ) [unpack/Mesa-6.5.2/progs/windml/ugldrawpix.c]=( typeset -a comments=( $'\n * glDrawPixels demo/test/benchmark\n * \n * Brian Paul September 25, 1997 This file is in the public domain.\n *\n * Conversion to UGL/Mesa by Stephane Raimbault july, 2001\n ' $'\n * $Log: ugldrawpix.c,v $\n * Revision 1.2 2001/09/10 19:21:13 brianp\n * WindML updates (Stephane Raimbault)\n *\n * Revision 1.1 2001/08/20 16:07:11 brianp\n * WindML driver (Stephane Raimbault)\n *\n * Revision 1.5 2000/12/24 22:53:54 pesco\n * * demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.\n * * demos/Makefile.X11, demos/Makefile.BeOS-R4, demos/Makefile.cygnus:\n * Essentially the same.\n * Program files updated to include "readtex.c", not "../util/readtex.c".\n * * demos/reflect.c: Likewise for "showbuffer.c".\n *\n *\n * * Makefile.am (EXTRA_DIST): Added top-level regular files.\n *\n * * include/GL/Makefile.am (INC_X11): Added glxext.h.\n *\n *\n * * src/GGI/include/ggi/mesa/Makefile.am (EXTRA_HEADERS): Include\n * Mesa GGI headers in dist even if HAVE_GGI is not given.\n *\n * * configure.in: Look for GLUT and demo source dirs in $srcdir.\n *\n * * src/swrast/Makefile.am (libMesaSwrast_la_SOURCES): Set to *.[ch].\n * More source list updates in various Makefile.am\'s.\n *\n * * Makefile.am (dist-hook): Remove CVS directory from distribution.\n * (DIST_SUBDIRS): List all possible subdirs here.\n * (SUBDIRS): Only list subdirs selected for build again.\n * The above two applied to all subdir Makefile.am\'s also.\n *\n * Revision 1.4 2000/09/08 21:45:21 brianp\n * added dither key option\n *\n * Revision 1.3 1999/10/28 18:23:29 brianp\n * minor changes to Usage() function\n *\n * Revision 1.2 1999/10/21 22:13:58 brianp\n * added f key to toggle front/back drawing\n *\n * Revision 1.1.1.1 1999/08/19 00:55:40 jtg\n * Imported sources\n *\n * Revision 3.3 1999/03/28 18:18:33 brianp\n * minor clean-up\n *\n * Revision 3.2 1998/11/05 04:34:04 brianp\n * moved image files to ../images/ directory\n *\n * Revision 3.1 1998/02/22 16:43:17 brianp\n * added a few casts to silence compiler warnings\n *\n * Revision 3.0 1998/02/14 18:42:29 brianp\n * initial rev\n *\n ' ' Convert RGB image to grayscale ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/ugldrawpix.c ) [unpack/Mesa-6.5.2/progs/windml/uglflip.c]=( typeset -a comments=( ' uglflip.c - WindML/Mesa example program ' ' Copyright (C) 2001 by Wind River Systems, Inc ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * The MIT License\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglflip.c ) [unpack/Mesa-6.5.2/progs/windml/uglgears.c]=( typeset -a comments=( ' uglgears.c - WindML/Mesa example program ' $'\n * 3-D gear wheels. This program is in the public domain.\n *\n * Brian Paul\n *\n * Conversion to GLUT by Mark J. Kilgard\n * Conversion to UGL/Mesa from GLUT by Stephane Raimbault\n ' $'\nDESCRIPTION\nSpinning gears demo\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglgears.c ) [unpack/Mesa-6.5.2/progs/windml/uglicotorus.c]=( typeset -a comments=( ' uglicotorus.c - WindML/Mesa example program ' ' Copyright (C) 2001 by Wind River Systems, Inc ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * The MIT License\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglicotorus.c ) [unpack/Mesa-6.5.2/progs/windml/uglline.c]=( typeset -a comments=( ' uglline.c - WindML/Mesa example program ' $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' $'\nmodification history\n--------------------\n01a,jun01,sra Ported to UGL/Mesa and modifications\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglline.c ) [unpack/Mesa-6.5.2/progs/windml/uglolympic.c]=( typeset -a comments=( $'\n * Copyright (c) 1991, 1992, 1993 Silicon Graphics, Inc.\n *\n * Permission to use, copy, modify, distribute, and sell this software and\n * its documentation for any purpose is hereby granted without fee, provided\n * that (i) the above copyright notices and this permission notice appear in\n * all copies of the software and related documentation, and (ii) the name of\n * Silicon Graphics may not be used in any advertising or\n * publicity relating to the software without the specific, prior written\n * permission of Silicon Graphics.\n *\n * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF\n * ANY KIND,\n * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY\n * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.\n *\n * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR\n * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,\n * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n * WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF\n * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE\n * OF THIS SOFTWARE.\n ' $'\n * Nov 20, 1995 use stdlib\'s rand()/srand() instead of random()/srand48(), etc.\n ' $'\n * Modified by Stephane Raimbault to be able to run in VxWorks 07/18/01\n *\n * Modified by Li Wei(liwei@aiar.xjtu.edu.cn) to be able to run in Windows\n * 6/13\n *\n * Modified by Brian Paul to compile with Windows OR Unix. 7/23/97\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglolympic.c ) [unpack/Mesa-6.5.2/progs/windml/uglpoint.c]=( typeset -a comments=( ' uglpoint.c - WindML/Mesa example program ' ' Copyright (C) 2001 by Wind River Systems, Inc ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * The MIT License\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglpoint.c ) [unpack/Mesa-6.5.2/progs/windml/uglstencil.c]=( typeset -a comments=( ' Copyright (c) Mark J. Kilgard, 1994. ' $'\n * (c) Copyright 1993, Silicon Graphics, Inc.\n * ALL RIGHTS RESERVED\n * Permission to use, copy, modify, and distribute this software for\n * any purpose and without fee is hereby granted, provided that the above\n * copyright notice appear in all copies and that both the copyright notice\n * and this permission notice appear in supporting documentation, and that\n * the name of Silicon Graphics, Inc. not be used in advertising\n * or publicity pertaining to distribution of the software without specific,\n * written prior permission.\n *\n * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"\n * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,\n * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR\n * FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON\n * GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,\n * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY\n * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,\n * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF\n * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN\n * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE\n * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.\n *\n * US Government Users Restricted Rights\n * Use, duplication, or disclosure by the Government is subject to\n * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph\n * (c)(1)(ii) of the Rights in Technical Data and Computer Software\n * clause at DFARS 252.227-7013 and/or in similar or successor\n * clauses in the FAR or the DOD or NASA FAR Supplement.\n * Unpublished-- rights reserved under the copyright laws of the\n * United States. Contractor/manufacturer is Silicon Graphics,\n * Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311.\n *\n * OpenGL(TM) is a trademark of Silicon Graphics, Inc.\n ' $' stencil.c\n * This program draws two rotated tori in a window.\n * A diamond in the center of the window masks out part\n * of the scene. Within this mask, a different model\n * (a sphere) is drawn in a different color.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglstencil.c ) [unpack/Mesa-6.5.2/progs/windml/uglteapot.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * The MIT License\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' $'\n * Linux Magazine July 2001\n * Conversion to UGL/Mesa from GLUT by Stephane Raimbault, 2001\n ' ' Need GLUT_SHAPES ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/uglteapot.c ) [unpack/Mesa-6.5.2/progs/windml/ugltexcube.c]=( typeset -a comments=( ' ugltexcube.c - WindML/Mesa example program ' ' Copyright (C) 2001 by Wind River Systems, Inc ' $'\n * Mesa 3-D graphics library\n * Version: 3.5\n *\n * The MIT License\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * THE AUTHORS OR COPYRIGHT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n * DEALINGS IN THE SOFTWARE.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/ugltexcube.c ) [unpack/Mesa-6.5.2/progs/windml/ugltexcyl.c]=( typeset -a comments=( $'\n * Textured cylinder demo: lighting, texturing, reflection mapping.\n *\n * Brian Paul May 1997 This program is in the public domain.\n *\n * Conversion to UGL/Mesa by Stephane Raimbault\n ' $'\n * $Log: ugltexcyl.c,v $\n * Revision 1.2 2001/09/10 19:21:13 brianp\n * WindML updates (Stephane Raimbault)\n *\n * Revision 1.1 2001/08/20 16:07:11 brianp\n * WindML driver (Stephane Raimbault)\n *\n * Revision 1.5 2001/03/27 17:35:26 brianp\n * set initial window pos\n *\n * Revision 1.4 2000/12/24 22:53:54 pesco\n * * demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.\n * * demos/Makefile.X11, demos/Makefile.BeOS-R4, demos/Makefile.cygnus:\n * Essentially the same.\n * Program files updated to include "readtex.c", not "../util/readtex.c".\n * * demos/reflect.c: Likewise for "showbuffer.c".\n *\n *\n * * Makefile.am (EXTRA_DIST): Added top-level regular files.\n *\n * * include/GL/Makefile.am (INC_X11): Added glxext.h.\n *\n *\n * * src/GGI/include/ggi/mesa/Makefile.am (EXTRA_HEADERS): Include\n * Mesa GGI headers in dist even if HAVE_GGI is not given.\n *\n * * configure.in: Look for GLUT and demo source dirs in $srcdir.\n *\n * * src/swrast/Makefile.am (libMesaSwrast_la_SOURCES): Set to *.[ch].\n * More source list updates in various Makefile.am\'s.\n *\n * * Makefile.am (dist-hook): Remove CVS directory from distribution.\n * (DIST_SUBDIRS): List all possible subdirs here.\n * (SUBDIRS): Only list subdirs selected for build again.\n * The above two applied to all subdir Makefile.am\'s also.\n *\n * Revision 1.3 2000/09/29 23:09:39 brianp\n * added fps output\n *\n * Revision 1.2 1999/10/21 16:39:06 brianp\n * added -info command line option\n *\n * Revision 1.1.1.1 1999/08/19 00:55:40 jtg\n * Imported sources\n *\n * Revision 3.3 1999/03/28 18:24:37 brianp\n * minor clean-up\n *\n * Revision 3.2 1998/11/05 04:34:04 brianp\n * moved image files to ../images/ directory\n *\n * Revision 3.1 1998/06/23 03:16:51 brianp\n * added Point/Linear sampling menu items\n *\n * Revision 3.0 1998/02/14 18:42:29 brianp\n * initial rev\n *\n ' ' cylinder ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/windml/ugltexcyl.c ) [unpack/Mesa-6.5.2/progs/xdemos/glthreads.c]=( typeset -a comments=( $'\n * Copyright (C) 2000 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This program tests GLX thread safety.\n * Command line options:\n * -p Open a display connection for each thread\n * -n Number of threads to create (default is 2)\n * -display Specify X display (default is :0.0)\n *\n * Brian Paul 20 July 2000\n ' ' defined by Mesa on Linux and other platforms ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glthreads.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxcontexts.c]=( typeset -a comments=( $'\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This is a port of the infamous "gears" demo to straight GLX (i.e. no GLUT)\n * Port by Brian Paul 23 March 2001\n *\n * Command line options:\n * -info print GL implementation information\n * -stereo use stereo enabled GLX visual\n *\n ' $' XXX this probably isn\'t very portable ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxcontexts.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxdemo.c]=( typeset -a comments=( $'\n * A demonstration of using the GLX functions. This program is in the\n * public domain.\n *\n * Brian Paul\n ' ' window attributes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxdemo.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxgears.c]=( typeset -a comments=( $'\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This is a port of the infamous "gears" demo to straight GLX (i.e. no GLUT)\n * Port by Brian Paul 23 March 2001\n *\n * Command line options:\n * -info print GL implementation information\n * -stereo use stereo enabled GLX visual\n *\n ' $' XXX this probably isn\'t very portable ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxgears.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxgears2.c]=( typeset -a comments=( $'\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This is a port of the infamous "gears" demo to straight GLX (i.e. no GLUT)\n * Port by Brian Paul 23 March 2001\n *\n * Command line options:\n * -info print GL implementation information\n *\n ' $' XXX this probably isn\'t very portable ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxgears2.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxgears_fbconfig.c]=( typeset -a comments=( $'\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'*\n * \\file glxgears_fbconfig.c\n * Yet-another-version of gears. Originally ported to GLX by Brian Paul on\n * 23 March 2001. Modified to use fbconfigs by Ian Romanick on 10 Feb 2004.\n *\n * Command line options:\n * -info print GL implementation information\n *\n * \\author Brian Paul\n * \\author Ian Romanick \n ' $' I had to use the SGIX versions of these because for some reason glxext.h\n * doesn\'t define the core versions if GLX_VERSION_1_3 is defined, and glx.h\n * doesn\'t define them at all. One or both header files is clearly broken.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxgears_fbconfig.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxheads.c]=( typeset -a comments=( $'\n * Exercise multiple GLX connections on multiple X displays.\n * Direct GLX contexts are attempted first, then indirect.\n * Each window will display a spinning green triangle.\n *\n * Copyright (C) 2000 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Each display/window/context:\n ' ' window attributes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxheads.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxinfo.c]=( typeset -a comments=( $'\n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This program is a work-alike of the IRIX glxinfo program.\n * Command line options:\n * -t print wide table\n * -v print verbose information\n * -display DisplayName specify the X display to interogate\n * -b only print ID of "best" visual on screen 0\n * -i use indirect rendering connection only\n * -l print interesting OpenGL limits (added 5 Sep 2002)\n *\n * Brian Paul 26 January 2000\n ' ' X visual attribs ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxinfo.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxpbdemo.c]=( typeset -a comments=( $'\n * This program demonstrates how to do "off-screen" rendering using\n * the GLX pixel buffer extension.\n *\n * Written by Brian Paul for the "OpenGL and Window System Integration"\n * course presented at SIGGRAPH \'97. Updated on 5 October 2002.\n *\n * Updated on 31 January 2004 to use native GLX by\n * Andrew P. Lentvorski, Jr. \n *\n * Usage:\n * glxpbdemo width height imgfile\n * Where:\n * width is the width, in pixels, of the image to generate.\n * height is the height, in pixels, of the image to generate.\n * imgfile is the name of the PPM image file to write.\n *\n *\n * This demo draws 3-D boxes with random orientation.\n *\n * On machines such as the SGI Indigo you may have to reconfigure your\n * display/X server to enable pbuffers. Look in the /usr/gfx/ucode/MGRAS/vof/\n * directory for display configurations with the _pbuf suffix. Use\n * setmon -x to configure your X server and display for pbuffers.\n *\n * O2 systems seem to support pbuffers well.\n *\n ' ' Some ugly global vars ' $'\n * Test for appropriate version of GLX to run this program\n * Input: dpy - the X display\n * screen - screen number\n * Return: 0 = GLX not available.\n * 1 = GLX available.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxpbdemo.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxpixmap.c]=( typeset -a comments=( $'\n * A demonstration of using the GLXPixmap functions. This program is in\n * the public domain.\n *\n * Brian Paul\n ' ' window attributes ' ' TODO: share root colormap if possible ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxpixmap.c ) [unpack/Mesa-6.5.2/progs/xdemos/glxswapcontrol.c]=( typeset -a comments=( $'\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This is a port of the infamous "gears" demo to straight GLX (i.e. no GLUT)\n * Port by Brian Paul 23 March 2001\n *\n * Modified by Ian Romanick 09 April 2003 to support\n * GLX_{MESA,SGI}_swap_control and GLX_OML_sync_control.\n *\n * Command line options:\n * -display Name of the display to use.\n * -info print GL implementation information\n * -swap N Attempt to set the swap interval to 1/N second\n * -forcegetrate Get the display refresh rate even if the required GLX\n * extension is not supported.\n ' '# include ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/glxswapcontrol.c ) [unpack/Mesa-6.5.2/progs/xdemos/manywin.c]=( typeset -a comments=( $'\n * Create N GLX windows/contexts and render to them in round-robin order.\n * Also, have the contexts share all texture objects.\n * Press \'d\' to delete a texture, \'u\' to unbind it.\n *\n * Copyright (C) 2000 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Each display/window/context:\n ' ' window attributes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/manywin.c ) [unpack/Mesa-6.5.2/progs/xdemos/offset.c]=( typeset -a comments=( $'***************************************************************************\nCopyright 1995 by Silicon Graphics Incorporated, Mountain View, California.\n\n All Rights Reserved\n\nPermission to use, copy, modify, and distribute this software and its \ndocumentation for any purpose and without fee is hereby granted, \nprovided that the above copyright notice appear in all copies and that\nboth that copyright notice and this permission notice appear in \nsupporting documentation, and that the name of Silicon Graphics not be\nused in advertising or publicity pertaining to distribution of the\nsoftware without specific, written prior permission. \n\nSILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,\nINCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO\nEVENT SHALL SILICON GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR\nCONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF\nUSE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n\n***************************************************************************' $'\n * Derived from code written by Kurt Akeley, November 1992\n *\n *\tUses PolygonOffset to draw hidden-line images. PolygonOffset\n *\t shifts the z values of polygons an amount that is\n *\t proportional to their slope in screen z. This keeps\n *\t the lines, which are drawn without displacement, from\n *\t interacting with their respective polygons, and\n *\t thus eliminates line dropouts.\n *\n *\tThe left image shows an ordinary antialiased wireframe image.\n *\tThe center image shows an antialiased hidden-line image without\n *\t PolygonOffset.\n *\tThe right image shows an antialiased hidden-line image using\n *\t PolygonOffset to reduce artifacts.\n *\n *\tDrag with a mouse button pressed to rotate the models.\n *\tPress the escape key to exit.\n ' $'\n * Modified for OpenGL 1.1 glPolygonOffset() conventions\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/offset.c ) [unpack/Mesa-6.5.2/progs/xdemos/opencloseopen.c]=( typeset -a comments=( $'\n * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.\n * (C) Copyright IBM Corporation 2003\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'* \\file opencloseopen.c\n * Simple test for Mesa bug #508473. Create a window and rendering context.\n * Draw a single frame. Close the window, destroy the context, and close\n * the display. Re-open the display, create a new window and context. This\n * should work, but, at least as of Mesa 5.1, it segfaults. See the bug\n * report for more details.\n * \n * Most of the code here was lifed from various other Mesa xdemos.\n ' ' draw blue quad ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/opencloseopen.c ) [unpack/Mesa-6.5.2/progs/xdemos/overlay.c]=( typeset -a comments=( $'\n * GLX overlay test/demo.\n *\n * Brian Paul\n * 18 July 2005\n ' ' window attributes ' 'GLX_RGBA, leave this out ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/overlay.c ) [unpack/Mesa-6.5.2/progs/xdemos/pbdemo.c]=( typeset -a comments=( $'\n * This program demonstrates how to do "off-screen" rendering using\n * the GLX pixel buffer extension.\n *\n * Written by Brian Paul for the "OpenGL and Window System Integration"\n * course presented at SIGGRAPH \'97. Updated on 5 October 2002.\n *\n * Usage:\n * pbuffers width height imgfile\n * Where:\n * width is the width, in pixels, of the image to generate.\n * height is the height, in pixels, of the image to generate.\n * imgfile is the name of the PPM image file to write.\n *\n *\n * This demo draws 3-D boxes with random orientation. A pbuffer with\n * a depth (Z) buffer is prefered but if such a pbuffer can\'t be created\n * we use a non-depth-buffered config.\n *\n * On machines such as the SGI Indigo you may have to reconfigure your\n * display/X server to enable pbuffers. Look in the /usr/gfx/ucode/MGRAS/vof/\n * directory for display configurationswith the _pbuf suffix. Use\n * setmon -x to configure your X server and display for pbuffers.\n *\n * O2 systems seem to support pbuffers well.\n *\n * IR systems (at least 1RM systems) don\'t have single-buffered, RGBA,\n * Z-buffered pbuffer configs. BUT, they DO have DOUBLE-buffered, RGBA,\n * Z-buffered pbuffers. Note how we try four different fbconfig attribute\n * lists below!\n ' ' Some ugly global vars ' $'\n * Create the pbuffer and return a GLXPbuffer handle.\n *\n * We loop over a list of fbconfigs trying to create\n * a pixel buffer. We return the first pixel buffer which we successfully\n * create.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/pbdemo.c ) [unpack/Mesa-6.5.2/progs/xdemos/pbinfo.c]=( typeset -a comments=( $'\n * Print list of fbconfigs and test each to see if a pbuffer can be created\n * for that config.\n *\n * Brian Paul\n * April 1997\n * Updated on 5 October 2002.\n ' ' Print config info ' ' free the list ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/pbinfo.c ) [unpack/Mesa-6.5.2/progs/xdemos/pbutil.c]=( typeset -a comments=( $'\n * OpenGL pbuffers utility functions.\n *\n * Brian Paul\n * Original code: April 1997\n * Updated on 5 October 2002\n * Updated again on 3 January 2005 to use GLX 1.3 functions in preference\n * to the GLX_SGIX_fbconfig/pbuffer extensions.\n ' $'*\n * Test if we pixel buffers are available for a particular X screen.\n * Input: dpy - the X display\n * screen - screen number\n * Return: 0 = pixel buffers not available.\n * 1 = pixel buffers are available via GLX 1.3.\n * 2 = pixel buffers are available via GLX_SGIX_fbconfig/pbuffer.\n ' ' GLX 1.3 supports pbuffers ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/pbutil.c ) [unpack/Mesa-6.5.2/progs/xdemos/pbutil.h]=( typeset -a comments=( $'\n * OpenGL pbuffers utility functions.\n *\n * Brian Paul\n * April 1997\n ' PBUTIL_H ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/pbutil.h ) [unpack/Mesa-6.5.2/progs/xdemos/shape.c]=( typeset -a comments=( $'\n * Example of using the X "shape" extension with OpenGL: render a spinning\n * cube inside of a non-rectangular window.\n *\n * Press ESC to exit. Press up/down to change window shape.\n *\n * To compile add "shape" to the PROGS list in Makefile.\n *\n * Brian Paul\n * June 16, 1997\n *\n * This program is in the public domain.\n ' ' return current time (in seconds) ' $'\n * Draw the OpenGL stuff and do a SwapBuffers.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/shape.c ) [unpack/Mesa-6.5.2/progs/xdemos/vgears.c]=( typeset -a comments=( ' $ID$ ' $'\n * Spinning gears demo for Linux SVGA/Mesa interface in 32K color mode.\n *\n * Compile with: gcc vgears.c -I../include -L../lib -lMesaGL -lX11 -lXext\n * -lvga -lm -o vgears\n *\n * This program is in the public domain.\n * Brian Paul, January 1996\n ' $'\n * Draw a gear wheel. You\'ll probably want to call this function when\n * building a display list since we do a lot of trig here.\n *\n * Input: inner_radius - radius of hole at center\n * outer_radius - radius at center of teeth\n * width - width of gear\n * teeth - number of teeth\n * tooth_depth - depth of tooth\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/vgears.c ) [unpack/Mesa-6.5.2/progs/xdemos/vindex.c]=( typeset -a comments=( $'\n * Test Linux 8-bit SVGA/Mesa color index mode\n *\n * Compile with: gcc vindex.c -I../include -L../lib -lMesaGL -lX11 -lXext\n * -lvga -lm -o vindex\n *\n * This program is in the public domain.\n * Brian Paul, January 1996\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/vindex.c ) [unpack/Mesa-6.5.2/progs/xdemos/vtest.c]=( typeset -a comments=( $'\n * Test SVGA/Mesa interface in 32K color mode.\n *\n * Compile with: gcc vtest.c -I../include -L../lib -lMesaGL -lX11 -lXext\n * -lvga -lm -o vtest\n *\n * This program is in the public domain.\n * Brian Paul, January 1996\n ' ' gl_setcontextvga(G800x600x32K);' ' single buffered ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/vtest.c ) [unpack/Mesa-6.5.2/progs/xdemos/wincopy.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.5.2\n * \n * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * This program opens two GLX windows, renders into one and uses\n * glCopyPixels to copy the image from the first window into the\n * second by means of the GLX 1.3 function glxMakeContextCurrent().\n * This function works just like the glXMakeCurrentReadSGI() function\n * in the GLX_SGI_make_current_read extension.\n ' ' Win[0] = source, Win[1] = dest ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/wincopy.c ) [unpack/Mesa-6.5.2/progs/xdemos/xdemo.c]=( typeset -a comments=( $'\n * Very simple demo of how to use the Mesa/X11 interface instead of the\n * glx, tk or aux toolkits. I highly recommend using the GLX interface\n * instead of the X/Mesa interface, however.\n *\n * This program is in the public domain.\n *\n * Brian Paul\n ' $'\n * Do the usual X things to make a window.\n ' ' alloc visinfo struct ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/xdemo.c ) [unpack/Mesa-6.5.2/progs/xdemos/xfont.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * \n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Example of using glXUseXFont().\n * 5 November 1999\n * Brian Paul\n ' ' triangle ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/xfont.c ) [unpack/Mesa-6.5.2/progs/xdemos/xrotfontdemo.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * \n * Copyright (C) 1999 Brian Paul All Rights Reserved.\n * \n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n * \n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n * \n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $'\n * Example of using glXUseRotatedXFontMESA().\n * 24 Jan 2004\n * Brian Paul\n ' ' triangle ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/xrotfontdemo.c ) [unpack/Mesa-6.5.2/progs/xdemos/xuserotfont.c]=( typeset -a comments=( $'\n * Mesa 3-D graphics library\n * Version: 6.1\n *\n * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.\n *\n * Permission is hereby granted, free of charge, to any person obtaining a\n * copy of this software and associated documentation files (the "Software"),\n * to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense,\n * and/or sell copies of the Software, and to permit persons to whom the\n * Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included\n * in all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN\n * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ' $' \\file xuserotfont.c\n *\n * A function like glXUseXFont() but takes a 0, 90, 180 or 270 degree\n * rotation angle for rotated text display.\n *\n * Based on Mesa\'s glXUseXFont implementation written by Thorsten Ohl.\n ' $'*\n * Generate OpenGL-compatible bitmap by drawing an X character glyph\n * to an off-screen pixmap, then getting the image and testing pixels.\n * \\param width bitmap width in pixels\n * \\param height bitmap height in pixels\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/xuserotfont.c ) [unpack/Mesa-6.5.2/progs/xdemos/xuserotfont.h]=( comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/xuserotfont.h ) [unpack/Mesa-6.5.2/progs/xdemos/yuvrect_client.c]=( typeset -a comments=( $'\n * Test the GL_NV_texture_rectangle and GL_MESA_ycrcb_texture extensions and GLX_MESA_allocate-memory\n *\n * Dave Airlie - Feb 2005\n ' ' I know, this is a hack. ' ' linear filtering looks much nicer but is much slower for Mesa ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/progs/xdemos/yuvrect_client.c ) [unpack/Mesa-6.5.2/src/glu/sgi/include/gluos.h]=( typeset -a comments=( $'\n** gluos.h - operating system dependencies for GLU\n**\n' $' Disable *lots* of warnings to get a clean build. I can\'t be bothered fixing the\n * code at the moment, as it is pretty ugly.\n ' ' For _MAX_PATH definition ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/include/gluos.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/bezierEval.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/interface/bezierEval.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/bezierEval.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/bezierPatch.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/interface/bezierPatch.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n' order\=' degree + 1' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/bezierPatch.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/bezierPatchMesh.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/interface/bezierPatchMesh.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n' vertex ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/bezierPatchMesh.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/glcurveval.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * glcurveval.h\n *\n ' 'for internal evaluator callback stuff' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/glcurveval.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/glimports.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * glimports.h\n *\n * $Date: 2001/03/19 17:52:02 $ $Revision: 1.3 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/interface/glimports.h,v 1.3 2001/03/19 17:52:02 pesco Exp $\n ' ' __gluimports_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/glimports.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/glrenderer.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * glrenderer.h\n *\n * $Date: 2004/02/26 14:58:11 $ $Revision: 1.4 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/interface/glrenderer.h,v 1.4 2004/02/26 14:58:11 brianp Exp $\n ' ' __gluglrenderer_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/glrenderer.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/glsurfeval.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * glsurfeval.h\n *\n ' ' Cache up to 3 vertices from tmeshes ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/glsurfeval.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/mystdio.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * mystdio.h\n *\n * $Date: 2006/03/14 15:08:52 $ $Revision: 1.4 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/interface/mystdio.h,v 1.4 2006/03/14 15:08:52 brianp Exp $\n ' ' __glumystdio_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/mystdio.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/mystdlib.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * mystdlib.h\n *\n * $Date: 2001/03/19 17:52:02 $ $Revision: 1.3 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/interface/mystdlib.h,v 1.3 2001/03/19 17:52:02 pesco Exp $\n ' ' __glumystdlib_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/interface/mystdlib.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/arc.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * arc.h\n *\n * $Date: 2001/08/07 17:34:11 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/arc.h,v 1.2 2001/08/07 17:34:11 brianp Exp $\n ' ' an arc, in two list, the trim list and bin ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/arc.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/arcsorter.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * arcsorter.h\n *\n * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/arcsorter.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n ' ' __gluarcsorter_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/arcsorter.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/arctess.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * arctess.h\n *\n * $Date: 2001/08/07 17:34:11 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/arctess.h,v 1.2 2001/08/07 17:34:11 brianp Exp $\n ' ' __gluarctess_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/arctess.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/backend.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * backend.h\n *\n * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/backend.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n ' ' surface backend routines ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/backend.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/basiccrveval.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * basiccurveeval.h\n *\n * $Date: 2006/03/29 18:54:00 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/basiccrveval.h,v 1.2 2006/03/29 18:54:00 brianp Exp $\n ' ' silence warning' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/basiccrveval.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/basicsurfeval.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * basicsurfeval.h\n *\n * $Date: 2006/03/29 18:54:00 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/basicsurfeval.h,v 1.2 2006/03/29 18:54:00 brianp Exp $\n ' ' silence warning' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/basicsurfeval.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/bezierarc.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * bezierarc.h\n *\n * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/bezierarc.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n ' ' a bezier arc ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/bezierarc.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/bin.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * bin.h\n *\n * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/bin.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n ' ' a linked list of jordan arcs ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/bin.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/bufpool.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * bufpool.h\n *\n * $Date: 2006/03/29 18:46:46 $ $Revision: 1.3 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/bufpool.h,v 1.3 2006/03/29 18:46:46 brianp Exp $\n ' $' next buffer on free list\t' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/bufpool.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/cachingeval.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * cachingeval.h\n *\n * $Date: 2006/03/29 18:54:00 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/cachingeval.h,v 1.2 2006/03/29 18:54:00 brianp Exp $\n ' ' silence warning' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/cachingeval.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/coveandtiler.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * coveandtiler.h\n *\n * $Date: 2001/07/16 15:46:42 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/coveandtiler.h,v 1.2 2001/07/16 15:46:42 brianp Exp $\n ' ' __glucoveandtiler_h ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/coveandtiler.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/curve.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * curve.h\n *\n * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/curve.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n ' ' __glucurve_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/curve.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/curvelist.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * curvelist.h\n *\n * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/curvelist.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n ' ' __glucurvelist_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/curvelist.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/dataTransform.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/dataTransform.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n' $'transform the pwlcurve into a number of directedline lines\n *insert these directedlines into orignal which is supposed to be\n *the part of the trimming loop obtained so far.\n *return the updated trimkming loop.\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/dataTransform.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/defines.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * defines.h\n *\n * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/defines.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n ' ' culling constants ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/defines.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/displaylist.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * displaylist.h\n *\n * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/displaylist.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n ' ' __gludisplaylist_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/displaylist.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/displaymode.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/displaymode.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n' ' __gludisplaymode_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/displaymode.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/flist.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * flist.h\n *\n * $Date: 2001/03/17 00:25:40 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/flist.h,v 1.1 2001/03/17 00:25:40 brianp Exp $\n ' ' head of array ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/flist.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/flistsorter.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * flistsorter.h\n *\n * $Date: 2006/03/29 18:54:00 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/flistsorter.h,v 1.2 2006/03/29 18:54:00 brianp Exp $\n ' ' silence warning' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/flistsorter.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/gridline.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * gridline.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/gridline.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' __glugridline_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/gridline.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/gridtrimvertex.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * gridtrimvertex.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/gridtrimvertex.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' __glugridtrimvertex_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/gridtrimvertex.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/gridvertex.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * gridvertex.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/gridvertex.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' __glugridvertex_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/gridvertex.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/hull.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * hull.h\n *\n * $Date: 2001/08/07 17:34:11 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/hull.h,v 1.2 2001/08/07 17:34:11 brianp Exp $\n ' ' __gluhull_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/hull.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/jarcloc.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * jarcloc.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/jarcloc.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' __glujarcloc_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/jarcloc.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/knotvector.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * knotvector.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/knotvector.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' a knot vector ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/knotvector.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mapdesc.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * mapdesc.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/mapdesc.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' curve routines ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mapdesc.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/maplist.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * maplist.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/maplist.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' __glumaplist_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/maplist.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mesher.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * mesher.h\n *\n * $Date: 2001/08/07 17:34:11 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/mesher.h,v 1.2 2001/08/07 17:34:11 brianp Exp $\n ' ' __glumesher_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mesher.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/monotonizer.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * monotonizer.h\n *\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/monotonizer.h,v 1.2 2006/04/03 22:23:52 ajax Exp $\n ' ' __glumonotonizer_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/monotonizer.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/myassert.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * myassert.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/myassert.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' __glumyassert_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/myassert.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mymath.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * mymath.h\n *\n ' ' __glumymath_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mymath.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mysetjmp.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * mysetjmp.h\n *\n ' ' __glumysetjmp_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mysetjmp.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mystring.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * mystring.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/mystring.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' __glumystring_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/mystring.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/nurbsconsts.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * nurbsconsts.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/nurbsconsts.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' $' NURBS Properties - one set per map, \n each takes a single INREAL arg ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/nurbsconsts.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/nurbstess.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * nurbstess.h\n *\n ' ' bgnsurface seen ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/nurbstess.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/patch.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * patch.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/patch.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' __glupatch_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/patch.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/patchlist.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * patchlist.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/patchlist.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' __glupatchlist_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/patchlist.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/pwlarc.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * pwlarc.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/pwlarc.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' a piecewise-linear arc ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/pwlarc.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/quilt.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * quilt.h\n *\n * $Date: 2001/08/07 17:34:11 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/quilt.h,v 1.2 2001/08/07 17:34:11 brianp Exp $\n ' ' constants for memory allocation of NURBS to Bezier conversion ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/quilt.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/reader.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * reader.h\n *\n * $Date: 2001/08/07 17:34:11 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/reader.h,v 1.2 2001/08/07 17:34:11 brianp Exp $\n ' $' arc type: pwl or nurbs\t' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/reader.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/renderhints.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * renderhints.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/renderhints.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' display mode ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/renderhints.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/simplemath.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * simplemath.h\n *\n * $Date: 2002/11/01 23:35:07 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/simplemath.h,v 1.2 2002/11/01 23:35:07 brianp Exp $\n ' ' simple inline routines ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/simplemath.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/slicer.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * slicer.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/slicer.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' __gluslicer_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/slicer.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/sorter.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n**\n** $Date: 2006/03/29 18:54:00 $ $Revision: 1.2 $\n' $'\n** $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/sorter.h,v 1.2 2006/03/29 18:54:00 brianp Exp $\n' ' silence warning' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/sorter.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/subdivider.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * subdivider.h\n *\n * $Date: 2001/08/07 17:34:11 $ $Revision: 1.2 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/subdivider.h,v 1.2 2001/08/07 17:34:11 brianp Exp $\n ' $'in domain distance method, the tessellation is controled by two numbers:\n *GLU_U_STEP: number of u-segments per unit u length of domain\n *GLU_V_STEP: number of v-segments per unit v length of domain\n *These two numbers are normally stored in mapdesc->maxs(t)rate.\n *I (ZL) put these two numbers here so that I can optimize the untrimmed \n *case in the case of domain distance sampling.\n *These two numbers are set by set_domain_distance_u_rate() and ..._v_..().\n ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/subdivider.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/trimline.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * trimline.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/trimline.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' __glutrimline_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/trimline.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/trimregion.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * trimregion.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/trimregion.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' __glutrimregion_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/trimregion.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/trimvertex.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * trimvertex.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/trimvertex.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' '#define USE_OPTTT' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/trimvertex.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/trimvertpool.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * trimvertexpool.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/trimvertpool.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' __glutrimvertpool_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/trimvertpool.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/types.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * types.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/types.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' knot values ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/types.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/uarray.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * uarray.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/uarray.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' __gluuarray_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/uarray.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/varray.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n**\n** http://oss.sgi.com/projects/FreeB\n**\n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n**\n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n**\n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 1998. This software\n** was created using the OpenGL(R) version 1.2.1 Sample Implementation\n** published by SGI, but has not been independently verified as being\n** compliant with the OpenGL(R) version 1.2.1 Specification.\n' $'\n * varray.h\n *\n * $Date: 2001/03/17 00:25:41 $ $Revision: 1.1 $\n * $Header: /cvs/mesa/Mesa/src/glu/sgi/libnurbs/internals/varray.h,v 1.1 2001/03/17 00:25:41 brianp Exp $\n ' ' __gluvarray_h_ ' ) comments_parsed=true file_format=c_source fileformat_found=true filename=unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/internals/varray.h ) [unpack/Mesa-6.5.2/src/glu/sgi/libnurbs/nurbtess/definitions.h]=( typeset -a comments=( $'\n** License Applicability. Except to the extent portions of this file are\n** made subject to an alternative license as permitted in the SGI Free\n** Software License B, Version 1.1 (the "License"), the contents of this\n** file are subject only to the provisions of the License. You may not use\n** this file except in compliance with the License. You may obtain a copy\n** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600\n** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:\n** \n** http://oss.sgi.com/projects/FreeB\n** \n** Note that, as provided in the License, the Software is distributed on an\n** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS\n** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND\n** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A\n** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.\n** \n** Original Code. The Original Code is: OpenGL Sample Implementation,\n** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,\n** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.\n** Copyright in any portions created by third parties is as indicated\n** elsewhere herein. All Rights Reserved.\n** \n** Additional Notice Provisions: The application programming interfaces\n** established by SGI in conjunction with the Original Code are The\n** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released\n** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version\n** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X\n** Window System(R) (Version 1.3), released October 19, 199