Several driver modules do not have a ChangeLog target in Makefile.am #23814

The git generated ChangeLog replaces the hand written one.
Update configure.ac to xorg-macros level 1.3.
Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
Update Makefile.am to add ChangeLog target if missing
Remove ChangeLog from EXTRA_DIST or *CLEAN variables
This is a pre-req for the INSTALL_CMD
This commit is contained in:
Gaetan Nadon
2009-10-26 12:54:22 -04:00
parent 7401cbd387
commit 11775de502
3 changed files with 13 additions and 158 deletions

155
ChangeLog
View File

@@ -1,155 +0,0 @@
2006-04-07 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
* src/trident_driver.c:
Bump to 1.2.1 for Xv changes.
2006-04-07 Aaron Plattner <aplattner@nvidia.com>
* src/trident_video.c: (TRIDENTPutImage):
Add a DrawablePtr argument to the XV functions to pave the way for
redirected video.
2006-04-07 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
* src/blade_accel.c:
* src/blade_accel_exa.c:
* src/image_accel.c:
* src/trident.h:
* src/trident_accel.c:
* src/trident_bank.c:
* src/trident_dac.c:
* src/trident_dga.c:
* src/trident_driver.c:
* src/trident_i2c.c:
* src/trident_shadow.c:
* src/trident_tv.c:
* src/trident_video.c:
* src/tridenthelper.c:
* src/tridentramdac.c:
* src/tvga_dac.c:
* src/xp4_accel.c:
* src/xp4_accel_exa.c:
* src/xp_accel.c:
Unlibcwrap. Bump server version requirement. Bump to 1.2.0.
2006-04-06 Adam Jackson <ajax@freedesktop.org>
* src/trident.h:
Coverity #500: Size the tridentRegsClock array properly.
2006-03-14 Alan Hourihane <alanh@fairlite.demon.co.uk>
* src/blade_accel_exa.c: (BladeExaInit):
* src/xp4_accel_exa.c: (XP4ExaInit):
Change virtualX to displayWidth (caught by Eric Anholt)
2006-03-13 Alan Hourihane <alanh@fairlite.demon.co.uk>
* src/blade_accel_exa.c: (BladeExaInit):
* src/trident_driver.c: (TRIDENTPreInit):
* src/xp4_accel_exa.c: (XP4ExaInit):
EXA fixups for version 2
Add missing break statement which confused XP4 & XP5.
Force 128MB XP5 to 64MB for now.
2006-02-21 Alan Hourihane <alanh@fairlite.demon.co.uk>
* man/trident.man:
* src/Makefile.am:
* src/blade_accel.c: (BladeXaaInit):
* src/blade_accel_exa.c: (GetCopyROP), (GetDepth), (PrepareSolid),
(Solid), (DoneSolid), (PrepareCopy), (Copy), (DoneCopy),
(CheckComposite), (PrepareComposite), (Composite), (DoneComposite),
(UploadToScreen), (DownloadFromScreen), (MarkSync),
(BladeDisableClipping), (WaitMarker), (PrepareAccess),
(FinishAccess), (BladeSetClippingRectangle),
(BladeInitializeAccelerator), (BladeExaInit):
* src/trident.h:
* src/trident_driver.c: (tridentSetup), (TRIDENTProbe),
(TRIDENTPreInit), (TRIDENTMapMem), (TRIDENTScreenInit),
(TRIDENTLeaveVT), (TRIDENTCloseScreen):
* src/trident_regs.h:
* src/xp4_accel.c: (XP4InitializeAccelerator), (XP4XaaInit),
(XP4Sync), (XP4SetupForScreenToScreenCopy),
(XP4SubsequentScreenToScreenCopy), (XP4SetupForSolidLine),
(XP4SubsequentSolidBresenhamLine), (XP4SubsequentSolidHorVertLine),
(XP4SetupForDashedLine), (XP4SubsequentDashedBresenhamLine),
(XP4SetupForFillRectSolid), (XP4SubsequentFillRectSolid),
(MoveDWORDS), (MoveDWORDS_FixedBase),
(XP4SetupForMono8x8PatternFill),
(XP4SubsequentMono8x8PatternFillRect),
(XP4SetupForCPUToScreenColorExpandFill),
(XP4SubsequentCPUToScreenColorExpandFill):
* src/xp4_accel_exa.c: (GetCopyROP), (GetPatternROP),
(XP4WaitMarker), (XP4Done), (XP4PrepareSolid), (XP4Solid),
(XP4PrepareCopy), (XP4Copy), (XP4ExaInit):
Add XAA & EXA Acceleration for XP4 & XP5 Chipsets
Add EXA Acceleration for Blade chipsets (Jesse Barnes)
2006-02-01 Alan Hourihane <alanh@fairlite.demon.co.uk>
* src/trident_dac.c: (TridentInit), (TridentHWCursorInit):
* src/trident_driver.c: (TRIDENTPreInit), (TRIDENTModeInit),
(TRIDENTCloseScreen), (TRIDENTLcdDisplaySize):
* src/trident_video.c: (tridentFixFrame):
* src/tridenthelper.c: (TridentFindClock):
Commit patch from https://bugs.freedesktop.org/show_bug.cgi?id=2785
i.e. detect 1400x1050 panels from DDC information and a few other
fixes for BladeXP chipsets - notably the Toshiba Tecra 8200.
2006-01-27 Alan Hourihane <alanh@fairlite.demon.co.uk>
* configure.ac:
* src/trident.h:
* src/trident_dac.c: (TridentInit), (TridentRestore),
(TridentSave), (TridentHWCursorInit):
* src/trident_driver.c: (TRIDENTPreInit), (TRIDENTModeInit):
Add XGI (aka Trident) Volari XP5 support
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version for X11R7 release.
2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for final X11R7 release candidate.
2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
* man/Makefile.am:
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for X11R7 RC3 release.
2005-12-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Remove extraneous AC_MSG_RESULT.
2005-11-29 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
Only build dlloader modules by default.
2005-11-15 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Add check for DGA extension to fix issues when building with
separate build roots.
2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for X11R7 RC2 release.
2005-11-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update pkgcheck dependencies to work with separate build roots.

View File

@@ -20,3 +20,10 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src man
.PHONY: ChangeLog
ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog

View File

@@ -34,6 +34,12 @@ AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.3)
XORG_DEFAULT_OPTIONS
# Checks for programs.
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
@@ -94,9 +100,6 @@ AC_SUBST([moduledir])
DRIVER_NAME=trident
AC_SUBST([DRIVER_NAME])
XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
AC_OUTPUT([
Makefile
src/Makefile