summaryrefslogtreecommitdiff
path: root/graphics/MesaDemos/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-04-09 13:05:52 +0000
committeradam <adam@pkgsrc.org>2004-04-09 13:05:52 +0000
commit6a949e27ce8bff85c6a9d3d9bd40058344970089 (patch)
treed03a53616511bbc5664c450eb96a45a7a785f8d9 /graphics/MesaDemos/Makefile
parentdfc18876c1e87d2335a64d436a3e081fbf5efd48 (diff)
downloadpkgsrc-6a949e27ce8bff85c6a9d3d9bd40058344970089.tar.gz
Changes 6.0.1:
New: - upgraded glext.h to version 22 - new build targets (Dan Schikore) - new linux-x86-opteron build target (Heath Feather) Bug fixes: - glBindProgramARB didn't update all necessary state - fixed build problems on OpenBSD - omit CVS directories from tarballs - glGetTexImage(GL_COLOR_INDEX) was broken - fixed an infinite loop in t&l module - silenced some valgrind warnings about using unitialized memory - fixed some compilation/link glitches on IRIX (Mike Stephens) - glBindProgram wasn't getting compiled into display lists - GLX_FBCONFIG_ID wasn't recognized in glXChooseFBConfig() (bug 888079) - two-sided lighting and vertex program didn't work (bug 887330) - stores to program parameter registers in vertex state programs didn't work. - fixed glOrtho bug found with gcc 3.2.2 (RH9) - glXCreateWindow() wasn't fully implemented (bug 890894) - generic vertex attribute arrays didn't work in display lists - vertex buffer objects' default usage and access fields were wrong - glDrawArrays with start!=0 was broken - fragment program PK2H, UP2H, UP4B and UP4UB instructions were broken - linux-osmesa16-static config didn't work - fixed a few color index rendering problems (bug 910687) - glInterleavedArrays didn't respect GL_CLIENT_ACTIVE_TEXTURE - OSMesa RGB and BGR modes were broken - glProgramStringARB mistakenly required a null-terminated string - fragment program XPD instruction was incorrect - glGetMaterial() didn't work reliably
Diffstat (limited to 'graphics/MesaDemos/Makefile')
-rw-r--r--graphics/MesaDemos/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/MesaDemos/Makefile b/graphics/MesaDemos/Makefile
index 51f76f7f68b..fb5261da894 100644
--- a/graphics/MesaDemos/Makefile
+++ b/graphics/MesaDemos/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2004/03/15 18:04:34 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2004/04/09 13:08:20 adam Exp $
PKGNAME= MesaDemos-${MESA_VERSION}
-PKGREVISION= 1
COMMENT= OpenGL examples and Demos
PATCHDIR= ${.CURDIR}/patches