diff options
author | adam <adam> | 2005-01-04 15:49:24 +0000 |
---|---|---|
committer | adam <adam> | 2005-01-04 15:49:24 +0000 |
commit | 6793ff85996a72ec27b0f6a6c012f349e7872d44 (patch) | |
tree | e6e3ccf1ede62fe06541014f09e8c5abf2c18dc0 /graphics/MesaDemos | |
parent | 70bb28805f5ab7c1a0131a3e1e2782b61025dde8 (diff) | |
download | pkgsrc-6793ff85996a72ec27b0f6a6c012f349e7872d44.tar.gz |
Changes 6.2.1:
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
Diffstat (limited to 'graphics/MesaDemos')
-rw-r--r-- | graphics/MesaDemos/distinfo | 12 | ||||
-rw-r--r-- | graphics/MesaDemos/patches/patch-ac | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/graphics/MesaDemos/distinfo b/graphics/MesaDemos/distinfo index 688ea5e5bf6..e7821616743 100644 --- a/graphics/MesaDemos/distinfo +++ b/graphics/MesaDemos/distinfo @@ -1,12 +1,12 @@ -$NetBSD: distinfo,v 1.11 2004/10/26 13:57:47 adam Exp $ +$NetBSD: distinfo,v 1.12 2005/01/04 15:50:08 adam Exp $ -SHA1 (Mesa-6.2/MesaLib-6.2.tar.bz2) = dc8cc87138729ab6b5002c91e02f8c41a9dbdd35 -Size (Mesa-6.2/MesaLib-6.2.tar.bz2) = 1615788 bytes -SHA1 (Mesa-6.2/MesaDemos-6.2.tar.bz2) = 10a3303093be1b69243e639377ecee299e34d98c -Size (Mesa-6.2/MesaDemos-6.2.tar.bz2) = 1005757 bytes +SHA1 (Mesa-6.2.1/MesaLib-6.2.1.tar.bz2) = 7c4fb46ae17b066e85e90592ace496ac6b36c189 +Size (Mesa-6.2.1/MesaLib-6.2.1.tar.bz2) = 1627520 bytes +SHA1 (Mesa-6.2.1/MesaDemos-6.2.1.tar.bz2) = f8da791e365eec633a70c4b5a76d96d27838e20b +Size (Mesa-6.2.1/MesaDemos-6.2.1.tar.bz2) = 1004511 bytes SHA1 (patch-aa) = 4be9b5fadff758d3bcaea22abc5a61e89ccadbe0 SHA1 (patch-ab) = 50050f26563f739a54173ab75b2d24b4ca4529f4 -SHA1 (patch-ac) = fb27a96d6932b8d3e3b2c57539c995322e7196c0 +SHA1 (patch-ac) = 3640b405d9402b6a8e96a257813f116f5502740b SHA1 (patch-ad) = 41a417d37ad82a99a3b1e7ef4c54f052947a8a1b SHA1 (patch-af) = a66af6ebab7569d85693a9fa58b2d8f9b35149c1 SHA1 (patch-ah) = 8ccfd1734accf9ed3920d42e9208eef5a9d233cf diff --git a/graphics/MesaDemos/patches/patch-ac b/graphics/MesaDemos/patches/patch-ac index 670e951acff..2398fa02405 100644 --- a/graphics/MesaDemos/patches/patch-ac +++ b/graphics/MesaDemos/patches/patch-ac @@ -1,6 +1,6 @@ -$NetBSD: patch-ac,v 1.7 2004/10/26 13:57:47 adam Exp $ +$NetBSD: patch-ac,v 1.8 2005/01/04 15:50:08 adam Exp $ ---- Makefile.orig 2004-10-01 21:34:29.000000000 +0000 +--- Makefile.orig 2004-12-05 18:25:19.000000000 +0000 +++ Makefile @@ -2,7 +2,7 @@ @@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.7 2004/10/26 13:57:47 adam Exp $ default: $(TOP)/configs/current -@@ -98,6 +98,7 @@ linux-x86-64-static \ +@@ -100,6 +100,7 @@ linux-x86-64-static \ linux-x86-glide \ linux-x86-static \ netbsd \ |