diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-19 14:03:21 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-19 14:03:21 +0000 |
commit | dd6521e44be0482e98b4aed1b1719a734ed5bbd0 (patch) | |
tree | 2e620108be92bdc130053a5422f46c50bc1263d5 /graphics | |
parent | b012abcc3065710d8f419cec91157f8e5c79f318 (diff) | |
download | FreeBSD-ports-dd6521e44be0482e98b4aed1b1719a734ed5bbd0.zip FreeBSD-ports-dd6521e44be0482e98b4aed1b1719a734ed5bbd0.tar.gz |
Distfile has been rerolled. diff between old and new version revealed that
several bugs were fixed. Following are relevant changelog entries:
- fixed stencil buffer clear width/height typo
- fixed GL error glitches in gl[Client]ActiveTextureARB()
- fixed Windows compilation problem in texutil.c
- fixed 1/8-pixel AA triangle sampling error
Submitted by: many
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Mesa3/Makefile | 1 | ||||
-rw-r--r-- | graphics/Mesa3/distinfo | 2 | ||||
-rw-r--r-- | graphics/mesagl/Makefile | 1 | ||||
-rw-r--r-- | graphics/mesagl/distinfo | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile index b3c70bc..2a7f6c7 100644 --- a/graphics/Mesa3/Makefile +++ b/graphics/Mesa3/Makefile @@ -7,6 +7,7 @@ PORTNAME= Mesa PORTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://iris.ssec.wisc.edu/pub/Mesa/ \ diff --git a/graphics/Mesa3/distinfo b/graphics/Mesa3/distinfo index 697914a..355c390 100644 --- a/graphics/Mesa3/distinfo +++ b/graphics/Mesa3/distinfo @@ -1,2 +1,2 @@ -MD5 (MesaLib-3.4.2.tar.bz2) = 9169942475db0786229079f57909f7bc +MD5 (MesaLib-3.4.2.tar.bz2) = 5bad47f1f86a87b2a35e8c8c33d97e4a MD5 (MesaDemos-3.4.2.tar.bz2) = b3a7b01dae8b1f09f951f9257c242b08 diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index b3c70bc..2a7f6c7 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -7,6 +7,7 @@ PORTNAME= Mesa PORTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://iris.ssec.wisc.edu/pub/Mesa/ \ diff --git a/graphics/mesagl/distinfo b/graphics/mesagl/distinfo index 697914a..355c390 100644 --- a/graphics/mesagl/distinfo +++ b/graphics/mesagl/distinfo @@ -1,2 +1,2 @@ -MD5 (MesaLib-3.4.2.tar.bz2) = 9169942475db0786229079f57909f7bc +MD5 (MesaLib-3.4.2.tar.bz2) = 5bad47f1f86a87b2a35e8c8c33d97e4a MD5 (MesaDemos-3.4.2.tar.bz2) = b3a7b01dae8b1f09f951f9257c242b08 |