diff options
author | drochner <drochner> | 2003-05-10 16:37:11 +0000 |
---|---|---|
committer | drochner <drochner> | 2003-05-10 16:37:11 +0000 |
commit | c7db3af44bf1eaea1387dbfc469c605aab9431d5 (patch) | |
tree | be17b3ee54e37ca5b30ebd00393c31b3cd1f7f77 /graphics/MesaDemos/patches | |
parent | 143cc417e0a8e0b5393a29f364f04d9d0f31c6fb (diff) | |
download | pkgsrc-c7db3af44bf1eaea1387dbfc469c605aab9431d5.tar.gz |
update to 5.0.1
mostly a bugfix release
other changes:
- updated GL/gl_mangle.h file
- use glPolygonOffset in gloss demo to avoid z-fighting artifacts
- updated winpos and pointblast demos to use ARB extensions
- disable SPARC normal transformation code
Diffstat (limited to 'graphics/MesaDemos/patches')
-rw-r--r-- | graphics/MesaDemos/patches/patch-ab | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/graphics/MesaDemos/patches/patch-ab b/graphics/MesaDemos/patches/patch-ab index 9305ef26465..f22e7d333c6 100644 --- a/graphics/MesaDemos/patches/patch-ab +++ b/graphics/MesaDemos/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.2 2003/03/09 19:04:53 jschauma Exp $ +$NetBSD: patch-ab,v 1.3 2003/05/10 16:37:12 drochner Exp $ ---- demos/Makefile.X11.orig Tue Aug 21 01:42:11 2001 -+++ demos/Makefile.X11 Thu Nov 21 14:42:39 2002 +--- demos/Makefile.X11.orig 2001-08-21 07:42:11.000000000 +0200 ++++ demos/Makefile.X11 2003-05-10 18:23:01.000000000 +0200 @@ -9,8 +9,8 @@ ##### MACROS ##### @@ -43,3 +43,12 @@ $NetBSD: patch-ab,v 1.2 2003/03/09 19:04:53 jschauma Exp $ ##### TARGETS ##### +@@ -95,7 +93,7 @@ + cp ../util/readtex.c . + + readtex.h: +- cp ../util/readtex.c . ++ cp ../util/readtex.h . + + + # execute all programs |