Bug fixes: - don't apply regular fog or color sum when using a fragment program - glProgramEnvParameter4fARB always generated an error on GL_FRAGMENT_PROGRAM_ARB (fdo bug 1645) - glVertexAttrib3svNV and glVertexAttrib3svARB were broken - fixed width/height mix-up in glSeparableFilter2D() - fixed regression in glCopyPixels + convolution - glReadPixels from a clipped front color buffer didn't always work - glTexImage didn't accept GL_RED/GREEN/BLUE as the format - Attempting queries/accesses of VBO 0 weren't detected as errors - paletted textures failed if the palette had fewer that 256 entries Changes: - fixed a bunch of compiler warnings found with gcc 3.4 - bug reports should to go bugzilla.freedesktop.org
21 lines
362 B
Text
21 lines
362 B
Text
$NetBSD: patch-ac,v 1.8 2005/01/04 15:50:08 adam Exp $
|
|
|
|
--- Makefile.orig 2004-12-05 18:25:19.000000000 +0000
|
|
+++ Makefile
|
|
@@ -2,7 +2,7 @@
|
|
|
|
TOP = .
|
|
|
|
-SUBDIRS = src progs
|
|
+SUBDIRS = progs
|
|
|
|
|
|
default: $(TOP)/configs/current
|
|
@@ -100,6 +100,7 @@ linux-x86-64-static \
|
|
linux-x86-glide \
|
|
linux-x86-static \
|
|
netbsd \
|
|
+pkgsrc \
|
|
openbsd \
|
|
osf1 \
|
|
solaris-x86 \
|