Skip site navigation (1)Skip section navigation (2)

CVS log for ports/x11-drivers/xf86-video-intel/Makefile

[BACK] Up to [FreeBSD] / ports / x11-drivers / xf86-video-intel

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Nov 9 15:25:58 2011 UTC (3 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +0 -1 lines
- Remove WITH_FBSD10_FIX, is no longer needed

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Oct 29 07:04:50 2011 UTC (3 months, 2 weeks ago) by miwi
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -0 lines
- Fix build on FreeBSD 10.0

Notes: all x11@ ports fixed for FreeBSD 10

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Feb 25 16:52:33 2011 UTC (11 months, 2 weeks ago) by miwi
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -8 lines
- 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

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri May 7 05:12:32 2010 UTC (21 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +7 -1 lines
- Fix build on 6.X

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon May 3 17:04:14 2010 UTC (21 months, 1 week ago) by rnoland
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
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

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat May 1 11:40:42 2010 UTC (21 months, 1 week ago) by miwi
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
- 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

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Feb 7 15:25:28 2010 UTC (2 years ago) by rnoland
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -0 lines
Chase xorg-server update and bump driver PORTREVISIONS.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed May 13 00:35:27 2009 UTC (2 years, 9 months ago) by rnoland
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
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>]

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu May 7 19:45:52 2009 UTC (2 years, 9 months ago) by rnoland
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Update to 2.7.0

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Apr 4 04:03:58 2009 UTC (2 years, 10 months ago) by rnoland
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
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

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jan 23 16:27:59 2009 UTC (3 years ago) by flz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
- 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).

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Dec 22 23:59:29 2008 UTC (3 years, 1 month ago) by flz
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Update x11-drivers/xf86-video-intel to 2.4.3.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Sep 2 12:14:51 2008 UTC (3 years, 5 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Update x11-drivers/xf86-video-intel to 2.4.2.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jul 31 15:11:07 2008 UTC (3 years, 6 months ago) by flz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
Update x11-drivers/xf86-video-intel to 2.4.0.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jul 23 02:59:02 2008 UTC (3 years, 6 months ago) by delphij
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
Update to 2.3.2.

Approved by:	-x11@ (rnoland)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 6 14:10:25 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
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)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Apr 1 12:04:23 2008 UTC (3 years, 10 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Update x11-drivers/xf86-video-intel to 2.2.1.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jan 2 13:04:50 2008 UTC (4 years, 1 month ago) by flz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Rollback to xf86-video-intel 2.1.1 before anyone notices.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jan 2 12:11:01 2008 UTC (4 years, 1 month ago) by flz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Update x11-drivers/xf86-video-intel to 2.2.0.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Sep 13 19:44:49 2007 UTC (4 years, 4 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
- 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@

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jul 5 17:36:56 2007 UTC (4 years, 7 months ago) by anholt
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
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.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu May 31 16:32:20 2007 UTC (4 years, 8 months ago) by lesi
Branches: MAIN
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

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options