summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2007-11-15Save pixmap allocation hints into the PixmapRec.Aaron Plattner1-0/+1
2007-11-15Simplify system resource range setup.Adam Jackson2-21/+3
2007-11-15Delete some dead code in X -configure.Adam Jackson1-29/+0
2007-11-15Clean up some garbage in driver enumeration.Adam Jackson2-19/+3
2007-11-15Eliminate some redundancy in autoconfiguration.Adam Jackson1-22/+0
2007-11-15Don't sleep(1) at exit on any platform.Adam Jackson1-4/+0
2007-11-14Don't sleep(1) at server exit.Adam Jackson1-1/+1
2007-11-07EXA: Disable problematic optimization of dest pixmap migration by default.Michel Dänzer2-0/+14
2007-11-05Remove all traces of external RGB database (and Speedo)Daniel Stone13-93/+1
2007-11-05XFree86: Remove usage of allocaDaniel Stone25-135/+135
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