aboutsummaryrefslogtreecommitdiff
path: root/graphics/dri
Commit message (Collapse)AuthorAgeFilesLines
* Update the Mesa ports to 7.4Robert Noland2009-04-041-3/+3
| | | | | | | | PR: 133167 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=231572
* Add dependency on dri2protoRobert Noland2009-01-241-1/+1
| | | | | | | | | Reported by: Herbert J. Skuhra Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=226812
* Update mesa related ports to 7.3Robert Noland2009-01-244-50/+17
| | | | | | | Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=226804
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-234-48/+23
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Add amd64 support for intel 965 chipsMartin Wilke2008-05-011-1/+1
| | | | Notes: svn path=/head/; revision=212426
* - Add amd64 support for intel 965 chipsMartin Wilke2008-05-011-2/+3
| | | | | | | | | | | | | | - Remove unneeded USE_GCC line - Remove Xfree from the CONFLICT linie - Bump PORTREVISION PR: 123292 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> Reviewed by: flz Approved by: flz (x11 maintainer) Notes: svn path=/head/; revision=212424
* Update Mesa libraries (GL, GLU and GLw) and dri to 7.0.3.Florent Thoumie2008-04-291-3/+3
| | | | Notes: svn path=/head/; revision=212258
* Remove support for XFree8-4.Florent Thoumie2008-03-071-7/+1
| | | | | | | | | | | From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav) Notes: svn path=/head/; revision=208626
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+0
| | | | Notes: svn path=/head/; revision=200773
* - Refactor MesaLib ports.Florent Thoumie2007-08-291-39/+14
| | | | | | | - Update graphics/libGLw to 7.0.1. Notes: svn path=/head/; revision=198485
* Update to 7.0.1.Jung-uk Kim2007-08-152-4/+5
| | | | | | | Approved by: anholt (maintainer) Notes: svn path=/head/; revision=197757
* Fix accidental removal of PORTEPOCH in the previous commit.Jung-uk Kim2007-07-021-0/+1
| | | | | | | Pointed out by: kib Notes: svn path=/head/; revision=194713
* - Update to 7.0 (to sync with other Mesa libraries).Jung-uk Kim2007-07-022-8/+9
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=194680
* Depend explicitely on textproc/expat2.Florent Thoumie2007-05-211-1/+3
| | | | | | | | Reported by: des Approved by: portmgr (blanket) Notes: svn path=/head/; revision=191584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-198-115/+114
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add Intel 945 GM supportMarcus Alves Grando2007-04-302-1/+44
| | | | | | | | | | | - portlint(1) PR: 111333 Submitted by: mnag Approved by: anholt (maintainer timeout, 23 days) Notes: svn path=/head/; revision=191193
* Fix build on 4.x. This is slightly different from the submitted patch, butEric Anholt2006-09-011-0/+8
| | | | | | | | | | I think it should still work. PR: Mark Andrews <Mark_Andrews@isc.org> Submitted by: ports/92704 Notes: svn path=/head/; revision=171780
* Mark new CONFLICTS for dri-devel.Eric Anholt2006-06-251-1/+1
| | | | Notes: svn path=/head/; revision=166302
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Upgrade to X.Org 6.9.0 release.Dejan Lesjak2006-01-216-49/+45
| | | | | | | | Remove separate mtree file for X_WINDOW_SYSTEM=XOrg case. Both X11 distributions now use the one from /etc/mtree again. Notes: svn path=/head/; revision=154073
* Mark these ports IGNORE on XFree86, due to libGL incompatibility and theEric Anholt2005-06-152-3/+8
| | | | | | | presence of xfree86-dri. Also, fix up the wording and the website in pkg-descr. Notes: svn path=/head/; revision=137465
* [1] Fix the build on alpha by removing -ffast-math from the build cflags.Eric Anholt2005-05-053-48/+2
| | | | | | | | | | | [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 Notes: svn path=/head/; revision=134635
* Update to a newer snapshot of stable Mesa. Includes a fix for hangs withEric Anholt2005-02-143-6/+17
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=128748
* Update dri port to use a more recent Mesa (and drm) snapshot. IncludesEric Anholt2005-01-124-41/+16
| | | | | | | | | | 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. Notes: svn path=/head/; revision=126276
* [1] Try to respect PTHREAD_LIBS, to unbreak the build on 4.x.Eric Anholt2004-12-292-4/+5
| | | | | | | | | | | [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 Notes: svn path=/head/; revision=125483
* Bump PORTREVISION for previous commit.Eric Anholt2004-12-241-0/+1
| | | | Notes: svn path=/head/; revision=125044
* [1] Link against libexpat so that the drivers actually work.Eric Anholt2004-12-244-11/+45
| | | | | | | | | [2] Respect CC/CFLAGS/etc. Submitted by: [1] Vladimir Novoseltsev, blacknova at tut dot by Notes: svn path=/head/; revision=125043
* Fix packaging on non-i386Eric Anholt2004-12-231-1/+1
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=125018
* Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2Eric Anholt2004-12-235-33/+86
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=124866
* [1] Don't try to package the missing tdfx_dri.so on amd64.Eric Anholt2004-09-262-2/+8
| | | | | | | | | | | [2] Package sis_dri.so on i386. PR: [2] ports/71312 Submitted by: [2] oliver Approved by: portmgr (linimon) Notes: svn path=/head/; revision=118434
* Add missing dependency on libX11, to fix package build.Eric Anholt2004-08-111-0/+2
| | | | Notes: svn path=/head/; revision=115959
* This works on AMD64 as well. Fixes build of xorg metaport on AMD64.Eric Anholt2004-07-251-1/+1
| | | | Notes: svn path=/head/; revision=114706
* Update the stable DRI port to X.Org 6.7.0-release's DRI modules. Note thatEric Anholt2004-07-236-303/+12
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=114469
* Mark ONLY_FOR_ARCHS=i386 alpha.Eric Anholt2003-11-221-0/+2
| | | | Notes: svn path=/head/; revision=94739
* Add new port "dri". This port contains the split-out DRI client drivers fromEric Anholt2003-11-0910-0/+399
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. Notes: svn path=/head/; revision=93503