Commit graph

25 commits

Author SHA1 Message Date
Koop Mast
bc97700dd3 Teach the KMS intel driver how the KMS i915 kernel module in head is named.
Reviewed by:	miwi@
2012-06-07 10:27:21 +00:00
Martin Wilke
29e347e197 - Please welcome Xorg 7.5.2
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@.
2012-04-21 17:03:32 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Martin Wilke
690535e580 - Fix build on FreeBSD 10.0
Notes: all x11@ ports fixed for FreeBSD 10
2011-10-29 07:04:53 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Martin Wilke
d594ccc94f - Please welcome Xorg 7.5.1
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
2011-02-25 16:52:50 +00:00
Martin Wilke
782d0a4471 - Fix build on 6.X 2010-05-07 05:12:36 +00:00
Robert Noland
224187888b Add another patch to fix unresolved symbols.
It seems that this issue only shows up on 8xx chips, so I missed
it in the initial patching...

Reported by:	wexi on irc
2010-05-03 17:04:15 +00:00
Martin Wilke
f4936121f9 - Update to Xorg 7.5
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
2010-05-01 11:41:07 +00:00
Robert Noland
d506293c56 Chase xorg-server update and bump driver PORTREVISIONS. 2010-02-07 15:25:33 +00:00
Robert Noland
1731ffb08f Update to 2.7.1
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>]
2009-05-13 00:35:27 +00:00
Robert Noland
09de583da8 Update to 2.7.0 2009-05-07 19:45:52 +00:00
Robert Noland
fd559155d1 Update Xorg server to 1.6.0
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
2009-04-04 04:04:01 +00:00
Florent Thoumie
340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- 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).
2009-01-23 16:28:36 +00:00
Florent Thoumie
5cb1d64f88 Update x11-drivers/xf86-video-intel to 2.4.3. 2008-12-22 23:59:29 +00:00
Florent Thoumie
fab3ed60d4 Update x11-drivers/xf86-video-intel to 2.4.2. 2008-09-02 12:14:51 +00:00
Florent Thoumie
6fd6448c02 Update x11-drivers/xf86-video-intel to 2.4.0. 2008-07-31 15:11:07 +00:00
Xin LI
95e0d68aa8 Update to 2.3.2.
Approved by:	-x11@ (rnoland)
2008-07-23 02:59:02 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Florent Thoumie
85f98960d1 Update x11-drivers/xf86-video-intel to 2.2.1. 2008-04-01 12:04:23 +00:00
Florent Thoumie
91e36c22d6 Rollback to xf86-video-intel 2.1.1 before anyone notices. 2008-01-02 13:04:50 +00:00
Florent Thoumie
adf42b7fb1 Update x11-drivers/xf86-video-intel to 2.2.0. 2008-01-02 12:11:01 +00:00
Florent Thoumie
62df320cc3 - Update X.org ports to 7.3.
- 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@
2007-09-13 19:45:08 +00:00
Eric Anholt
6178a9dac0 xf86-video-intel: update to 2.1.0
This version readds support for all known i830 laptops, adds support
for G33/Q33/Q35, 945GME, and 965GME, and includes many stability improvements.
2007-07-05 17:36:56 +00:00
Dejan Lesjak
9ffc8c435f Add xf86-video-intel driver that obsoletes xf86-video-i810 one. It will
eventually replace it in xorg-drivers metaport.

Prodded and tested by:	lx
2007-05-31 16:32:20 +00:00