diff --git a/Makefile b/Makefile index c72a443..f0e0519 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #!gmake ## The OpenGL Extension Wrangler Library -## Copyright (C) 2004, 2003, 2002, Milan Ikits -## Copyright (C) 2004, 2003, 2002, Marcelo E. Magallon +## Copyright (C) 2002-2005, Milan Ikits +## Copyright (C) 2002-2005, Marcelo E. Magallon ## Copyright (C) 2002, Lev Povalahev ## All rights reserved. ## diff --git a/TODO.txt b/TODO.txt index c3a0b5a..61e8dc7 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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 diff --git a/auto/Makefile b/auto/Makefile index 388f2eb..02f2eb9 100644 --- a/auto/Makefile +++ b/auto/Makefile @@ -1,5 +1,5 @@ -## Copyright (C) 2004, 2003 Marcelo E. Magallon -## Copyright (C) 2004, 2003 Milan Ikits +## Copyright (C) 2003-2005, Marcelo E. Magallon +## Copyright (C) 2003-2005, Milan Ikits ## ## This program is distributed under the terms and conditions of the GNU ## General Public License Version 2 as published by the Free Software diff --git a/auto/bin/fix_OML_sync_control.sh b/auto/bin/fix_OML_sync_control.sh index 5012334..5ad1c67 100755 --- a/auto/bin/fix_OML_sync_control.sh +++ b/auto/bin/fix_OML_sync_control.sh @@ -1,6 +1,6 @@ ## -## Copyright (C) 2004, 2003 Marcelo E. Magallon -## Copyright (C) 2004, 2003 Milan Ikits +## Copyright (C) 2003-2005, Marcelo E. Magallon +## Copyright (C) 2003-2005, Milan Ikits ## ## This program is distributed under the terms and conditions of the GNU ## General Public License Version 2 as published by the Free Software diff --git a/auto/bin/make.pl b/auto/bin/make.pl index f3ca567..3d050a7 100755 --- a/auto/bin/make.pl +++ b/auto/bin/make.pl @@ -1,6 +1,6 @@ ## -## Copyright (C) 2004, 2003 Marcelo E. Magallon -## Copyright (C) 2004, 2003 Milan Ikits +## Copyright (C) 2003-2005, Marcelo E. Magallon +## Copyright (C) 2003-2005, Milan Ikits ## ## This program is distributed under the terms and conditions of the GNU ## General Public License Version 2 as published by the Free Software diff --git a/auto/bin/make_def_fun.pl b/auto/bin/make_def_fun.pl index 60907f7..90c738a 100755 --- a/auto/bin/make_def_fun.pl +++ b/auto/bin/make_def_fun.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl ## -## Copyright (C) 2004, 2003 Marcelo E. Magallon -## Copyright (C) 2004, 2003 Milan Ikits +## Copyright (C) 2003-2005, Marcelo E. Magallon +## Copyright (C) 2003-2005, Milan Ikits ## ## 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) { diff --git a/auto/bin/make_def_var.pl b/auto/bin/make_def_var.pl index 67ff457..c95beea 100755 --- a/auto/bin/make_def_var.pl +++ b/auto/bin/make_def_var.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl ## -## Copyright (C) 2004, 2003 Marcelo E. Magallon -## Copyright (C) 2004, 2003 Milan Ikits +## Copyright (C) 2003-2005, Marcelo E. Magallon +## Copyright (C) 2003-2005, Milan Ikits ## ## 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) { diff --git a/auto/bin/make_header.pl b/auto/bin/make_header.pl index a92b0bd..fb90dcc 100755 --- a/auto/bin/make_header.pl +++ b/auto/bin/make_header.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl ## -## Copyright (C) 2004, 2003 Marcelo E. Magallon -## Copyright (C) 2004, 2003 Milan Ikits +## Copyright (C) 2003-2005, Marcelo E. Magallon +## Copyright (C) 2003-2005, Milan Ikits ## ## This program is distributed under the terms and conditions of the GNU ## General Public License Version 2 as published by the Free Software diff --git a/auto/bin/make_html.pl b/auto/bin/make_html.pl index 497dba4..1fba9f0 100755 --- a/auto/bin/make_html.pl +++ b/auto/bin/make_html.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl ## -## Copyright (C) 2004, 2003 Marcelo E. Magallon -## Copyright (C) 2004, 2003 Milan Ikits +## Copyright (C) 2003-2005, Marcelo E. Magallon +## Copyright (C) 2003-2005, Milan Ikits ## ## 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) { diff --git a/auto/bin/make_info.pl b/auto/bin/make_info.pl index a3b468c..c48241f 100755 --- a/auto/bin/make_info.pl +++ b/auto/bin/make_info.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl ## -## Copyright (C) 2004, 2003 Marcelo E. Magallon -## Copyright (C) 2004, 2003 Milan Ikits +## Copyright (C) 2003-2005, Marcelo E. Magallon +## Copyright (C) 2003-2005, Milan Ikits ## ## 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) { diff --git a/auto/bin/make_info_list.pl b/auto/bin/make_info_list.pl index efff076..d64d2e3 100755 --- a/auto/bin/make_info_list.pl +++ b/auto/bin/make_info_list.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl ## -## Copyright (C) 2004, 2003 Marcelo E. Magallon -## Copyright (C) 2004, 2003 Milan Ikits +## Copyright (C) 2003-2005, Marcelo E. Magallon +## Copyright (C) 2003-2005, Milan Ikits ## ## 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) { diff --git a/auto/bin/make_init.pl b/auto/bin/make_init.pl index 9f14cca..61b3386 100755 --- a/auto/bin/make_init.pl +++ b/auto/bin/make_init.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl ## -## Copyright (C) 2004, 2003 Marcelo E. Magallon -## Copyright (C) 2004, 2003 Milan Ikits +## Copyright (C) 2003-2005, Marcelo E. Magallon +## Copyright (C) 2003-2005, Milan Ikits ## ## 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) { diff --git a/auto/bin/make_list.pl b/auto/bin/make_list.pl index 06d2152..eb8c58b 100755 --- a/auto/bin/make_list.pl +++ b/auto/bin/make_list.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl ## -## Copyright (C) 2004, 2003 Marcelo E. Magallon -## Copyright (C) 2004, 2003 Milan Ikits +## Copyright (C) 2003-2005, Marcelo E. Magallon +## Copyright (C) 2003-2005, Milan Ikits ## ## 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) { diff --git a/auto/bin/make_str.pl b/auto/bin/make_str.pl index b1d1441..81c7957 100755 --- a/auto/bin/make_str.pl +++ b/auto/bin/make_str.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl ## -## Copyright (C) 2004, 2003 Marcelo E. Magallon -## Copyright (C) 2004, 2003 Milan Ikits +## Copyright (C) 2003-2005, Marcelo E. Magallon +## Copyright (C) 2003-2005, Milan Ikits ## ## 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) diff --git a/auto/bin/make_struct_fun.pl b/auto/bin/make_struct_fun.pl index ffb7af3..36dbfa9 100755 --- a/auto/bin/make_struct_fun.pl +++ b/auto/bin/make_struct_fun.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl ## -## Copyright (C) 2004, 2003 Marcelo E. Magallon -## Copyright (C) 2004, 2003 Milan Ikits +## Copyright (C) 2003-2005, Marcelo E. Magallon +## Copyright (C) 2003-2005, Milan Ikits ## ## 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", (<>); -#} diff --git a/auto/bin/make_struct_var.pl b/auto/bin/make_struct_var.pl index d654b3c..ac84d64 100755 --- a/auto/bin/make_struct_var.pl +++ b/auto/bin/make_struct_var.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl ## -## Copyright (C) 2004, 2003 Marcelo E. Magallon -## Copyright (C) 2004, 2003 Milan Ikits +## Copyright (C) 2003-2005, Marcelo E. Magallon +## Copyright (C) 2003-2005, Milan Ikits ## ## 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) { diff --git a/auto/bin/parse_spec.pl b/auto/bin/parse_spec.pl index 5f90d1b..2d25fdc 100755 --- a/auto/bin/parse_spec.pl +++ b/auto/bin/parse_spec.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl ## -## Copyright (C) 2004, 2003 Marcelo E. Magallon -## Copyright (C) 2004, 2003 Milan Ikits +## Copyright (C) 2003-2005, Marcelo E. Magallon +## Copyright (C) 2003-2005, Milan Ikits ## ## This program is distributed under the terms and conditions of the GNU ## General Public License Version 2 as published by the Free Software diff --git a/auto/bin/update_ext.sh b/auto/bin/update_ext.sh index 4cb683e..fe6d673 100755 --- a/auto/bin/update_ext.sh +++ b/auto/bin/update_ext.sh @@ -1,7 +1,7 @@ #!/bin/bash ## -## Copyright (C) 2004, 2003 Marcelo E. Magallon -## Copyright (C) 2004, 2003 Milan Ikits +## Copyright (C) 2003-2005, Marcelo E. Magallon +## Copyright (C) 2003-2005, Milan Ikits ## ## This program is distributed under the terms and conditions of the GNU ## General Public License Version 2 as published by the Free Software diff --git a/auto/bin/update_registry.sh b/auto/bin/update_registry.sh index ed3d0da..a7913b6 100755 --- a/auto/bin/update_registry.sh +++ b/auto/bin/update_registry.sh @@ -1,7 +1,7 @@ #!/bin/sh ## -## Copyright (C) 2004, 2003 Marcelo E. Magallon -## Copyright (C) 2004, 2003 Milan Ikits +## Copyright (C) 2003-2005, Marcelo E. Magallon +## Copyright (C) 2003-2005, Milan Ikits ## ## This program is distributed under the terms and conditions of the GNU ## General Public License Version 2 as published by the Free Software diff --git a/auto/src/glew_head.html b/auto/src/glew_head.html deleted file mode 100644 index 38af9f4..0000000 --- a/auto/src/glew_head.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - -GLEW: OpenGL Extensions Supported - - - - - -
- - - - - - -
-

