xf86-video-intel: 2 commits - NEWS src/Makefile.am

Carl Worth cworth at kemper.freedesktop.org
Mon Nov 30 20:20:14 PST 2009


 NEWS            |   11 ++++++++---
 src/Makefile.am |    5 +++--
 2 files changed, 11 insertions(+), 5 deletions(-)

New commits:
commit cd5a9568ce0a541f030c27cdae529fe18e5f0437
Author: Carl Worth <cworth at cworth.org>
Date:   Mon Nov 30 20:17:04 2009 -0800

    Add i830_bios.h and i830_display.h to EXTRA_DIST.
    
    These files have been dropped from the generated tar file since the
    removal of UMS support. However, the bios_reader code still includes
    these, so "make distcheck" fails unless these are distributed.
    
    There's probably a cleaner fix possible, but this at least fixes the
    build so that the snapshot can be pushed out.

diff --git a/src/Makefile.am b/src/Makefile.am
index 4cc5b6d..7023958 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -50,7 +50,6 @@ INTEL_XVMC_SRCS = \
          i965_hwmc.c \
          i965_hwmc.h
 
-
 intel_drv_la_SOURCES = \
          brw_defines.h \
          brw_structs.h \
@@ -93,7 +92,9 @@ intel_drv_la_SOURCES = \
 EXTRA_DIST = 		\
 	$(XMODE_SRCS)	\
 	$(INTEL_DRI_SRCS) \
-	$(INTEL_XVMC_SRCS)
+	$(INTEL_XVMC_SRCS) \
+	i830_bios.h \
+	i830_display.h
 
 if DRI
 intel_drv_la_SOURCES += \
commit 5bdac72a5c3f68ab6d9f7f2f1dfa6e5b78f04e57
Author: Carl Worth <cworth at cworth.org>
Date:   Mon Nov 30 20:16:19 2009 -0800

    NEWS: Note that the driver now has a hard dependency on KMS.
    
    Since the UMS code has all been removed.

diff --git a/NEWS b/NEWS
index 60ded48..891da07 100644
--- a/NEWS
+++ b/NEWS
@@ -4,9 +4,14 @@ This is the first release candidate in preparation for the upcoming
 2.10.0 release. We will appreciate any feedback we can get from
 testing of this snapshot to improve the 2.10.0 release.
 
-See the commit log for changes in this release, and developers, please
-provide me summaries for any major features in this release that you
-think should appear in NEWS and in the 2.10.0 release notes.
+With this snapshot, the xf86-video-intel driver requires kernel
+modesetting (KMS) as all of the user modesetting (UMS) support has
+been removed from the driver.
+
+See the commit log for further changes in this release, and
+developers, please provide me summaries for any major features in this
+release that you think should appear in NEWS and in the 2.10.0 release
+notes.
 
 Release 2.9.0 (2009-09-28)
 ==========================


More information about the xorg-commit mailing list