diff options
author | Brian Paul <[email protected]> | 2001-09-23 16:50:01 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-09-23 16:50:01 +0000 |
commit | 5ac8282a2214fe19504e89818b5d1f6d65ec7365 (patch) | |
tree | ed1c41452dc6832b815da5dd2fcfac783c380224 /src/mesa/drivers/glide/fxdrv.h | |
parent | a573803ed3fe9ef6489f45bd4c5455b77cb33a43 (diff) |
fixed some configure;make build problems. cleaned-up copyright info.
Diffstat (limited to 'src/mesa/drivers/glide/fxdrv.h')
-rw-r--r-- | src/mesa/drivers/glide/fxdrv.h | 32 |
1 files changed, 12 insertions, 20 deletions
diff --git a/src/mesa/drivers/glide/fxdrv.h b/src/mesa/drivers/glide/fxdrv.h index dd2f6584807..f3f6fa4c9b8 100644 --- a/src/mesa/drivers/glide/fxdrv.h +++ b/src/mesa/drivers/glide/fxdrv.h @@ -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 <[email protected]> - * Keith Whitwell <[email protected]> - * - * 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 |