mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
fixed some configure;make build problems. cleaned-up copyright info.
This commit is contained in:
parent
a573803ed3
commit
5ac8282a22
13 changed files with 165 additions and 223 deletions
|
|
@ -1,10 +1,10 @@
|
|||
/* -*- mode: C; tab-width:8; -*- */
|
||||
/* $Id: fxapi.c,v 1.32 2001/09/23 16:50:01 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 3.3
|
||||
* Version: 4.0
|
||||
*
|
||||
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
|
||||
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
|
|
@ -22,26 +22,18 @@
|
|||
* BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
*
|
||||
* Original Mesa / 3Dfx device driver (C) 1999 David Bucciarelli, by the
|
||||
* terms stated above.
|
||||
*
|
||||
* Thank you for your contribution, David!
|
||||
*
|
||||
* Please make note of the above copyright/license statement. If you
|
||||
* contributed code or bug fixes to this code under the previous (GNU
|
||||
* Library) license and object to the new license, your code will be
|
||||
* removed at your request. Please see the Mesa docs/COPYRIGHT file
|
||||
* for more information.
|
||||
*
|
||||
* Additional Mesa/3Dfx driver developers:
|
||||
* Daryll Strauss <daryll@precisioninsight.com>
|
||||
* Keith Whitwell <keith@precisioninsight.com>
|
||||
*
|
||||
* See fxapi.h for more revision/author details.
|
||||
*/
|
||||
|
||||
/* Authors:
|
||||
* David Bucciarelli
|
||||
* Brian Paul
|
||||
* Daryll Strauss
|
||||
* Keith Whitwell
|
||||
*/
|
||||
|
||||
|
||||
/* fxapi.c - public interface to FX/Mesa functions (fxmesa.h) */
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "conf.h"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
/* $Id: fxdd.c,v 1.84 2001/09/23 16:50:01 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 3.3
|
||||
* Version: 4.0
|
||||
*
|
||||
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
|
||||
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
|
|
@ -21,26 +22,14 @@
|
|||
* BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
*
|
||||
* Original Mesa / 3Dfx device driver (C) 1999 David Bucciarelli, by the
|
||||
* terms stated above.
|
||||
*
|
||||
* Thank you for your contribution, David!
|
||||
*
|
||||
* Please make note of the above copyright/license statement. If you
|
||||
* contributed code or bug fixes to this code under the previous (GNU
|
||||
* Library) license and object to the new license, your code will be
|
||||
* removed at your request. Please see the Mesa docs/COPYRIGHT file
|
||||
* for more information.
|
||||
*
|
||||
* Additional Mesa/3Dfx driver developers:
|
||||
* Daryll Strauss <daryll@precisioninsight.com>
|
||||
* Keith Whitwell <keith@precisioninsight.com>
|
||||
*
|
||||
* See fxapi.h for more revision/author details.
|
||||
*/
|
||||
|
||||
/* Authors:
|
||||
* David Bucciarelli
|
||||
* Brian Paul
|
||||
* Daryll Strauss
|
||||
* Keith Whitwell
|
||||
*/
|
||||
|
||||
/* fxdd.c - 3Dfx VooDoo Mesa device driver functions */
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
/* $Id: fxddspan.c,v 1.19 2001/09/23 16:50:01 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 3.3
|
||||
* Version: 4.0
|
||||
*
|
||||
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
|
||||
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
|
|
@ -21,24 +22,13 @@
|
|||
* BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
*
|
||||
* Original Mesa / 3Dfx device driver (C) 1999 David Bucciarelli, by the
|
||||
* terms stated above.
|
||||
*
|
||||
* Thank you for your contribution, David!
|
||||
*
|
||||
* Please make note of the above copyright/license statement. If you
|
||||
* contributed code or bug fixes to this code under the previous (GNU
|
||||
* Library) license and object to the new license, your code will be
|
||||
* removed at your request. Please see the Mesa docs/COPYRIGHT file
|
||||
* for more information.
|
||||
*
|
||||
* Additional Mesa/3Dfx driver developers:
|
||||
* Daryll Strauss <daryll@precisioninsight.com>
|
||||
* Keith Whitwell <keith@precisioninsight.com>
|
||||
*
|
||||
* See fxapi.h for more revision/author details.
|
||||
*/
|
||||
|
||||
/* Authors:
|
||||
* David Bucciarelli
|
||||
* Brian Paul
|
||||
* Daryll Strauss
|
||||
* Keith Whitwell
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
/* $Id: fxddtex.c,v 1.45 2001/09/23 16:50:01 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 3.5
|
||||
* Version: 4.0
|
||||
*
|
||||
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
|
||||
*
|
||||
|
|
@ -21,24 +22,13 @@
|
|||
* BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
*
|
||||
* Original Mesa / 3Dfx device driver (C) 1999 David Bucciarelli, by the
|
||||
* terms stated above.
|
||||
*
|
||||
* Thank you for your contribution, David!
|
||||
*
|
||||
* Please make note of the above copyright/license statement. If you
|
||||
* contributed code or bug fixes to this code under the previous (GNU
|
||||
* Library) license and object to the new license, your code will be
|
||||
* removed at your request. Please see the Mesa docs/COPYRIGHT file
|
||||
* for more information.
|
||||
*
|
||||
* Additional Mesa/3Dfx driver developers:
|
||||
* Daryll Strauss <daryll@precisioninsight.com>
|
||||
* Keith Whitwell <keith@precisioninsight.com>
|
||||
*
|
||||
* See fxapi.h for more revision/author details.
|
||||
*/
|
||||
|
||||
/* Authors:
|
||||
* David Bucciarelli
|
||||
* Brian Paul
|
||||
* Daryll Strauss
|
||||
* Keith Whitwell
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
/* $Id: fxdrv.h,v 1.52 2001/09/23 16:50:01 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 3.3
|
||||
* Version: 4.0
|
||||
*
|
||||
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
|
||||
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
|
|
@ -21,26 +22,17 @@
|
|||
* BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
*
|
||||
* Original Mesa / 3Dfx device driver (C) 1999 David Bucciarelli, by the
|
||||
* terms stated above.
|
||||
*
|
||||
* Thank you for your contribution, David!
|
||||
*
|
||||
* Please make note of the above copyright/license statement. If you
|
||||
* contributed code or bug fixes to this code under the previous (GNU
|
||||
* Library) license and object to the new license, your code will be
|
||||
* removed at your request. Please see the Mesa docs/COPYRIGHT file
|
||||
* for more information.
|
||||
*
|
||||
* Additional Mesa/3Dfx driver developers:
|
||||
* Daryll Strauss <daryll@precisioninsight.com>
|
||||
* Keith Whitwell <keith@precisioninsight.com>
|
||||
*
|
||||
* See fxapi.h for more revision/author details.
|
||||
*/
|
||||
|
||||
/* Authors:
|
||||
* David Bucciarelli
|
||||
* Brian Paul
|
||||
* Daryll Strauss
|
||||
* Keith Whitwell
|
||||
*/
|
||||
|
||||
/* fxsetup.c - 3Dfx VooDoo rendering mode setup functions */
|
||||
|
||||
|
||||
#ifndef FXDRV_H
|
||||
#define FXDRV_H
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
/* $Id: fxglidew.c,v 1.19 2001/09/23 16:50:01 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 3.3
|
||||
* Version: 4.0
|
||||
*
|
||||
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
|
||||
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
|
|
@ -21,26 +22,17 @@
|
|||
* BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
*
|
||||
* Original Mesa / 3Dfx device driver (C) 1999 David Bucciarelli, by the
|
||||
* terms stated above.
|
||||
*
|
||||
* Thank you for your contribution, David!
|
||||
*
|
||||
* Please make note of the above copyright/license statement. If you
|
||||
* contributed code or bug fixes to this code under the previous (GNU
|
||||
* Library) license and object to the new license, your code will be
|
||||
* removed at your request. Please see the Mesa docs/COPYRIGHT file
|
||||
* for more information.
|
||||
*
|
||||
* Additional Mesa/3Dfx driver developers:
|
||||
* Daryll Strauss <daryll@precisioninsight.com>
|
||||
* Keith Whitwell <keith@precisioninsight.com>
|
||||
*
|
||||
* See fxapi.h for more revision/author details.
|
||||
*/
|
||||
|
||||
/* Authors:
|
||||
* David Bucciarelli
|
||||
* Brian Paul
|
||||
* Daryll Strauss
|
||||
* Keith Whitwell
|
||||
*/
|
||||
|
||||
/* fxsetup.c - 3Dfx VooDoo rendering mode setup functions */
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "conf.h"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
/* $Id: fxglidew.h,v 1.13 2001/09/23 16:50:01 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 3.3
|
||||
* Version: 4.0
|
||||
*
|
||||
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
|
||||
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
|
|
@ -21,24 +22,13 @@
|
|||
* BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
*
|
||||
* Original Mesa / 3Dfx device driver (C) 1999 David Bucciarelli, by the
|
||||
* terms stated above.
|
||||
*
|
||||
* Thank you for your contribution, David!
|
||||
*
|
||||
* Please make note of the above copyright/license statement. If you
|
||||
* contributed code or bug fixes to this code under the previous (GNU
|
||||
* Library) license and object to the new license, your code will be
|
||||
* removed at your request. Please see the Mesa docs/COPYRIGHT file
|
||||
* for more information.
|
||||
*
|
||||
* Additional Mesa/3Dfx driver developers:
|
||||
* Daryll Strauss <daryll@precisioninsight.com>
|
||||
* Keith Whitwell <keith@precisioninsight.com>
|
||||
*
|
||||
* See fxapi.h for more revision/author details.
|
||||
*/
|
||||
|
||||
/* Authors:
|
||||
* David Bucciarelli
|
||||
* Brian Paul
|
||||
* Daryll Strauss
|
||||
* Keith Whitwell
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
/* $Id: fxsetup.c,v 1.36 2001/09/23 16:50:01 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 3.3
|
||||
* Version: 4.0
|
||||
*
|
||||
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
|
||||
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
|
|
@ -21,26 +22,14 @@
|
|||
* BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
*
|
||||
* Original Mesa / 3Dfx device driver (C) 1999 David Bucciarelli, by the
|
||||
* terms stated above.
|
||||
*
|
||||
* Thank you for your contribution, David!
|
||||
*
|
||||
* Please make note of the above copyright/license statement. If you
|
||||
* contributed code or bug fixes to this code under the previous (GNU
|
||||
* Library) license and object to the new license, your code will be
|
||||
* removed at your request. Please see the Mesa docs/COPYRIGHT file
|
||||
* for more information.
|
||||
*
|
||||
* Additional Mesa/3Dfx driver developers:
|
||||
* Daryll Strauss <daryll@precisioninsight.com>
|
||||
* Keith Whitwell <keith@precisioninsight.com>
|
||||
*
|
||||
* See fxapi.h for more revision/author details.
|
||||
*/
|
||||
|
||||
/* Authors:
|
||||
* David Bucciarelli
|
||||
* Brian Paul
|
||||
* Daryll Strauss
|
||||
* Keith Whitwell
|
||||
*/
|
||||
|
||||
/* fxsetup.c - 3Dfx VooDoo rendering mode setup functions */
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
/* $Id: fxtexman.c,v 1.15 2001/09/23 16:50:01 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 3.3
|
||||
* Version: 4.0
|
||||
*
|
||||
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
|
||||
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
|
|
@ -21,26 +22,14 @@
|
|||
* BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
*
|
||||
* Original Mesa / 3Dfx device driver (C) 1999 David Bucciarelli, by the
|
||||
* terms stated above.
|
||||
*
|
||||
* Thank you for your contribution, David!
|
||||
*
|
||||
* Please make note of the above copyright/license statement. If you
|
||||
* contributed code or bug fixes to this code under the previous (GNU
|
||||
* Library) license and object to the new license, your code will be
|
||||
* removed at your request. Please see the Mesa docs/COPYRIGHT file
|
||||
* for more information.
|
||||
*
|
||||
* Additional Mesa/3Dfx driver developers:
|
||||
* Daryll Strauss <daryll@precisioninsight.com>
|
||||
* Keith Whitwell <keith@precisioninsight.com>
|
||||
*
|
||||
* See fxapi.h for more revision/author details.
|
||||
*/
|
||||
|
||||
/* Authors:
|
||||
* David Bucciarelli
|
||||
* Brian Paul
|
||||
* Daryll Strauss
|
||||
* Keith Whitwell
|
||||
*/
|
||||
|
||||
/* fxtexman.c - 3Dfx VooDoo texture memory functions */
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,10 @@
|
|||
/* -*- mode: c; c-basic-offset: 3 -*-
|
||||
/* $Id: fxtris.c,v 1.17 2001/09/23 16:50:01 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 4.0
|
||||
*
|
||||
* Copyright 2000 VA Linux Systems Inc., Fremont, California.
|
||||
*
|
||||
* All Rights Reserved.
|
||||
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
|
|
@ -11,29 +13,30 @@
|
|||
* and/or sell copies of the Software, and to permit persons to whom the
|
||||
* Software is furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice (including the next
|
||||
* paragraph) shall be included in all copies or substantial portions of the
|
||||
* Software.
|
||||
* The above copyright notice and this permission notice shall be included
|
||||
* in all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* VA LINUX SYSTEMS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
|
||||
* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
* BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
/* $XFree86: xc/lib/GL/mesa/src/drv/fx/fxtris.c,v 1.5 2000/09/24 13:51:04 alanh Exp $ */
|
||||
|
||||
/* Authors:
|
||||
* Keith Whitwell <keithw@valinux.com>
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "conf.h"
|
||||
#endif
|
||||
|
||||
#ifdef FX
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "glheader.h"
|
||||
#include "mtypes.h"
|
||||
#include "macros.h"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,10 @@
|
|||
/* $Id: fxvb.c,v 1.11 2001/09/23 16:50:01 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* GLX Hardware Device Driver for Intel i810
|
||||
* Copyright (C) 1999 Keith Whitwell
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 4.0
|
||||
*
|
||||
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
|
|
@ -19,11 +23,16 @@
|
|||
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
*
|
||||
*/
|
||||
/* $XFree86: xc/lib/GL/mesa/src/drv/tdfx/tdfxvb.c,v 1.7 2000/11/08 05:02:43 dawes Exp $ */
|
||||
|
||||
|
||||
/* Authors:
|
||||
* Keith Whitwell
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "conf.h"
|
||||
#endif
|
||||
|
||||
#ifdef FX
|
||||
|
||||
#include "glheader.h"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,33 @@
|
|||
/* $Id: fxvbtmp.h,v 1.10 2001/09/23 16:50:01 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 4.0
|
||||
*
|
||||
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
* to deal in the Software without restriction, including without limitation
|
||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
* and/or sell copies of the Software, and to permit persons to whom the
|
||||
* Software is furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included
|
||||
* in all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
/* Authors:
|
||||
* Keith Whitwell <keithw@valinux.com>
|
||||
*/
|
||||
|
||||
|
||||
static void TAG(emit)( GLcontext *ctx,
|
||||
GLuint start, GLuint end,
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
/* $Id: fxwgl.c,v 1.14 2001/09/23 16:50:01 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 3.3
|
||||
* Version: 4.0
|
||||
*
|
||||
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
|
||||
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
|
|
@ -21,27 +22,13 @@
|
|||
* BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
||||
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
*
|
||||
* Original Mesa / 3Dfx device driver (C) 1999 David Bucciarelli, by the
|
||||
* terms stated above.
|
||||
*
|
||||
* Thank you for your contribution, David!
|
||||
*
|
||||
* Please make note of the above copyright/license statement. If you
|
||||
* contributed code or bug fixes to this code under the previous (GNU
|
||||
* Library) license and object to the new license, your code will be
|
||||
* removed at your request. Please see the Mesa docs/COPYRIGHT file
|
||||
* for more information.
|
||||
*
|
||||
* Additional Mesa/3Dfx driver developers:
|
||||
* Daryll Strauss <daryll@precisioninsight.com>
|
||||
* Keith Whitwell <keith@precisioninsight.com>
|
||||
*
|
||||
* See fxapi.h for more revision/author details.
|
||||
*/
|
||||
|
||||
|
||||
/* Authors:
|
||||
* David Bucciarelli
|
||||
* Brian Paul
|
||||
* Keith Whitwell
|
||||
*/
|
||||
|
||||
/* fxwgl.c - Microsoft wgl functions emulation for
|
||||
* 3Dfx VooDoo/Mesa interface
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue