summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner8-18/+25
2007-11-04XFree86: Input: Save/restore errno around SIGIO (bug #10683)Mark Vytlacil1-0/+2
2007-11-02Always duplicate mode name when duplicating a mode.Matthias Hopf1-2/+1
2007-11-02Restore build of xf8_16bpp.Adam Jackson1-2/+2
2007-11-02Fix crash in xf86InitOrigins()Kristian Høgsberg1-0/+8
2007-11-02Don't filter modes away during VBE mode list construction.Adam Jackson1-28/+0
2007-11-02Fix magic number in fbdevhwAdam Jackson1-1/+1
2007-11-02Disable explicit commenting in Monitor section.Adam Jackson1-2/+0
2007-11-02Avoid PS/2 protocol probing for /dev/input/miceAdam Jackson1-8/+24
2007-11-02Fix accidental ABI usage in RANDR 1.2 drivers.Adam Jackson2-2/+2
2007-10-29Set up visuals for the existing X visuals.Kristian Høgsberg2-3/+1
2007-10-29Change the GLX module to initialize after COMPOSITE.Kristian Høgsberg1-1/+1
2007-10-28xfree86: wrap keyboard devices for XKB.Peter Hutterer1-0/+5
2007-10-28XFree86: Remove ridiculous SIGIO debuggingDaniel Stone1-6/+0
2007-10-28configure.ac/XFree86: Only build XF86Misc and XF86VidMode when appropriateDaniel Stone1-4/+10
2007-10-26Nuke superfluous ",", added missing include for xf86i2c.h.Matthias Hopf1-2/+3
2007-10-26XFree86 Misc/VidMode: Remove ridiculous debug ErrorFsDaniel Stone2-66/+0
2007-10-24Prefer configured DisplaySize to probed DDC data, if available.Matthias Hopf1-2/+12
2007-10-22Define PCI_TXT_IDS_DIR more cleanlyDavid Nusinow2-5/+3
2007-10-22Leave hardware-specified preferred modes alone when user preference exists.Keith Packard1-2/+1
2007-10-21Add a note as to why the text file based PCI ID scheme is present at allDavid Nusinow1-0/+4
2007-10-21Fix compilation issue on FreeBSD (bug #12841)David Nusinow1-0/+4
2007-10-21Make PCI text file directory configurableDavid Nusinow2-5/+8
2007-10-19Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.Eric Anholt1-3/+0
2007-10-19Disable debian pci-id-list autoconfig code on non-linux.Eric Anholt1-12/+17
2007-10-19Only issue XF86_APM_CAPABILITY_CHANGED for video change ACPI events (not e.g....Matthias Hopf1-14/+9
2007-10-19Fix ids of ACPI events according to ACPI spec.Matthias Hopf1-5/+5
2007-10-18Introduce a new "GlxVisuals" option that controls which visuals are added.Kristian Høgsberg4-17/+61
2007-10-18Drop VisualConfigPriv support from the DRI module.Kristian Høgsberg2-47/+5
2007-10-18Simplify and clean up GLX visual initialization.Kristian Høgsberg1-5/+0
2007-10-18Add a quirk for Philips 107P5 which lacks the preferred bit on detailed timing.Eric Anholt1-5/+24
2007-10-17Make config file preferred mode override monitor preferred mode.Keith Packard3-31/+28
2007-10-14mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSIBen Byer14-39/+35
2007-10-12Merge branch 'master' of git://git.freedesktop.org/git/xorg/xserverKristian Høgsberg8-126/+221
2007-10-12Convert GLX module to use screen private indexes like everything else.Kristian Høgsberg1-2/+2
2007-10-11Fix another compiler warningDavid Nusinow1-2/+1
2007-10-11Fix a warning about the control logic in xchomp()David Nusinow1-1/+1
2007-10-11Remove some unused variablesDavid Nusinow1-3/+0
2007-10-11Separate choosing driver from the file-based implementationDavid Nusinow1-29/+37
2007-10-11Remove obsolete error message define from parserDavid Nusinow1-2/+0
2007-10-11Don't bother validating the Device section of the conf fileDavid Nusinow3-24/+0
2007-10-11Re-enable validation of the screen section of xorg.confDavid Nusinow2-15/+3
2007-10-11When there's no xorg.conf, use the video driver autoloading functionDavid Nusinow1-16/+1
2007-10-11Bug #10304,12784,11603: Add quirks for several physical size issues.Eric Anholt3-36/+180
2007-10-11Make mode checking more tolerant like in pre-RandR times.Matthias Hopf1-5/+6
2007-10-09Allow the user to not have a screen sectionDavid Nusinow2-7/+8
2007-10-09Don't require that the screen explicitly attach the device sectionDavid Nusinow1-2/+11
2007-10-09Use the best guess heuristic as a fallback for autoloadingDavid Nusinow1-0/+3
2007-10-09Fix autoloading of drivers for pci-reworkDavid Nusinow1-17/+13
2007-10-09First pass at improved video driver autoloadingDavid Nusinow6-14/+232