summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86str.h
AgeCommit message (Collapse)AuthorFilesLines
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ↵Ian Romanick1-2/+0
pci-rework Conflicts: hw/xfree86/common/xf86DoScanPci.c hw/xfree86/common/xf86Init.c hw/xfree86/common/xf86pciBus.c
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-2/+0
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone.
2006-06-07Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick1-0/+1
2006-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick1-25/+11
tracked individually.
2006-06-07Add a token for EDID-supplied modes.Adam Jackson1-0/+1
2006-03-07Numerous amounts refactoring and comment adding (see ChangeLog for file byIan Romanick1-0/+25
file details). The primary intention for these changes is to pave the way for the new device probing and PCI configuration code that I'm working on.
2006-02-20Eliminate all the code for querying the PCI class from the PCI ID database.Ian Romanick1-1/+0
Class information is not, and never has been, stored there. Therefore, this is just a bunch of elaborate code to read 0x00000000. This has received testing on x86 and x86-64 Linux.
2005-12-28Bug #5153: standalone CVT modeline generator.Luc Verhaegen1-0/+2
- 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-10-30RandR: Add a driver func to let the driver determine the physical size of aThomas Winischhofer1-25/+35
screen size (display mode). Useful for faked widescreen modes, modes which are scaled by the driver, etc. This really helps fixing RandR's sometimes dumb DPI assumptions.
2005-08-24Remove use of dix-config and xorg-config.h from public headers.Daniel Stone1-4/+0
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>.
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-02-07Check the pixel clock choosen for a specific refresh rate against theEgbert Eich1-4/+4
maximally allowed pixel clock when choosing mode lines for VBESetVBEMode() and VESA BIOS version >= 3.0 (Bugzilla #2486).
2005-01-28Modifying X.Org Xserver DDX to allow to run X with ordinary userEgbert Eich1-22/+58
permissions when no access to HW registers is required. For API changes which mostly involve the modifications to make the RRFunc (introduced with 6.8) more flexible please check Bugzilla #2407. NOTE: This patch applies changes to OS specific files for other OSes which I cannot test.
2004-08-02Removed distro specific stuff.Egbert Eich1-5/+23
Fixed FreeType module to build with FreeType versions older than 2.1.7. Fixed typo. Added vtSema to protect call of driver DPMS function. removed unneeded variable Modified RandR driver hook to reduce the number of function calls to one. Function is sufficiently generic to be extended in the future.
2004-07-30Add support for on-the-fly screen rotation when supported by hardware (AronEgbert Eich1-1/+5
Plattner).
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-19/+62
2003-11-14Initial revisionKaleb Keithley1-0/+1029