52 lines
1.5 KiB
Plaintext
52 lines
1.5 KiB
Plaintext
2006-03-09 Luc Verhaegen <libv@skynet.be>
|
|
|
|
* src/generic.c: (GenericPreInit), (GenericSetMode),
|
|
(GenericValidMode):
|
|
|
|
- Stop using non-programmable dotclock infrastructure. This is worked
|
|
around quite easily here, by limiting the clockRange to the two VGA
|
|
standard clocks, with CLOCK_TOLERANCE. This happily removed
|
|
the dependence on the nasty xf86GetClocks as well.
|
|
- Set the CS bits directly, don't rely on DisplayModePtr->ClockIndex.
|
|
- Add DisplayModePtr->Crtc* checking.
|
|
|
|
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-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.
|