diff options
author | drochner <drochner> | 2000-12-12 17:22:38 +0000 |
---|---|---|
committer | drochner <drochner> | 2000-12-12 17:22:38 +0000 |
commit | 360c8bc676b8ddd739686de86eb34e532317afa5 (patch) | |
tree | 714e3563da2e9d6612b42dc6e8749fa97662fac5 /graphics/glu | |
parent | bdf964c54869014da86e171c5756ff4a8ecbecda (diff) | |
download | pkgsrc-360c8bc676b8ddd739686de86eb34e532317afa5.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/glu')
-rw-r--r-- | graphics/glu/Makefile | 4 | ||||
-rw-r--r-- | graphics/glu/files/md5 | 4 | ||||
-rw-r--r-- | graphics/glu/files/patch-sum | 4 | ||||
-rw-r--r-- | graphics/glu/patches/patch-aa | 12 | ||||
-rw-r--r-- | graphics/glu/pkg/PLIST | 4 |
5 files changed, 14 insertions, 14 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index bfc161a1d31..1b70f4fa214 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2000/11/11 17:49:26 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/12 17:22:39 drochner Exp $ # -DISTNAME= MesaLib-3.2.1 +DISTNAME= MesaLib-3.4 PKGNAME= ${DISTNAME:C/MesaLib/glu/} CATEGORIES= graphics MASTER_SITES= ftp://ftp.mesa3d.org/mesa/ \ diff --git a/graphics/glu/files/md5 b/graphics/glu/files/md5 index 08f582993f9..bae41dd5d25 100644 --- a/graphics/glu/files/md5 +++ b/graphics/glu/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/10/15 11:45:21 rh Exp $ +$NetBSD: md5,v 1.2 2000/12/12 17:22:39 drochner Exp $ -MD5 (MesaLib-3.2.1.tar.bz2) = dcd5a6aa77b3bdb400c8179419473e58 +MD5 (MesaLib-3.4.tar.bz2) = 6817ac3667aec85ab4c64ad8116867b7 diff --git a/graphics/glu/files/patch-sum b/graphics/glu/files/patch-sum index f9f6c4a5dd4..55b33fa5195 100644 --- a/graphics/glu/files/patch-sum +++ b/graphics/glu/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/10/15 11:45:21 rh Exp $ +$NetBSD: patch-sum,v 1.2 2000/12/12 17:22:39 drochner Exp $ -MD5 (patch-aa) = 001debf3952eb11c1b152b85e3243ffb +MD5 (patch-aa) = 617155a88565f7059be8bd8e1880e2ba diff --git a/graphics/glu/patches/patch-aa b/graphics/glu/patches/patch-aa index 1c0feb12a63..d6f901c6e09 100644 --- a/graphics/glu/patches/patch-aa +++ b/graphics/glu/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/10/15 11:45:21 rh Exp $ +$NetBSD: patch-aa,v 1.2 2000/12/12 17:22:39 drochner Exp $ ---- configure.orig Sat Sep 2 12:42:26 2000 -+++ configure -@@ -822,8 +822,8 @@ +--- configure.orig Thu Nov 2 19:09:25 2000 ++++ configure Mon Dec 11 00:17:01 2000 +@@ -823,8 +823,8 @@ MESA_MAJOR=3 - MESA_MINOR=2 - MESA_TINY=1 + MESA_MINOR=4 + MESA_TINY=0 -LIBGL_VERSION=1:2:0${MESA_MAJOR}0${MESA_MINOR}0${MESA_TINY} -LIBGLU_VERSION=1:1:0${MESA_MAJOR}0${MESA_MINOR}0${MESA_TINY} +LIBGL_VERSION=${MESA_MAJOR}:${MESA_MINOR}:${MESA_TINY} diff --git a/graphics/glu/pkg/PLIST b/graphics/glu/pkg/PLIST index 10f9f45f5fe..a4ea4faaea4 100644 --- a/graphics/glu/pkg/PLIST +++ b/graphics/glu/pkg/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 11:45:21 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/12/12 17:22:40 drochner Exp $ include/GL/glu.h include/GL/glu_mangle.h -lib/libGLU.so.3.2 +lib/libGLU.so.3.4 lib/libGLU.a lib/libGLU.la @unexec rmdir %D/include/GL >/dev/null 2>&1 || true |