diff options
author | drochner <drochner@pkgsrc.org> | 2000-12-12 17:22:38 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2000-12-12 17:22:38 +0000 |
commit | 422b29d2639022f4704f5a6e1c36ec35941593be (patch) | |
tree | 714e3563da2e9d6612b42dc6e8749fa97662fac5 /graphics/glut | |
parent | 47e69537ee9a354eb053b25d46e7396704872a16 (diff) | |
download | pkgsrc-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/glut')
-rw-r--r-- | graphics/glut/Makefile | 4 | ||||
-rw-r--r-- | graphics/glut/files/md5 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile index c5198da8181..93492248c05 100644 --- a/graphics/glut/Makefile +++ b/graphics/glut/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2000/11/11 17:49:26 tron Exp $ +# $NetBSD: Makefile,v 1.3 2000/12/12 17:22:40 drochner Exp $ # -DISTNAME= Mesa-3.2.1 +DISTNAME= Mesa-3.4 PKGNAME= ${DISTNAME:S/Mesa/glut/} CATEGORIES= graphics MASTER_SITES= ftp://ftp.mesa3d.org/mesa/ \ diff --git a/graphics/glut/files/md5 b/graphics/glut/files/md5 index 10507712af4..8f3171b6a34 100644 --- a/graphics/glut/files/md5 +++ b/graphics/glut/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.1.1.1 2000/10/15 11:48:44 rh Exp $ +$NetBSD: md5,v 1.2 2000/12/12 17:22:40 drochner Exp $ -MD5 (MesaLib-3.2.1.tar.bz2) = dcd5a6aa77b3bdb400c8179419473e58 -MD5 (MesaDemos-3.2.1.tar.bz2) = 621bd95ed9f93467f4dfa615e2f27c16 +MD5 (MesaLib-3.4.tar.bz2) = 6817ac3667aec85ab4c64ad8116867b7 +MD5 (MesaDemos-3.4.tar.bz2) = 27f7c8e143e2412e75ef7a3cd2313e0b |