summaryrefslogtreecommitdiff
path: root/graphics/MesaLib/pkg
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2000-12-12 17:22:38 +0000
committerdrochner <drochner@pkgsrc.org>2000-12-12 17:22:38 +0000
commit422b29d2639022f4704f5a6e1c36ec35941593be (patch)
tree714e3563da2e9d6612b42dc6e8749fa97662fac5 /graphics/MesaLib/pkg
parent47e69537ee9a354eb053b25d46e7396704872a16 (diff)
downloadpkgsrc-422b29d2639022f4704f5a6e1c36ec35941593be.tar.gz
update to Mesa 3.4
Changes: New: - optimized glDrawPixels for glPixelZoom(1,-1) Bug Fixes: - widgets-mesa/src/*.c files were missing from 3.3 distro - include/GL/mesa_wgl.h file was missing from 3.3 distro - fixed some Win32 compile problems - texture object priorities weren't getting initialized to 1.0 - glAreTexturesResident return value was wrong when using hardware - glXUseXFont segfaulted when using 3dfx driver (via MESA_GLX_FX) - glReadPixels with GLushort packed types was broken - fixed a few bugs in the GL_EXT_texture_env_combine texture code - glPush/PopAttrib(GL_ENABLE_BIT) mishandled multi-texture enables - fixed some typos/bugs in the VB code - glDrawPixels(GL_COLOR_INDEX) to RGB window didn't work - optimized glDrawPixels paths weren't being used - per-fragment fog calculation didn't work without a Z buffer - improved blending accuracy, fixes Glean blendFunc test failures - glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctly - glXGetProcAddressARB() didn't always return the right address - gluBuild[12]DMipmaps() didn't grok the GL_BGR pixel format - texture matrix changes weren't always detected (GLUT projtex demo) - fixed random color problem in vertex fog code - fixed Glide-related bug that let Quake get a 24-bit Z buffer Changes: - finished internal support for compressed textures for DRI
Diffstat (limited to 'graphics/MesaLib/pkg')
-rw-r--r--graphics/MesaLib/pkg/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/MesaLib/pkg/PLIST b/graphics/MesaLib/pkg/PLIST
index 2f4ab2dda0e..bb819f4a899 100644
--- a/graphics/MesaLib/pkg/PLIST
+++ b/graphics/MesaLib/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 11:41:17 rh Exp $
+@comment $NetBSD: PLIST,v 1.2 2000/12/12 17:22:39 drochner Exp $
etc/mesa.conf
include/GL/gl.h
include/GL/gl_mangle.h
@@ -8,7 +8,7 @@ include/GL/osmesa.h
include/GL/xmesa.h
include/GL/xmesa_x.h
include/GL/xmesa_xf86.h
-lib/libGL.so.3.2
+lib/libGL.so.3.4
lib/libGL.a
lib/libGL.la
@unexec rmdir %D/include/GL >/dev/null 2>&1 || true