diff options
author | wiz <wiz@pkgsrc.org> | 2009-06-12 22:53:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-06-12 22:53:34 +0000 |
commit | c1cd9063c2e5ec935a3abb714dca0173b4e3563c (patch) | |
tree | ee1fac972495aee4872adde5248e6892d318afd0 | |
parent | 36d81511b43110abb3122e464ee8efde477b176d (diff) | |
download | pkgsrc-c1cd9063c2e5ec935a3abb714dca0173b4e3563c.tar.gz |
Update to 2.1:
Here's the 2.1 release of dri2proto with the new request from Ian
to support front buffer rendering.
Have fun rendering to the front buffer!
Kristian
Ian Romanick (1):
Add protocol for DRI2GetBuffersWithFormat
-rw-r--r-- | x11/dri2proto/Makefile | 4 | ||||
-rw-r--r-- | x11/dri2proto/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/dri2proto/Makefile b/x11/dri2proto/Makefile index a4b3273dac5..42a0a71e035 100644 --- a/x11/dri2proto/Makefile +++ b/x11/dri2proto/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2009/05/19 06:43:00 hasso Exp $ +# $NetBSD: Makefile,v 1.4 2009/06/12 22:53:34 wiz Exp $ # -DISTNAME= dri2proto-2.0 +DISTNAME= dri2proto-2.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/dri2proto/distinfo b/x11/dri2proto/distinfo index 8f1b2130142..02e32e4d083 100644 --- a/x11/dri2proto/distinfo +++ b/x11/dri2proto/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/05/19 06:43:00 hasso Exp $ +$NetBSD: distinfo,v 1.4 2009/06/12 22:53:34 wiz Exp $ -SHA1 (dri2proto-2.0.tar.bz2) = cb6342ea88f57f7d0023abdf9a3ff6000f8e7a0f -RMD160 (dri2proto-2.0.tar.bz2) = e843c4b33aa31edc78030f873c10ec53cc421ba5 -Size (dri2proto-2.0.tar.bz2) = 50908 bytes +SHA1 (dri2proto-2.1.tar.bz2) = 1ba917531ff035287549d576097d7028bd3d037f +RMD160 (dri2proto-2.1.tar.bz2) = deb31d24fe8cd2be48c1c7640383b1b99a0015b5 +Size (dri2proto-2.1.tar.bz2) = 51362 bytes |