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

Modified Files:
	pkgsrc/graphics/Mesa: Makefile.common

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.36 -r1.37 pkgsrc/graphics/Mesa/Makefile.common

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