diff options
author | adam <adam@pkgsrc.org> | 2005-01-04 15:49:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-01-04 15:49:24 +0000 |
commit | c36d3b9ed68d5200a982afc1e4e9ade55a38d027 (patch) | |
tree | e6e3ccf1ede62fe06541014f09e8c5abf2c18dc0 /graphics/Mesa | |
parent | 050a82bf0134a338f685b0c86de21057bc67107f (diff) | |
download | pkgsrc-c36d3b9ed68d5200a982afc1e4e9ade55a38d027.tar.gz |
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
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index f89cdbb5872..5fe5c488d20 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.36 2004/12/03 15:14:59 wiz Exp $ +# $NetBSD: Makefile.common,v 1.37 2005/01/04 15:49:49 adam Exp $ DISTNAME= MesaLib-${MESA_VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -8,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/} EXTRACT_SUFX= .tar.bz2 -MESA_VERSION= 6.2 +MESA_VERSION= 6.2.1 MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.mesa3d.org/ |