Year bump in copyright message. Removed obsolete files from auto/src.

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@333 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2005-01-03 07:32:34 +00:00
parent 9146962580
commit d50db91bd0
25 changed files with 38 additions and 185 deletions

View File

@ -1,7 +1,7 @@
#!gmake
## The OpenGL Extension Wrangler Library
## Copyright (C) 2004, 2003, 2002, Milan Ikits <milan ikits[at]ieee org>
## Copyright (C) 2004, 2003, 2002, Marcelo E. Magallon <mmagallo[at]debian org>
## Copyright (C) 2002-2005, Milan Ikits <milan ikits[]ieee org>
## Copyright (C) 2002-2005, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2002, Lev Povalahev
## All rights reserved.
##

View File

@ -1,11 +1,10 @@
Major:
- separate build of static and shared object files
- add support for initialization on first use
Minor:
- add support for all SUN, MTX, and OML extensions
- fix SGI hyperpipe stuff
- make auto/Makefile more robust against auto/core/*~ mistakes
- separate build of static and shared object files
- web page and documentation update
- web poll on separating glew, glxew and wglew

View File

@ -1,5 +1,5 @@
## Copyright (C) 2004, 2003 Marcelo E. Magallon <mmagallo[at]debian org>
## Copyright (C) 2004, 2003 Milan Ikits <milan ikits[at]ieee org>
## Copyright (C) 2003-2005, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2003-2005, Milan Ikits <milan ikits[]ieee org>
##
## This program is distributed under the terms and conditions of the GNU
## General Public License Version 2 as published by the Free Software

View File

@ -1,6 +1,6 @@
##
## Copyright (C) 2004, 2003 Marcelo E. Magallon <mmagallo[at]debian org>
## Copyright (C) 2004, 2003 Milan Ikits <milan ikits[at]ieee org>
## Copyright (C) 2003-2005, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2003-2005, Milan Ikits <milan ikits[]ieee org>
##
## This program is distributed under the terms and conditions of the GNU
## General Public License Version 2 as published by the Free Software

View File

@ -1,6 +1,6 @@
##
## Copyright (C) 2004, 2003 Marcelo E. Magallon <mmagallo[at]debian org>
## Copyright (C) 2004, 2003 Milan Ikits <milan ikits[at]ieee org>
## Copyright (C) 2003-2005, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2003-2005, Milan Ikits <milan ikits[]ieee org>
##
## This program is distributed under the terms and conditions of the GNU
## General Public License Version 2 as published by the Free Software

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl
##
## Copyright (C) 2004, 2003 Marcelo E. Magallon <mmagallo[at]debian org>
## Copyright (C) 2004, 2003 Milan Ikits <milan ikits[at]ieee org>
## Copyright (C) 2003-2005, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2003-2005, Milan Ikits <milan ikits[]ieee org>
##
## This program is distributed under the terms and conditions of the GNU
## General Public License Version 2 as published by the Free Software
@ -26,10 +26,6 @@ our $type = shift;
if (@ARGV)
{
@extlist = @ARGV;
# } else {
# local $/;
# @extlist = split "\n", (<>);
# }
foreach my $ext (sort @extlist)
{

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl
##
## Copyright (C) 2004, 2003 Marcelo E. Magallon <mmagallo[at]debian org>
## Copyright (C) 2004, 2003 Milan Ikits <milan ikits[at]ieee org>
## Copyright (C) 2003-2005, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2003-2005, Milan Ikits <milan ikits[]ieee org>
##
## This program is distributed under the terms and conditions of the GNU
## General Public License Version 2 as published by the Free Software
@ -20,10 +20,6 @@ our $type = shift;
if (@ARGV)
{
@extlist = @ARGV;
# } else {
# local $/;
# @extlist = split "\n", (<>);
# }
foreach my $ext (sort @extlist)
{

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl
##
## Copyright (C) 2004, 2003 Marcelo E. Magallon <mmagallo[at]debian org>
## Copyright (C) 2004, 2003 Milan Ikits <milan ikits[at]ieee org>
## Copyright (C) 2003-2005, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2003-2005, Milan Ikits <milan ikits[]ieee org>
##
## This program is distributed under the terms and conditions of the GNU
## General Public License Version 2 as published by the Free Software

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl
##
## Copyright (C) 2004, 2003 Marcelo E. Magallon <mmagallo[at]debian org>
## Copyright (C) 2004, 2003 Milan Ikits <milan ikits[at]ieee org>
## Copyright (C) 2003-2005, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2003-2005, Milan Ikits <milan ikits[]ieee org>
##
## This program is distributed under the terms and conditions of the GNU
## General Public License Version 2 as published by the Free Software
@ -22,10 +22,6 @@ my $cur_group = "";
if (@ARGV)
{
@extlist = @ARGV;
# } else {
# local $/;
# @extlist = split "\n", (<>);
# }
foreach my $ext (sort @extlist)
{

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl
##
## Copyright (C) 2004, 2003 Marcelo E. Magallon <mmagallo[at]debian org>
## Copyright (C) 2004, 2003 Milan Ikits <milan ikits[at]ieee org>
## Copyright (C) 2003-2005, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2003-2005, Milan Ikits <milan ikits[]ieee org>
##
## This program is distributed under the terms and conditions of the GNU
## General Public License Version 2 as published by the Free Software
@ -29,10 +29,6 @@ my %extensions = ();
if (@ARGV)
{
@extlist = @ARGV;
# } else {
# local $/;
# @extlist = split "\n", (<>);
# }
foreach my $ext (sort @extlist)
{

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl
##
## Copyright (C) 2004, 2003 Marcelo E. Magallon <mmagallo[at]debian org>
## Copyright (C) 2004, 2003 Milan Ikits <milan ikits[at]ieee org>
## Copyright (C) 2003-2005, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2003-2005, Milan Ikits <milan ikits[]ieee org>
##
## This program is distributed under the terms and conditions of the GNU
## General Public License Version 2 as published by the Free Software
@ -35,10 +35,6 @@ my %extensions = ();
if (@ARGV)
{
@extlist = @ARGV;
# } else {
# local $/;
# @extlist = split "\n", (<>);
# }
foreach my $ext (sort @extlist)
{

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl
##
## Copyright (C) 2004, 2003 Marcelo E. Magallon <mmagallo[at]debian org>
## Copyright (C) 2004, 2003 Milan Ikits <milan ikits[at]ieee org>
## Copyright (C) 2003-2005, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2003-2005, Milan Ikits <milan ikits[]ieee org>
##
## This program is distributed under the terms and conditions of the GNU
## General Public License Version 2 as published by the Free Software
@ -31,10 +31,6 @@ our $type = shift;
if (@ARGV)
{
@extlist = @ARGV;
# } else {
# local $/;
# @extlist = split "\n", (<>);
# }
foreach my $ext (sort @extlist)
{

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl
##
## Copyright (C) 2004, 2003 Marcelo E. Magallon <mmagallo[at]debian org>
## Copyright (C) 2004, 2003 Milan Ikits <milan ikits[at]ieee org>
## Copyright (C) 2003-2005, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2003-2005, Milan Ikits <milan ikits[]ieee org>
##
## This program is distributed under the terms and conditions of the GNU
## General Public License Version 2 as published by the Free Software
@ -29,10 +29,6 @@ my %extensions = ();
if (@ARGV)
{
@extlist = @ARGV;
# } else {
# local $/;
# @extlist = split "\n", (<>);
# }
foreach my $ext (sort @extlist)
{

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl
##
## Copyright (C) 2004, 2003 Marcelo E. Magallon <mmagallo[at]debian org>
## Copyright (C) 2004, 2003 Milan Ikits <milan ikits[at]ieee org>
## Copyright (C) 2003-2005, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2003-2005, Milan Ikits <milan ikits[]ieee org>
##
## This program is distributed under the terms and conditions of the GNU
## General Public License Version 2 as published by the Free Software
@ -20,10 +20,6 @@ our $export = shift;
if (@ARGV)
{
@extlist = @ARGV;
# } else {
# local $/;
# @extlist = split "\n", (<>);
# }
my $curexttype = "";
foreach my $ext (sort @extlist)

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl
##
## Copyright (C) 2004, 2003 Marcelo E. Magallon <mmagallo[at]debian org>
## Copyright (C) 2004, 2003 Milan Ikits <milan ikits[at]ieee org>
## Copyright (C) 2003-2005, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2003-2005, Milan Ikits <milan ikits[]ieee org>
##
## This program is distributed under the terms and conditions of the GNU
## General Public License Version 2 as published by the Free Software
@ -34,8 +34,3 @@ if (@ARGV)
output_decls($functions, \&make_pfn_decl);
}
}
#} else {
# local $/;
# @extlist = split "\n", (<>);
#}

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl
##
## Copyright (C) 2004, 2003 Marcelo E. Magallon <mmagallo[at]debian org>
## Copyright (C) 2004, 2003 Milan Ikits <milan ikits[at]ieee org>
## Copyright (C) 2003-2005, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2003-2005, Milan Ikits <milan ikits[]ieee org>
##
## This program is distributed under the terms and conditions of the GNU
## General Public License Version 2 as published by the Free Software
@ -20,10 +20,6 @@ our $export = shift;
if (@ARGV)
{
@extlist = @ARGV;
# } else {
# local $/;
# @extlist = split "\n", (<>);
# }
foreach my $ext (sort @extlist)
{

View File

@ -1,7 +1,7 @@
#!/usr/bin/perl
##
## Copyright (C) 2004, 2003 Marcelo E. Magallon <mmagallo[at]debian org>
## Copyright (C) 2004, 2003 Milan Ikits <milan ikits[at]ieee org>
## Copyright (C) 2003-2005, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2003-2005, Milan Ikits <milan ikits[]ieee org>
##
## This program is distributed under the terms and conditions of the GNU
## General Public License Version 2 as published by the Free Software

View File

@ -1,7 +1,7 @@
#!/bin/bash
##
## Copyright (C) 2004, 2003 Marcelo E. Magallon <mmagallo[at]debian org>
## Copyright (C) 2004, 2003 Milan Ikits <milan ikits[at]ieee org>
## Copyright (C) 2003-2005, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2003-2005, Milan Ikits <milan ikits[]ieee org>
##
## This program is distributed under the terms and conditions of the GNU
## General Public License Version 2 as published by the Free Software

View File

@ -1,7 +1,7 @@
#!/bin/sh
##
## Copyright (C) 2004, 2003 Marcelo E. Magallon <mmagallo[at]debian org>
## Copyright (C) 2004, 2003 Milan Ikits <milan ikits[at]ieee org>
## Copyright (C) 2003-2005, Marcelo E. Magallon <mmagallo[]debian org>
## Copyright (C) 2003-2005, Milan Ikits <milan ikits[]ieee org>
##
## This program is distributed under the terms and conditions of the GNU
## General Public License Version 2 as published by the Free Software

View File

@ -1,22 +0,0 @@
<!--
Copyright (C) 2004, 2003, 2002, Milan Ikits <milan ikits[at]ieee org>
Copyright (C) 2004, 2003, 2002, Marcelo E. Magallon <mmagallo[at]debian org>
This documentation may not be modified or redistributed in any
form, except by the copyright holder.
-->
<!doctype html public "-//w3c//dtd html 4.01 transitional//en" "http://www.w3.org/TR/html/4/loose.dtd">
<html>
<head>
<title>
GLEW: OpenGL Extensions Supported
</title>
<meta http-equiv="content-type" content="text/html; charset=US-ASCII">
<link href="glew.css" type=text/css rel=stylesheet>
</head>
<body bgcolor="#fff0d0">
<center>
<table border="0" width="50%" cellpadding="5" cellspacing="10">
<tr>
<td align="left" bgcolor="#ffffff">
<center><h2>The OpenGL Extension Wrangler Library</h2></center><p>
<center><h3>OpenGL Extensions Supported</h3></center><p>

View File

@ -1,14 +0,0 @@
<br></td></tr>
<tr>
<td bgcolor="#fff0d0">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="right">
<i>Last update: 12-06-04</i></td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>

View File

@ -1,23 +0,0 @@
<!--
Copyright (C) 2004, 2003, 2002, Milan Ikits <milan ikits[at]ieee org>
Copyright (C) 2004, 2003, 2002, Marcelo E. Magallon <mmagallo[at]debian org>
This documentation may not be modified or redistributed in any
form, except by the copyright holder.
-->
<!doctype html public "-//w3c//dtd html 4.01 transitional//en" "http://www.w3.org/TR/html/4/loose.dtd">
<html>
<head>
<title>
GLEW: GLX Extensions Supported
</title>
<meta http-equiv="content-type" content="text/html; charset=US-ASCII">
<link href="glew.css" type=text/css rel=stylesheet>
</head>
<body bgcolor="#fff0d0">
<center>
<table border="0" width="50%" cellpadding="5" cellspacing="10">
<tr>
<td align="left" bgcolor="#ffffff">
<center><font size="+1"><b>The OpenGL Extension Wrangler
Library</b></font><p>
<font size="+1">GLX Extensions Supported</font></center><p>

View File

@ -1,23 +0,0 @@
<!--
Copyright (C) 2004, 2003, 2002, Milan Ikits <milan ikits[at]ieee org>
Copyright (C) 2004, 2003, 2002, Marcelo E. Magallon <mmagallo[at]debian org>
This documentation may not be modified or redistributed in any
form, except by the copyright holder.
-->
<!doctype html public "-//w3c//dtd html 4.01 transitional//en" "http://www.w3.org/TR/html/4/loose.dtd">
<html>
<head>
<title>
GLEW: WGL Extensions Supported
</title>
<meta http-equiv="content-type" content="text/html; charset=US-ASCII">
<link href="glew.css" type=text/css rel=stylesheet>
</head>
<body bgcolor="#fff0d0">
<center>
<table border="0" width="50%" cellpadding="5" cellspacing="10">
<tr>
<td align="left" bgcolor="#ffffff">
<center><font size="+1"><b>The OpenGL Extension Wrangler
Library</b></font><p>
<font size="+1">WGL Extensions Supported</font></center><p>

View File

@ -1,23 +0,0 @@
<!--
Copyright (C) 2004, 2003, 2002, Milan Ikits <milan ikits[at]ieee org>
Copyright (C) 2004, 2003, 2002, Marcelo E. Magallon <mmagallo[at]debian org>
This documentation may not be modified or redistributed in any
form, except by the copyright holder.
-->
<!doctype html public "-//w3c//dtd html 4.01 transitional//en" "http://www.w3.org/TR/html/4/loose.dtd">
<html>
<head>
<title>
GLEW: WGL Extensions Supported
</title>
<meta http-equiv="content-type" content="text/html; charset=US-ASCII">
<link href="glew.css" type=text/css rel=stylesheet>
</head>
<body bgcolor="#fff0d0">
<center>
<table border="0" width="50%" cellpadding="5" cellspacing="10">
<tr>
<td align="left" bgcolor="#ffffff">
<center><font size="+1"><b>The OpenGL Extension Wrangler
Library</b></font><p>
<font size="+1">WGL Extensions Supported</font></center><p>

View File

@ -3,7 +3,7 @@
**
** Copyright (C) Nate Robins, 1997
** Michael Wimmer, 1999
** Milan Ikits, 2004, 2003
** Milan Ikits, 2003-2005
**
** visualinfo is a small utility that displays all available visuals,
** aka. pixelformats, in an OpenGL system along with renderer version