The OpenGL Extension Wrangler Library

-

OpenGL Extensions Supported

diff --git a/auto/src/glew_tail.html b/auto/src/glew_tail.html deleted file mode 100644 index c352f2c..0000000 --- a/auto/src/glew_tail.html +++ /dev/null @@ -1,14 +0,0 @@ -

- - - - -
-Last update: 12-06-04
-
-
- diff --git a/auto/src/glxew_head.html b/auto/src/glxew_head.html deleted file mode 100644 index dabd478..0000000 --- a/auto/src/glxew_head.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - -GLEW: GLX Extensions Supported - - - - - -
- - -
-
The OpenGL Extension Wrangler - Library

-GLX Extensions Supported

diff --git a/auto/src/wglew_head.html b/auto/src/wglew_head.html deleted file mode 100644 index 0602af8..0000000 --- a/auto/src/wglew_head.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - -GLEW: WGL Extensions Supported - - - - - -

- - -
-
The OpenGL Extension Wrangler - Library

-WGL Extensions Supported

diff --git a/auto/src/wglew_tail.html b/auto/src/wglew_tail.html deleted file mode 100644 index 0602af8..0000000 --- a/auto/src/wglew_tail.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - -GLEW: WGL Extensions Supported - - - - - -

- - -
-
The OpenGL Extension Wrangler - Library

-WGL Extensions Supported

diff --git a/src/visualinfo.c b/src/visualinfo.c index 426f8b9..dee97a0 100644 --- a/src/visualinfo.c +++ b/src/visualinfo.c @@ -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