From d444636098743d9610ef0e9a66bce3d23de6dc43 Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 23 Mar 2001 12:36:53 +0000 Subject: 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 --- graphics/glut/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/glut/Makefile') diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile index ceb31b02aa5..094bd73564a 100644 --- a/graphics/glut/Makefile +++ b/graphics/glut/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 15:22:22 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/03/23 12:36:55 drochner Exp $ # -DISTNAME= Mesa-3.4 +DISTNAME= Mesa-3.4.1 PKGNAME= ${DISTNAME:S/Mesa/glut/} CATEGORIES= graphics MASTER_SITES= ftp://ftp.mesa3d.org/mesa/ \ -- cgit v1.2.3