aboutsummaryrefslogtreecommitdiff
path: root/graphics/mesa-demos
Commit message (Collapse)AuthorAgeFilesLines
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Disable optional support which we don't support yet.Koop Mast2014-04-281-0/+3
| | | | Notes: svn path=/head/; revision=352553
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]Niclas Zeising2013-12-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0] Notes: svn path=/head/; revision=336621
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-021-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326050
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing! Notes: svn path=/head/; revision=319055
* Update to 8.0.1Niclas Zeising2013-03-1112-231/+324
| | | | | | | | | This adds a bunch of new demos. Obtained from: xorg development repo Notes: svn path=/head/; revision=313913
* Fix NVIDIA_GL option description and rename option to NVIDIA.Niclas Zeising2013-02-061-3/+3
| | | | | | | | PR: ports/175885 Submitted by: Sayetsky Anton <vsjcfm@gmail.com> Notes: svn path=/head/; revision=311789
* Convert x11@ owned ports to OptionsNG. Thanks go to bapt@ for review and helpKoop Mast2013-01-051-10/+10
| | | | | | | | | rendered with deciphering the monster that is xorg-drivers. With hat: x11@ Notes: svn path=/head/; revision=309972
* Anton notes that this does build on ia64.Mark Linimon2012-09-061-2/+2
| | | | Notes: svn path=/head/; revision=303748
* Mark as broken on powerpc and sparc64 (and, presumably, ia64).Mark Linimon2012-09-041-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=303640
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area. Notes: svn path=/head/; revision=302037
* - Please welcome Xorg 7.5.2Martin Wilke2012-04-218-54/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The Xorg Team is pleased to announce the next round of Xorg updates. The team created a new flag called WITH_NEW_XORG that users can include in /etc/make.conf. This was created for the intel KMS work being done althouthough It probably works for other chips. Unfortunately, the intel KMS driver will only work on FreeBSD 9(RELENG|STABLE) or 10/HEAD users. Older version of FreeBSD will not be supported. Intel users will need to patch their source manually with Konstantin?s KMS kernel patch to get the newer chips to work. Please carefully read UPDATING entry. Changes: - libdrm 2.4.31 (including KMS support) - mesa 7.11.2 - xorg-server 1.10.6 - a lot of new Graphic Drivers. I would like to thank: Koop Mast Eitan Adler Niclas Zeising and all helpers and testers from x11@. Notes: svn path=/head/; revision=295195
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-4/+0
| | | | Notes: svn path=/head/; revision=276992
* Set maintainer to x11@ since we already maintain libGL & friends.Koop Mast2011-04-091-1/+1
| | | | | | | With hat: x11@ Notes: svn path=/head/; revision=272424
* Return these ports to the pool.Mark Linimon2011-03-021-1/+1
| | | | | | | | PR: ports/155217 Submitted by: maintainer Notes: svn path=/head/; revision=270145
* - Please welcome Xorg 7.5.1Martin Wilke2011-02-252-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | The X-Server has been patched to the latest 1.7.X series, drivers and fonts have been updated to the latest versions. This update includes some components from Xorg 7.6 with a lot of improvements, and it seems that the performance is much better than the old version. Also this Update fix build issues with clang and binutils 2.17.50 in current, remove 6.X gruft and de-author pkg-descr. I would like to thank: Beat Gaetzi Dima Panov Koop Mast Eitan Adler and all Testers. PR: ports/147646 ports/148035 ports/148744 ports/150223 ports/152889 ports/154457 Notes: svn path=/head/; revision=269720
* UnbreakEmanuel Haupt2010-10-291-4/+1
| | | | Notes: svn path=/head/; revision=263724
* - Pass maintainership to submitterWen Heping2010-10-271-1/+1
| | | | | | | | PR: ports/151754 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (new maintainer) Notes: svn path=/head/; revision=263634
* Only mark broken if WITHOUT_NOUVEAU is not definedRene Ladan2010-10-081-0/+2
| | | | | | | | PR: ports/151172 Submitted by: Matt Dawson [matt chronos.co.uk] Notes: svn path=/head/; revision=262637
* Mark BROKEN: does not fetchErwin Lansing2010-10-031-0/+2
| | | | Notes: svn path=/head/; revision=262338
* Make NVIDIA support selectable with an option [1].Rene Ladan2010-04-301-3/+5
| | | | | | | | | | | While here, pet portlint. PR: ports/146139 [1] Submitted by: Chris Petrik [chris officialunix.com] Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=253463
* Fix buid error.Norikatsu Shigemura2010-03-121-0/+2
| | | | | | | | | | PR: ports/140792 Submitted by: lioux Approved by: araujo Committed at: AsiaZBSDCon 2010 DevSummit at Kagurazaka, Tokyo, Japan Notes: svn path=/head/; revision=250947
* Limited Update to Mesa3D 7.6.1 and libdrm 2.4.17.Norikatsu Shigemura2010-02-073-5/+17
| | | | | | | | | | | | [MEMO] In this commit, no version changed. But if you put 'WITHOUT_NOUVEAU' on /etc/make.conf, you can use new version of Mesa3D and libdrm. Discussed with: rnoland on freebsd-ports/freebsd-x11. Notes: svn path=/head/; revision=249366
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-2/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Temporarily reassign maintainership while araujo@ is traveling.Mark Linimon2009-11-261-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=244756
* Update to 7.4.4Robert Noland2009-06-241-6/+6
| | | | Notes: svn path=/head/; revision=236562
* Update to 7.4.3Robert Noland2009-06-202-7/+6
| | | | | | | This is a bug fix release. Notes: svn path=/head/; revision=236373
* Update to Mesa release 7.4.2Robert Noland2009-05-151-6/+6
| | | | Notes: svn path=/head/; revision=233938
* Update to 7.4.1Robert Noland2009-05-071-6/+6
| | | | Notes: svn path=/head/; revision=233379
* Re-enable DRI on powerpc and sparc64, mainly in order to fixMarius Strobl2009-04-102-0/+12
| | | | | | | | | packaging. Approved by: rnoland Notes: svn path=/head/; revision=232025
* Update the Mesa ports to 7.4Robert Noland2009-04-041-6/+6
| | | | | | | | PR: 133167 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=231572
* Add dependency on dri2proto to the rest of the mesa portsRobert Noland2009-01-241-1/+1
| | | | | | | Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=226813
* Update mesa related ports to 7.3Robert Noland2009-01-242-6/+7
| | | | | | | 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-233-77/+120
| | | | | | | | | | | - 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
* - Update to 7.0.4.Marcelo Araujo2008-12-212-7/+7
| | | | Notes: svn path=/head/; revision=224523
* - Update to 7.0.3.Marcelo Araujo2008-04-283-22/+10
| | | | Notes: svn path=/head/; revision=212129
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Remove support for XFree8-4.Florent Thoumie2008-03-071-4/+0
| | | | | | | | | | | 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
* - Update to 7.0.2.Marcelo Araujo2008-01-012-7/+7
| | | | | | | Approved by: stas (mentor, implicit) Notes: svn path=/head/; revision=204822
* Update to 7.0.1.Jung-uk Kim2007-08-152-9/+10
| | | | | | | Approved by: araujo (maintainer) Notes: svn path=/head/; revision=197761
* - Update to 7.0.Jung-uk Kim2007-07-023-9/+19
| | | | | | | | | | | - Patch data file paths in progs/xdemos, not just progs/demos as yuvrect_client demo needs it. - Add a patch for glthreads.c to fix a warning on amd64. Approved by: araujo (maintainer) Notes: svn path=/head/; revision=194670
* Fix mesa-demos build against libGL that doesn't link against a pthread lib.Eric Anholt2007-05-291-2/+2
| | | | Notes: svn path=/head/; revision=192330
* Add -DPTHREADS to custom mesa-demos config file, which fixes glthreads.Eric Anholt2007-05-252-2/+3
| | | | Notes: svn path=/head/; revision=191829
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-193-8/+65
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - update to 6.5.3.Marcelo Araujo2007-05-012-8/+8
| | | | | | | | | - taking maintainership. Approved by: stas (mentor) Notes: svn path=/head/; revision=191241
* - Update to 6.5.2Rong-En Fan2007-01-062-8/+8
| | | | | | | | | | - Pass maintainership to submitter PR: ports/107581 Submitted by: Marcelo Araujo <araujo at bsdmail.org> Notes: svn path=/head/; revision=181602