diff options
author | drochner <drochner> | 2000-12-12 17:22:38 +0000 |
---|---|---|
committer | drochner <drochner> | 2000-12-12 17:22:38 +0000 |
commit | d56c252d7beb257febe8ce6e2fb2d3f2312f2d19 (patch) | |
tree | 714e3563da2e9d6612b42dc6e8749fa97662fac5 /graphics/Mesa/Makefile | |
parent | 9821f34ce7397400ee863db8052ec273f08cef37 (diff) | |
download | pkgsrc-d56c252d7beb257febe8ce6e2fb2d3f2312f2d19.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/Mesa/Makefile')
-rw-r--r-- | graphics/Mesa/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile index 4aa086df5ba..9ed2d1c1e2a 100644 --- a/graphics/Mesa/Makefile +++ b/graphics/Mesa/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2000/10/15 11:57:17 rh Exp $ +# $NetBSD: Makefile,v 1.36 2000/12/12 17:22:38 drochner Exp $ # -DISTNAME= Mesa-3.2.1 +DISTNAME= Mesa-3.4 CATEGORIES= graphics MASTER_SITES= # empty DISTFILES= # empty @@ -9,8 +9,8 @@ DISTFILES= # empty MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.ssec.wisc.edu/~brianp/Mesa.html -DEPENDS+= glu-3.2.1:../../graphics/glu -DEPENDS+= glut-3.2.1:../../graphics/glut +DEPENDS+= glu-3.4:../../graphics/glu +DEPENDS+= glut-3.4:../../graphics/glut CONFLICTS= Mesa-glx-* @@ -18,7 +18,7 @@ CHECK_MESA= yes .include "../../mk/bsd.prefs.mk" .if ${HAVE_BUILTIN_MESA} == "NO" -DEPENDS+= MesaLib-3.2.1:../../graphics/MesaLib +DEPENDS+= MesaLib-3.4:../../graphics/MesaLib .endif USE_X11BASE= yes |