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/pkg | |
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/pkg')
-rw-r--r-- | graphics/glu/pkg/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
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 |