diff options
author | hasso <hasso> | 2009-07-08 20:00:57 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-07-08 20:00:57 +0000 |
commit | b92ca3aa03102f9dab3499970580c2e6ff77f8f7 (patch) | |
tree | dec80c2d65e6d94b3bb326d022352373ea629acd /graphics/Mesa | |
parent | ffa27877f0058f0afbd1b1afef7abb86330cbe20 (diff) | |
download | pkgsrc-b92ca3aa03102f9dab3499970580c2e6ff77f8f7.tar.gz |
Update to 7.4.4. Make software ratserizer actually work. Add one patch from
upstream repo to fix null pointer dereference.
Changes in 7.4.4:
* Fixed i965/i915 segfault in screen destruction (bug 22408)
Changes in 7.4.3:
* Fixed texture object reference counting bug (bug 21756)
* Allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENT
point (SF bug 2793846)
* Added missing glGet case for GL_VERTEX_ARRAY_BINDING_APPLE
* Fixed some OSMesa build issues
* Fixed a vertex buffer object crash
* Fixed broken glTexImage3D() when image type = GL_BITMAP
* Fixed some GLSL preprocessor bugs
* Fixed framebuffer mem leak in i945/i965 DRI drivers
* Fixed texture coordinate repeat bug in swrast (bug 21872)
* Fixed incorrect viewport clamping (lower bound is zero, not one)
* GLX fix for glean's makeCurrent test case
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile.version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Mesa/Makefile.version b/graphics/Mesa/Makefile.version index a57f55d40e4..60218447a40 100644 --- a/graphics/Mesa/Makefile.version +++ b/graphics/Mesa/Makefile.version @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.version,v 1.6 2009/06/05 11:10:35 wiz Exp $ +# $NetBSD: Makefile.version,v 1.7 2009/07/08 20:00:57 hasso Exp $ # # When changing this version, please run "make distinfo" in the following # package directories: @@ -12,5 +12,5 @@ MESA_DISTNAME= MesaLib-${MESA_VERSION} MESA_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/} -MESA_VERSION= 7.4.2 +MESA_VERSION= 7.4.4 MESA_PKGVERSION= ${MESA_VERSION} |