Undo spamming of libv's ChangeLog entry.

This commit is contained in:
Eric Anholt 2005-12-29 00:44:20 +00:00
parent d6646307f0
commit 25d3852b83

View File

@ -9,6 +9,29 @@
_XSERVER64 machine. At this point, with the uncommitted render/ diffs,
Xglx starts up but displays badly.
2005-12-28 Luc Verhaegen <libv@skynet.be>
* configure.ac:
* hw/xfree86/common/xf86Config.c: (GenerateDriverlist),
(configMonitor), (configExtensions), (xf86HandleConfigFile):
* hw/xfree86/common/xf86Mode.c: (xf86ModeStatusToString),
(xf86CheckModeForMonitor):
* hw/xfree86/common/xf86str.h:
* hw/xfree86/utils/Makefile.am:
* hw/xfree86/utils/cvt/Makefile.am:
* hw/xfree86/utils/cvt/cvt.c: (add), (PrintModeline),
(xf86CVTMode), (xf86CVTCheckStandard), (PrintUsage),
(PrintComment), (main):
* hw/xfree86/utils/cvt/cvt.man.pre:
Bug #5153: standalone CVT modeline generator.
- add hw/xfree86/utils/cvt/, cvt.c, cvt.man.pre and Makefile.am.
- Adjust configure.ac and hw/xfree86/utils/Makefile.am for cvt.
- Add MonPtr->reducedblanking and Option "ReducedBlanking" to the
Monitor section.
- Check for reduced blanking in xf86CheckModeForMonitor and disallow
modes with less than 25% blanking otherwise.
- Fix some warnings in hw/xfree86/common/xf86Config.c.
2005-12-28 Eric Anholt <anholt@FreeBSD.org>
* render/filter.c: (SetPictureFilter):