diff options
author | drochner <drochner@pkgsrc.org> | 2001-03-23 12:36:53 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-03-23 12:36:53 +0000 |
commit | 5000ff653458e92679fc2510a33145019a00042a (patch) | |
tree | 3485ac3fe6b609d01875cf6715257f23dcdfd648 /graphics/Mesa | |
parent | 853ab99d946743051490644cb89acb23e4c20077 (diff) | |
download | pkgsrc-5000ff653458e92679fc2510a33145019a00042a.tar.gz |
update to 3.4.1
Changes:
New:
- fixed some Linux build problems
- fixed some Windows build problems
- GL_EXT_texture_env_dot3 extension (Gareth Hughes)
Bug fixes:
- added RENDER_START/RENDER_FINISH macros for glCopyTexImage in DRI
- various state-update code changes needed for DRI bugs
- disabled pixel transfer ops in glColorTable commands, not needed
- fixed bugs in glCopyConvolutionFilter1D/2D, glGetConvolutionFilter
- updated sources and fixed compile problems in widgets-mesa/
- GLX_PBUFFER enum value was wrong in glx.h
- fixed a glColorMaterial lighting bug
- fixed bad args to Read/WriteStencilSpan in h/w stencil clear function
- glXCopySubBufferMESA() Y position was off by one
- Error checking of glTexSubImage3D() was broken (bug 128775)
- glPopAttrib() didn't restore all derived Mesa state correctly
- Better glReadPixels accuracy for 16bpp color - fixes lots of OpenGL
conformance problems at 16bpp.
- clearing depth buffer with scissoring was broken, would segfault
- OSMesaGetDepthBuffer() returned bad bytesPerValue value
- fixed a line clipping bug (reported by Craig McDaniel)
- fixed RGB color over/underflow bug for very tiny triangles
Known problems:
- NURBS or evaluator surfaces inside display lists don't always work
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile index fb472822883..083954c614e 100644 --- a/graphics/Mesa/Makefile +++ b/graphics/Mesa/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2001/02/16 15:22:15 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2001/03/23 12:36:53 drochner Exp $ # -DISTNAME= Mesa-3.4 +DISTNAME= Mesa-3.4.1 CATEGORIES= graphics MASTER_SITES= # empty DISTFILES= # empty @@ -10,8 +10,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.ssec.wisc.edu/~brianp/Mesa.html COMMENT= Graphics library meta package, similar to SGI's OpenGL -DEPENDS+= glu-3.4:../../graphics/glu -DEPENDS+= glut-3.4:../../graphics/glut +DEPENDS+= glu-3.4.1:../../graphics/glu +DEPENDS+= glut-3.4.1:../../graphics/glut CONFLICTS= Mesa-glx-* @@ -19,7 +19,7 @@ CHECK_MESA= yes .include "../../mk/bsd.prefs.mk" .if ${HAVE_BUILTIN_MESA} == "NO" -DEPENDS+= MesaLib-3.4:../../graphics/MesaLib +DEPENDS+= MesaLib-3.4.1:../../graphics/MesaLib .endif USE_X11BASE= yes |