Subject: CVS commit: pkgsrc/graphics/MesaLib
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 01/04/2005 15:49:24
Module Name:	pkgsrc
Committed By:	adam
Date:		Tue Jan  4 15:49:24 UTC 2005

Modified Files:
	pkgsrc/graphics/MesaLib: distinfo
	pkgsrc/graphics/MesaLib/patches: patch-ac patch-ag

Log Message:
Changes 6.2.1:
Bug fixes:
- don't apply regular fog or color sum when using a fragment program
- glProgramEnvParameter4fARB always generated an error on
  GL_FRAGMENT_PROGRAM_ARB (fdo bug 1645)
- glVertexAttrib3svNV and glVertexAttrib3svARB were broken
- fixed width/height mix-up in glSeparableFilter2D()
- fixed regression in glCopyPixels + convolution
- glReadPixels from a clipped front color buffer didn't always work
- glTexImage didn't accept GL_RED/GREEN/BLUE as the format
- Attempting queries/accesses of VBO 0 weren't detected as errors
- paletted textures failed if the palette had fewer that 256 entries
Changes:
- fixed a bunch of compiler warnings found with gcc 3.4
- bug reports should to go bugzilla.freedesktop.org


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/graphics/MesaLib/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/graphics/MesaLib/patches/patch-ac
cvs rdiff -r1.3 -r1.4 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.