aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-intel
Commit message (Collapse)AuthorAgeFilesLines
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-232-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-162-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-162-16/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* The FreeBSD graphics/x11 team proudly presentsNiclas Zeising2013-09-296-86/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a kwm, zeising production: MESA 9.1.6 Starring: Mesa 9.1.6, including libGL, libGLU and dri (new xorg only) Addition of libEGL and libglesv2 KMS support for ATI graphics cards in 10-current (new xorg only) Improved sparc64 support for new xorg. [1] pixman 0.30.2, including shlib bump and portrevision bumps libX11 1.6.2 Make absolute pointing devices work with x11-drivers/xf86-input-mouse x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver) Also starring: Updates to drivers and other libraries and utilities Additional notes: When updating MESA related ports (libGL, dri) you need to remove old versions first. See UPDATING for details. PR: ports/181962 [2] Submitted by: marius [1] zeising [2] Exp-run by: bdrewery Approved by: portmgr (bdrewery) Thanks to all who helped testing! Notes: svn path=/head/; revision=328711
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-drivers) Notes: svn path=/head/; revision=327779
* Update to 2.21.9 for new xorg.Niclas Zeising2013-06-212-3/+5
| | | | | | | Obtained from: xorg developmen repo Notes: svn path=/head/; revision=321464
* Update to 2.21.8 for new xorg.Niclas Zeising2013-06-042-3/+3
| | | | | | | Obtained from: xorg development repo Notes: svn path=/head/; revision=319902
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-257-20/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Teach the KMS intel driver how the KMS i915 kernel module in head is named.Koop Mast2012-06-072-1/+13
| | | | | | | Reviewed by: miwi@ Notes: svn path=/head/; revision=298676
* - Please welcome Xorg 7.5.2Martin Wilke2012-04-2121-15/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10.0Martin Wilke2011-10-291-0/+1
| | | | | | | Notes: all x11@ ports fixed for FreeBSD 10 Notes: svn path=/head/; revision=284612
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Please welcome Xorg 7.5.1Martin Wilke2011-02-251-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix build on 6.XMartin Wilke2010-05-071-1/+7
| | | | Notes: svn path=/head/; revision=253883
* Add another patch to fix unresolved symbols.Robert Noland2010-05-032-1/+81
| | | | | | | | | | It seems that this issue only shows up on 8xx chips, so I missed it in the initial patching... Reported by: wexi on irc Notes: svn path=/head/; revision=253616
* - Update to Xorg 7.5Martin Wilke2010-05-0118-1/+616
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Intel drivers was patched to work with the new server. The drivers for Vesa, NV,NVIDIA and ATI have been tested thoroughfully and seem to work fine. A complete changelog of Xorg 7.5 can you read here: http://www.x.org/releases/X11R7.5/ A note to FreeBSD 6.X users: We strongly recommend you to update your system to 7.x or above. For updating try portupgrade -af \* or: portmaster -af Please report any problems and issus to x11 (at) FreeBSD.org. Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help and Feeback. Tested by: Community and 2x exp-runs Notes: svn path=/head/; revision=253503
* Chase xorg-server update and bump driver PORTREVISIONS.Robert Noland2010-02-071-0/+1
| | | | Notes: svn path=/head/; revision=249387
* Update to 2.7.1Robert Noland2009-05-132-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fixes since 2.7.0: ---------------------- * KMS: Hook up output properties for RANDR, (this allows output properties to be controlled in the KMS case just as in the UMS case). [Zhenyu Wang <zhenyu.z.wang@intel.com>] * Fix multiplication error when computing required batch space. This could fix any number of cases where the driver did inexplicable things (due to having computed the wrong size). [Keith Packard <keithp@keithp.com>] * Hold reference to video binding table until all rects are painted. This prevent general chaos in the buffer manager. [Keith Packard <keithp@keithp.com>] * Split i915 textured video commands to fit into batch buffers. Video and 3D setup commands share the same batch buffer, so without this fix, various problems could occur when video and 3D clients were both heavily active at the same time. [Keith Packard <keithp@keithp.com>] * Fix crash with XV with large virtual display (> 2049). [Albert Damen <albrt@gmx.net>] * Provide missing value to 3D_STATE_VERTEX_BUFFERS command. We don't know that this was causing any problem, but the change does bring the driver into conformance with what the specification says the hardware requires here. [Keith Packard <keithp@keithp.com>] Notes: svn path=/head/; revision=233802
* Update to 2.7.0Robert Noland2009-05-073-6/+5
| | | | Notes: svn path=/head/; revision=233386
* Update Xorg server to 1.6.0Robert Noland2009-04-042-4/+4
| | | | | | | | | | | o Update randrproto, libXrandr and xrandr to 1.3.0 o Update xf86-video-intel to 2.6.3 o Update other less common drivers as needed o Mark a bunch of un-maintained input drivers ignored o Update the various slave X server ports as well Notes: svn path=/head/; revision=231570
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-232-4/+4
| | | | | | | | | | | - 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 x11-drivers/xf86-video-intel to 2.4.3.Florent Thoumie2008-12-222-4/+4
| | | | Notes: svn path=/head/; revision=224618
* Update x11-drivers/xf86-video-intel to 2.4.2.Florent Thoumie2008-09-022-4/+4
| | | | Notes: svn path=/head/; revision=219657
* Update x11-drivers/xf86-video-intel to 2.4.0.Florent Thoumie2008-07-312-4/+4
| | | | Notes: svn path=/head/; revision=217880
* Update to 2.3.2.Xin LI2008-07-233-5/+7
| | | | | | | Approved by: -x11@ (rnoland) Notes: svn path=/head/; revision=217339
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Update x11-drivers/xf86-video-intel to 2.2.1.Florent Thoumie2008-04-012-4/+4
| | | | Notes: svn path=/head/; revision=210325
* Rollback to xf86-video-intel 2.1.1 before anyone notices.Florent Thoumie2008-01-022-4/+4
| | | | Notes: svn path=/head/; revision=204843
* Update x11-drivers/xf86-video-intel to 2.2.0.Florent Thoumie2008-01-022-4/+4
| | | | Notes: svn path=/head/; revision=204839
* - Update X.org ports to 7.3.Florent Thoumie2007-09-132-4/+4
| | | | | | | | | | | - Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25. I hope that nobody will be bored enough on Christmas to remove them on that day. Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@ Notes: svn path=/head/; revision=199427
* xf86-video-intel: update to 2.1.0Eric Anholt2007-07-053-4/+6
| | | | | | | | This version readds support for all known i830 laptops, adds support for G33/Q33/Q35, 945GME, and 965GME, and includes many stability improvements. Notes: svn path=/head/; revision=195022
* Add xf86-video-intel driver that obsoletes xf86-video-i810 one. It willDejan Lesjak2007-05-314-0/+47
eventually replace it in xorg-drivers metaport. Prodded and tested by: lx Notes: svn path=/head/; revision=192479