The FreeBSD Ports Archive
FreeBSD graphics : dri4>
OpenGL hardware acceleration drivers for the DRI
This package contains the current stable release of the client drivers for the
DRI. With an X Server configured for the DRI they allow direct rendering of
hardware-accelerated OpenGL.
http://dri.sourceforge.net/
|
dri history
v. 1.25
date: 2007/10/04 01:10:47; author: edwin; state: Exp; lines: +0 -7
Remove always-false/true conditions based on OSVERSION 500000
v. 1.24
date: 2007/08/29 10:33:10; author: flz; state: Exp; lines: +14 -39
- Refactor MesaLib ports.
- Update graphics/libGLw to 7.0.1.
v. 1.23
date: 2007/08/15 16:55:15; author: jkim; state: Exp; lines: +2 -1
Update to 7.0.1.
Approved by: anholt (maintainer)
v. 1.22
date: 2007/07/02 19:31:54; author: jkim; state: Exp; lines: +1 -0
Fix accidental removal of PORTEPOCH in the previous commit.
Pointed out by: kib
v. 1.21
date: 2007/07/02 17:10:08; author: jkim; state: Exp; lines: +6 -5
- Update to 7.0 (to sync with other Mesa libraries).
- Do not remove HAVE_POSIX_MEMALIGN from configuration files
where posix_memalign(3) is actually available.
- Use amd64-specific configuration file for amd64 build. It gives
slightly better performance because it uses amd64 assembly code
in some places.
Approved by: anholt (maintainer time out)
v. 1.20
date: 2007/05/21 14:59:09; author: flz; state: Exp; lines: +3 -1
Depend explicitely on textproc/expat2.
Reported by: des
Approved by: portmgr (blanket)
v. 1.19
date: 2007/05/19 20:08:52; author: flz; state: Exp; lines: +14 -7
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.18
date: 2007/04/30 11:44:58; author: mnag; state: Exp; lines: +1 -1
- Add Intel 945 GM support
- portlint(1)
PR: 111333
Submitted by: mnag
Approved by: anholt (maintainer timeout, 23 days)
v. 1.17
date: 2006/09/01 04:17:44; author: anholt; state: Exp; lines: +8 -0
Fix build on 4.x. This is slightly different from the submitted patch, but
I think it should still work.
PR: Mark Andrews
Submitted by: ports/92704
v. 1.16
date: 2006/06/25 14:43:13; author: anholt; state: Exp; lines: +1 -1
Mark new CONFLICTS for dri-devel.
v. 1.15
date: 2006/01/21 18:55:03; author: lesi; state: Exp; lines: +8 -7
Upgrade to X.Org 6.9.0 release.
Remove separate mtree file for X_WINDOW_SYSTEM=XOrg case. Both X11
distributions now use the one from /etc/mtree again.
v. 1.14
date: 2005/06/15 02:16:36; author: anholt; state: Exp; lines: +5 -0
Mark these ports IGNORE on XFree86, due to libGL incompatibility and the
presence of xfree86-dri. Also, fix up the wording and the website in pkg-descr.
v. 1.13
date: 2005/05/05 01:20:49; author: anholt; state: Exp; lines: +1 -1
[1] Fix the build on alpha by removing -ffast-math from the build cflags.
[2] Remove an unnecessary configure script from when this was built from
monolithic sources.
[3] Register conflicts for dri-devel in dri.
Submitted by: [1] krismail
v. 1.12
date: 2005/02/14 07:08:27; author: anholt; state: Exp; lines: +4 -4
Update to a newer snapshot of stable Mesa. Includes a fix for hangs with
RV200 Radeons (thanks Dave Airlie!) [1], fixes for software fallbacks, the usual
pile of little conformance and other bugfixes, and fixing the hang on first lock
grab on AMD64 (that was a really lame bug). Host the distfile on freefall as
well until public_distfiles propagates.
PR: [1] ports/75731
Submitted by: [1] pb
v. 1.11
date: 2005/01/12 23:29:27; author: anholt; state: Exp; lines: +11 -3
Update dri port to use a more recent Mesa (and drm) snapshot. Includes
many conformance/bug fixes in the core, fixes for two hangs in the radeon
driver, bugfixes in the r200 driver, adds more chip IDs, and adds fixes to
drivers whose DRM will hopefully be ported soon. Also install i915 driver on
AMD64, as EM64T machines may have that chipset.
v. 1.10
date: 2004/12/29 22:41:27; author: anholt; state: Exp; lines: +2 -1
[1] Try to respect PTHREAD_LIBS, to unbreak the build on 4.x.
[2] Respect CXXFLAGS a little more thoroughly.
PR: [1] ports/75473
Submitted by: [1] KIMURA Yasuhiro, yasu at utahime dot org, among many others
Based on: [1] patch by thierry
v. 1.9
date: 2004/12/24 09:08:39; author: anholt; state: Exp; lines: +1 -0
Bump PORTREVISION for previous commit.
v. 1.8
date: 2004/12/24 09:05:40; author: anholt; state: Exp; lines: +2 -0
[1] Link against libexpat so that the drivers actually work.
[2] Respect CC/CFLAGS/etc.
Submitted by: [1] Vladimir Novoseltsev, blacknova at tut dot by
v. 1.7
date: 2004/12/23 01:35:39; author: anholt; state: Exp; lines: +32 -15
Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2
DRI drivers are incompatible with the old libGL in XFree86, they have been
repocopied to graphics/xfree86-dri. Also note that with this commit the html
manpages are going away, and with it the runtime dependency on perl for the
imake port.
Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt
Props to: kris (multiple cluster runs and sorting through logs)
lesi (fixing all the issues in those logs, and more)
v. 1.6
date: 2004/09/26 03:20:01; author: anholt; state: Exp; lines: +6 -1
[1] Don't try to package the missing tdfx_dri.so on amd64.
[2] Package sis_dri.so on i386.
PR: [2] ports/71312
Submitted by: [2] oliver
Approved by: portmgr (linimon)
v. 1.5
date: 2004/08/11 19:45:03; author: anholt; state: Exp; lines: +2 -0
Add missing dependency on libX11, to fix package build.
v. 1.4
date: 2004/07/25 20:31:30; author: anholt; state: Exp; lines: +1 -1
This works on AMD64 as well. Fixes build of xorg metaport on AMD64.
v. 1.3
date: 2004/07/23 07:07:22; author: anholt; state: Exp; lines: +8 -17
Update the stable DRI port to X.Org 6.7.0-release's DRI modules. Note that
the version number has changed to track the Mesa version instead of the X
release, which is not really related to DRI development. This is because it is
very likely that we will be building the DRI drivers from Mesa soon.
Tested on: XFree86 4.3 + R100, X.Org 6.7.0 + R200
v. 1.2
date: 2003/11/22 23:58:06; author: anholt; state: Exp; lines: +2 -0
Mark ONLY_FOR_ARCHS=i386 alpha.
v. 1.1
date: 2003/11/09 08:24:56; author: anholt; state: Exp;
Add new port "dri". This port contains the split-out DRI client drivers from
XFree86-4-Server. I decided the history from XFree86-4-Server wasn't
significant enough, and will hopefully be obsolete soon when Mesa starts
providing the DRI drivers.
=============================================================================
v. 1.25
date: 2007/10/04 01:10:47; author: edwin; state: Exp; lines: +0 -7
Remove always-false/true conditions based on OSVERSION 500000
v. 1.24
date: 2007/08/29 10:33:10; author: flz; state: Exp; lines: +14 -39
- Refactor MesaLib ports.
- Update graphics/libGLw to 7.0.1.
v. 1.23
date: 2007/08/15 16:55:15; author: jkim; state: Exp; lines: +2 -1
Update to 7.0.1.
Approved by: anholt (maintainer)
v. 1.22
date: 2007/07/02 19:31:54; author: jkim; state: Exp; lines: +1 -0
Fix accidental removal of PORTEPOCH in the previous commit.
Pointed out by: kib
v. 1.21
date: 2007/07/02 17:10:08; author: jkim; state: Exp; lines: +6 -5
- Update to 7.0 (to sync with other Mesa libraries).
- Do not remove HAVE_POSIX_MEMALIGN from configuration files
where posix_memalign(3) is actually available.
- Use amd64-specific configuration file for amd64 build. It gives
slightly better performance because it uses amd64 assembly code
in some places.
Approved by: anholt (maintainer time out)
v. 1.20
date: 2007/05/21 14:59:09; author: flz; state: Exp; lines: +3 -1
Depend explicitely on textproc/expat2.
Reported by: des
Approved by: portmgr (blanket)
v. 1.19
date: 2007/05/19 20:08:52; author: flz; state: Exp; lines: +14 -7
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.18
date: 2007/04/30 11:44:58; author: mnag; state: Exp; lines: +1 -1
- Add Intel 945 GM support
- portlint(1)
PR: 111333
Submitted by: mnag
Approved by: anholt (maintainer timeout, 23 days)
v. 1.17
date: 2006/09/01 04:17:44; author: anholt; state: Exp; lines: +8 -0
Fix build on 4.x. This is slightly different from the submitted patch, but
I think it should still work.
PR: Mark Andrews
Submitted by: ports/92704
v. 1.16
date: 2006/06/25 14:43:13; author: anholt; state: Exp; lines: +1 -1
Mark new CONFLICTS for dri-devel.
v. 1.15
date: 2006/01/21 18:55:03; author: lesi; state: Exp; lines: +8 -7
Upgrade to X.Org 6.9.0 release.
Remove separate mtree file for X_WINDOW_SYSTEM=XOrg case. Both X11
distributions now use the one from /etc/mtree again.
v. 1.14
date: 2005/06/15 02:16:36; author: anholt; state: Exp; lines: +5 -0
Mark these ports IGNORE on XFree86, due to libGL incompatibility and the
presence of xfree86-dri. Also, fix up the wording and the website in pkg-descr.
v. 1.13
date: 2005/05/05 01:20:49; author: anholt; state: Exp; lines: +1 -1
[1] Fix the build on alpha by removing -ffast-math from the build cflags.
[2] Remove an unnecessary configure script from when this was built from
monolithic sources.
[3] Register conflicts for dri-devel in dri.
Submitted by: [1] krismail
v. 1.12
date: 2005/02/14 07:08:27; author: anholt; state: Exp; lines: +4 -4
Update to a newer snapshot of stable Mesa. Includes a fix for hangs with
RV200 Radeons (thanks Dave Airlie!) [1], fixes for software fallbacks, the usual
pile of little conformance and other bugfixes, and fixing the hang on first lock
grab on AMD64 (that was a really lame bug). Host the distfile on freefall as
well until public_distfiles propagates.
PR: [1] ports/75731
Submitted by: [1] pb
v. 1.11
date: 2005/01/12 23:29:27; author: anholt; state: Exp; lines: +11 -3
Update dri port to use a more recent Mesa (and drm) snapshot. Includes
many conformance/bug fixes in the core, fixes for two hangs in the radeon
driver, bugfixes in the r200 driver, adds more chip IDs, and adds fixes to
drivers whose DRM will hopefully be ported soon. Also install i915 driver on
AMD64, as EM64T machines may have that chipset.
v. 1.10
date: 2004/12/29 22:41:27; author: anholt; state: Exp; lines: +2 -1
[1] Try to respect PTHREAD_LIBS, to unbreak the build on 4.x.
[2] Respect CXXFLAGS a little more thoroughly.
PR: [1] ports/75473
Submitted by: [1] KIMURA Yasuhiro, yasu at utahime dot org, among many others
Based on: [1] patch by thierry
v. 1.9
date: 2004/12/24 09:08:39; author: anholt; state: Exp; lines: +1 -0
Bump PORTREVISION for previous commit.
v. 1.8
date: 2004/12/24 09:05:40; author: anholt; state: Exp; lines: +2 -0
[1] Link against libexpat so that the drivers actually work.
[2] Respect CC/CFLAGS/etc.
Submitted by: [1] Vladimir Novoseltsev, blacknova at tut dot by
v. 1.7
date: 2004/12/23 01:35:39; author: anholt; state: Exp; lines: +32 -15
Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2
DRI drivers are incompatible with the old libGL in XFree86, they have been
repocopied to graphics/xfree86-dri. Also note that with this commit the html
manpages are going away, and with it the runtime dependency on perl for the
imake port.
Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt
Props to: kris (multiple cluster runs and sorting through logs)
lesi (fixing all the issues in those logs, and more)
v. 1.6
date: 2004/09/26 03:20:01; author: anholt; state: Exp; lines: +6 -1
[1] Don't try to package the missing tdfx_dri.so on amd64.
[2] Package sis_dri.so on i386.
PR: [2] ports/71312
Submitted by: [2] oliver
Approved by: portmgr (linimon)
v. 1.5
date: 2004/08/11 19:45:03; author: anholt; state: Exp; lines: +2 -0
Add missing dependency on libX11, to fix package build.
v. 1.4
date: 2004/07/25 20:31:30; author: anholt; state: Exp; lines: +1 -1
This works on AMD64 as well. Fixes build of xorg metaport on AMD64.
v. 1.3
date: 2004/07/23 07:07:22; author: anholt; state: Exp; lines: +8 -17
Update the stable DRI port to X.Org 6.7.0-release's DRI modules. Note that
the version number has changed to track the Mesa version instead of the X
release, which is not really related to DRI development. This is because it is
very likely that we will be building the DRI drivers from Mesa soon.
Tested on: XFree86 4.3 + R100, X.Org 6.7.0 + R200
v. 1.2
date: 2003/11/22 23:58:06; author: anholt; state: Exp; lines: +2 -0
Mark ONLY_FOR_ARCHS=i386 alpha.
v. 1.1
date: 2003/11/09 08:24:56; author: anholt; state: Exp;
Add new port "dri". This port contains the split-out DRI client drivers from
XFree86-4-Server. I decided the history from XFree86-4-Server wasn't
significant enough, and will hopefully be obsolete soon when Mesa starts
providing the DRI drivers.
=============================================================================
v. 1.25
date: 2007/10/04 01:10:47; author: edwin; state: Exp; lines: +0 -7
Remove always-false/true conditions based on OSVERSION 500000
v. 1.24
date: 2007/08/29 10:33:10; author: flz; state: Exp; lines: +14 -39
- Refactor MesaLib ports.
- Update graphics/libGLw to 7.0.1.
v. 1.23
date: 2007/08/15 16:55:15; author: jkim; state: Exp; lines: +2 -1
Update to 7.0.1.
Approved by: anholt (maintainer)
v. 1.22
date: 2007/07/02 19:31:54; author: jkim; state: Exp; lines: +1 -0
Fix accidental removal of PORTEPOCH in the previous commit.
Pointed out by: kib
v. 1.21
date: 2007/07/02 17:10:08; author: jkim; state: Exp; lines: +6 -5
- Update to 7.0 (to sync with other Mesa libraries).
- Do not remove HAVE_POSIX_MEMALIGN from configuration files
where posix_memalign(3) is actually available.
- Use amd64-specific configuration file for amd64 build. It gives
slightly better performance because it uses amd64 assembly code
in some places.
Approved by: anholt (maintainer time out)
v. 1.20
date: 2007/05/21 14:59:09; author: flz; state: Exp; lines: +3 -1
Depend explicitely on textproc/expat2.
Reported by: des
Approved by: portmgr (blanket)
v. 1.19
date: 2007/05/19 20:08:52; author: flz; state: Exp; lines: +14 -7
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.18
date: 2007/04/30 11:44:58; author: mnag; state: Exp; lines: +1 -1
- Add Intel 945 GM support
- portlint(1)
PR: 111333
Submitted by: mnag
Approved by: anholt (maintainer timeout, 23 days)
v. 1.17
date: 2006/09/01 04:17:44; author: anholt; state: Exp; lines: +8 -0
Fix build on 4.x. This is slightly different from the submitted patch, but
I think it should still work.
PR: Mark Andrews
Submitted by: ports/92704
v. 1.16
date: 2006/06/25 14:43:13; author: anholt; state: Exp; lines: +1 -1
Mark new CONFLICTS for dri-devel.
v. 1.15
date: 2006/01/21 18:55:03; author: lesi; state: Exp; lines: +8 -7
Upgrade to X.Org 6.9.0 release.
Remove separate mtree file for X_WINDOW_SYSTEM=XOrg case. Both X11
distributions now use the one from /etc/mtree again.
v. 1.14
date: 2005/06/15 02:16:36; author: anholt; state: Exp; lines: +5 -0
Mark these ports IGNORE on XFree86, due to libGL incompatibility and the
presence of xfree86-dri. Also, fix up the wording and the website in pkg-descr.
v. 1.13
date: 2005/05/05 01:20:49; author: anholt; state: Exp; lines: +1 -1
[1] Fix the build on alpha by removing -ffast-math from the build cflags.
[2] Remove an unnecessary configure script from when this was built from
monolithic sources.
[3] Register conflicts for dri-devel in dri.
Submitted by: [1] krismail
v. 1.12
date: 2005/02/14 07:08:27; author: anholt; state: Exp; lines: +4 -4
Update to a newer snapshot of stable Mesa. Includes a fix for hangs with
RV200 Radeons (thanks Dave Airlie!) [1], fixes for software fallbacks, the usual
pile of little conformance and other bugfixes, and fixing the hang on first lock
grab on AMD64 (that was a really lame bug). Host the distfile on freefall as
well until public_distfiles propagates.
PR: [1] ports/75731
Submitted by: [1] pb
v. 1.11
date: 2005/01/12 23:29:27; author: anholt; state: Exp; lines: +11 -3
Update dri port to use a more recent Mesa (and drm) snapshot. Includes
many conformance/bug fixes in the core, fixes for two hangs in the radeon
driver, bugfixes in the r200 driver, adds more chip IDs, and adds fixes to
drivers whose DRM will hopefully be ported soon. Also install i915 driver on
AMD64, as EM64T machines may have that chipset.
v. 1.10
date: 2004/12/29 22:41:27; author: anholt; state: Exp; lines: +2 -1
[1] Try to respect PTHREAD_LIBS, to unbreak the build on 4.x.
[2] Respect CXXFLAGS a little more thoroughly.
PR: [1] ports/75473
Submitted by: [1] KIMURA Yasuhiro, yasu at utahime dot org, among many others
Based on: [1] patch by thierry
v. 1.9
date: 2004/12/24 09:08:39; author: anholt; state: Exp; lines: +1 -0
Bump PORTREVISION for previous commit.
v. 1.8
date: 2004/12/24 09:05:40; author: anholt; state: Exp; lines: +2 -0
[1] Link against libexpat so that the drivers actually work.
[2] Respect CC/CFLAGS/etc.
Submitted by: [1] Vladimir Novoseltsev, blacknova at tut dot by
v. 1.7
date: 2004/12/23 01:35:39; author: anholt; state: Exp; lines: +32 -15
Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2
DRI drivers are incompatible with the old libGL in XFree86, they have been
repocopied to graphics/xfree86-dri. Also note that with this commit the html
manpages are going away, and with it the runtime dependency on perl for the
imake port.
Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt
Props to: kris (multiple cluster runs and sorting through logs)
lesi (fixing all the issues in those logs, and more)
v. 1.6
date: 2004/09/26 03:20:01; author: anholt; state: Exp; lines: +6 -1
[1] Don't try to package the missing tdfx_dri.so on amd64.
[2] Package sis_dri.so on i386.
PR: [2] ports/71312
Submitted by: [2] oliver
Approved by: portmgr (linimon)
v. 1.5
date: 2004/08/11 19:45:03; author: anholt; state: Exp; lines: +2 -0
Add missing dependency on libX11, to fix package build.
v. 1.4
date: 2004/07/25 20:31:30; author: anholt; state: Exp; lines: +1 -1
This works on AMD64 as well. Fixes build of xorg metaport on AMD64.
v. 1.3
date: 2004/07/23 07:07:22; author: anholt; state: Exp; lines: +8 -17
Update the stable DRI port to X.Org 6.7.0-release's DRI modules. Note that
the version number has changed to track the Mesa version instead of the X
release, which is not really related to DRI development. This is because it is
very likely that we will be building the DRI drivers from Mesa soon.
Tested on: XFree86 4.3 + R100, X.Org 6.7.0 + R200
v. 1.2
date: 2003/11/22 23:58:06; author: anholt; state: Exp; lines: +2 -0
Mark ONLY_FOR_ARCHS=i386 alpha.
v. 1.1
date: 2003/11/09 08:24:56; author: anholt; state: Exp;
Add new port "dri". This port contains the split-out DRI client drivers from
XFree86-4-Server. I decided the history from XFree86-4-Server wasn't
significant enough, and will hopefully be obsolete soon when Mesa starts
providing the DRI drivers.
=============================================================================
|
| |

|