mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-21 20:26:45 +00:00
Add necessary *CONFIG_H declarations and a force-off of XF86* extensions in
miinitext in the XGL case. Prevents mismatched structure sizes on my
_XSERVER64 machine. At this point, with the uncommitted render/ diffs,
Xglx starts up but displays badly.
This commit is contained in:
parent
3664c3ebf3
commit
d6646307f0
5 changed files with 24 additions and 22 deletions
30
ChangeLog
30
ChangeLog
|
|
@ -1,25 +1,13 @@
|
|||
2005-12-28 Luc Verhaegen <libv@skynet.be>
|
||||
2005-12-28 Eric Anholt <anholt@FreeBSD.org>
|
||||
|
||||
* 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.
|
||||
* hw/xgl/Makefile.am:
|
||||
* hw/xgl/egl/Makefile.am:
|
||||
* hw/xgl/glx/Makefile.am:
|
||||
* mi/miinitext.c:
|
||||
Add necessary *CONFIG_H declarations and a force-off of XF86* extensions
|
||||
in miinitext in the XGL case. Prevents mismatched structure sizes on my
|
||||
_XSERVER64 machine. At this point, with the uncommitted render/ diffs,
|
||||
Xglx starts up but displays badly.
|
||||
|
||||
2005-12-28 Eric Anholt <anholt@FreeBSD.org>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue