diff options
author | drochner <drochner> | 2001-03-23 12:36:53 +0000 |
---|---|---|
committer | drochner <drochner> | 2001-03-23 12:36:53 +0000 |
commit | 14131a1f9ce275fe07b4d7981dbfcf70e0ae0b89 (patch) | |
tree | 3485ac3fe6b609d01875cf6715257f23dcdfd648 /graphics/MesaLib/files | |
parent | 950a9464a4c44fe7f217e60a17ffbf8506cbd85d (diff) | |
download | pkgsrc-14131a1f9ce275fe07b4d7981dbfcf70e0ae0b89.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/MesaLib/files')
-rw-r--r-- | graphics/MesaLib/files/md5 | 4 | ||||
-rw-r--r-- | graphics/MesaLib/files/patch-sum | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/MesaLib/files/md5 b/graphics/MesaLib/files/md5 index 6377a2ff979..a5f7f789095 100644 --- a/graphics/MesaLib/files/md5 +++ b/graphics/MesaLib/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/12/12 17:22:38 drochner Exp $ +$NetBSD: md5,v 1.3 2001/03/23 12:36:54 drochner Exp $ -MD5 (MesaLib-3.4.tar.bz2) = 6817ac3667aec85ab4c64ad8116867b7 +SHA1 (MesaLib-3.4.1.tar.bz2) = d239335f11e5322d98a98aa699afb4fc5b995197 diff --git a/graphics/MesaLib/files/patch-sum b/graphics/MesaLib/files/patch-sum index c5ab1f0dbcd..92ecedcf87a 100644 --- a/graphics/MesaLib/files/patch-sum +++ b/graphics/MesaLib/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.2 2000/12/12 17:22:38 drochner Exp $ +$NetBSD: patch-sum,v 1.3 2001/03/23 12:36:54 drochner Exp $ -MD5 (patch-aa) = 95180ae89aa01383d0dd647ded6f6d6c -MD5 (patch-ab) = c514339a69a904add8a58e9c0a50e97c +SHA1 (patch-aa) = f8e311944bbd80bf3939196dbbe993f78b2f8c50 +SHA1 (patch-ab) = 36ad59ccff1f99f9352c0fc6c9d8754f4ee01a5f |