Subject: CVS commit: pkgsrc/graphics/MesaDemos
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 01/04/2005 15:50:08
Module Name: pkgsrc
Committed By: adam
Date: Tue Jan 4 15:50:08 UTC 2005
Modified Files:
pkgsrc/graphics/MesaDemos: distinfo
pkgsrc/graphics/MesaDemos/patches: patch-ac
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.11 -r1.12 pkgsrc/graphics/MesaDemos/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/graphics/MesaDemos/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.