summaryrefslogtreecommitdiff
path: root/graphics/MesaLib/patches
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/patches
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/patches')
-rw-r--r--graphics/MesaLib/patches/patch-aa12
-rw-r--r--graphics/MesaLib/patches/patch-ab12
2 files changed, 12 insertions, 12 deletions
diff --git a/graphics/MesaLib/patches/patch-aa b/graphics/MesaLib/patches/patch-aa
index ef4d55c7998..46fc86c23c3 100644
--- a/graphics/MesaLib/patches/patch-aa
+++ b/graphics/MesaLib/patches/patch-aa
@@ -1,14 +1,14 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/10/15 11:41:17 rh Exp $
+$NetBSD: patch-aa,v 1.2 2000/12/12 17:22:39 drochner Exp $
---- src/X86/assyntax.h.orig Thu Apr 6 23:59:24 2000
-+++ src/X86/assyntax.h
-@@ -948,7 +948,8 @@
+--- src/X86/assyntax.h.orig Mon Sep 25 17:12:01 2000
++++ src/X86/assyntax.h Sun Dec 10 23:45:34 2000
+@@ -954,7 +954,8 @@
#if defined(Lynx) || (defined(SYSV) || defined(SVR4)) \
|| (defined(linux) || defined(__OS2ELF__)) && defined(__ELF__) \
- || defined(__FreeBSD__) && __FreeBSD__ >= 3
+ || defined(__FreeBSD__) && __FreeBSD__ >= 3 \
+ || defined(__NetBSD__) && defined(__ELF__)
- #define GLNAME(a) a
+ #define GLNAME(a) a
#else
- #define GLNAME(a) _ ## a
+ #define GLNAME(a) _ ## a
diff --git a/graphics/MesaLib/patches/patch-ab b/graphics/MesaLib/patches/patch-ab
index 999bc8ddd33..628066cbf88 100644
--- a/graphics/MesaLib/patches/patch-ab
+++ b/graphics/MesaLib/patches/patch-ab
@@ -1,11 +1,11 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/10/15 11:41:17 rh Exp $
+$NetBSD: patch-ab,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 Sun Dec 10 23:49:29 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}