Subject: CVS commit: pkgsrc/graphics/MesaLib
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 04/09/2004 13:06:06
Module Name:	pkgsrc
Committed By:	adam
Date:		Fri Apr  9 13:06:06 UTC 2004

Modified Files:
	pkgsrc/graphics/MesaLib: distinfo
	pkgsrc/graphics/MesaLib/patches: patch-ab patch-ac patch-ad patch-ae
	    patch-af patch-ag

Log Message:
Changes 6.0.1:
New:
- upgraded glext.h to version 22
- new build targets (Dan Schikore)
- new linux-x86-opteron build target (Heath Feather)
Bug fixes:
- glBindProgramARB didn't update all necessary state
- fixed build problems on OpenBSD
- omit CVS directories from tarballs
- glGetTexImage(GL_COLOR_INDEX) was broken
- fixed an infinite loop in t&l module
- silenced some valgrind warnings about using unitialized memory
- fixed some compilation/link glitches on IRIX (Mike Stephens)
- glBindProgram wasn't getting compiled into display lists
- GLX_FBCONFIG_ID wasn't recognized in glXChooseFBConfig() (bug 888079)
- two-sided lighting and vertex program didn't work (bug 887330)
- stores to program parameter registers in vertex state programs
  didn't work.
- fixed glOrtho bug found with gcc 3.2.2 (RH9)
- glXCreateWindow() wasn't fully implemented (bug 890894)
- generic vertex attribute arrays didn't work in display lists
- vertex buffer objects' default usage and access fields were wrong
- glDrawArrays with start!=0 was broken
- fragment program PK2H, UP2H, UP4B and UP4UB instructions were broken
- linux-osmesa16-static config didn't work
- fixed a few color index rendering problems (bug 910687)
- glInterleavedArrays didn't respect GL_CLIENT_ACTIVE_TEXTURE
- OSMesa RGB and BGR modes were broken
- glProgramStringARB mistakenly required a null-terminated string
- fragment program XPD instruction was incorrect
- glGetMaterial() didn't work reliably


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/graphics/MesaLib/distinfo
cvs rdiff -r1.10 -r1.11 pkgsrc/graphics/MesaLib/patches/patch-ab
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/MesaLib/patches/patch-ac
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/MesaLib/patches/patch-ad \
    pkgsrc/graphics/MesaLib/patches/patch-ae
cvs rdiff -r1.1 -r1.2 pkgsrc/graphics/MesaLib/patches/patch-af \
    pkgsrc/graphics/MesaLib/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.