summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2007-10-17Merge branch 'master' into XACE-SELINUXEamon Walsh31-193/+523
2007-10-17xselinux: Started reworking extension using new XACE hooks.Eamon Walsh1-1/+0
2007-10-17Make config file preferred mode override monitor preferred mode.Keith Packard3-31/+28
2007-10-15registry: Register XF86DGA extension protocol names.Eamon Walsh1-1/+67
2007-10-15registry: Register XF86Misc extension protocol names.Eamon Walsh1-1/+45
2007-10-15registry: Register XF86VidMode extension protocol names.Eamon Walsh1-1/+66
2007-10-15registry: Register XF86DRI extension protocol names.Eamon Walsh1-1/+37
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-11dix: Add a new "registry" mechanism for registering string names of things.Eamon Walsh1-2/+6
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
2007-10-09Load intel instead of i810 when autoconfiguringDavid Nusinow1-1/+1
2007-09-28xace: add hooks + new access codes: XKB extension.Eamon Walsh1-2/+0
2007-09-28xace: add new hooks + access controls: XInput extension.Eamon Walsh1-1/+0
2007-09-27xorgcfg needs $(DIX_CFLAGS) for pixman-1 include pathAlan Coopersmith1-1/+1
2007-09-27Fix PCI rework build on Solaris (copy what BSD does)Alan Coopersmith2-1/+15
2007-09-26Remove unused pciAddrHostToBus functions from ix86Pci.cAlan Coopersmith1-3/+3
2007-09-26Merge branch 'master' into XACE-SELINUXEamon Walsh2-2/+12
2007-09-24[EDID] Ignore reserved bits in deciding monitor vs detailed timing descriptor.Eric Anholt1-1/+8
2007-09-22Document xf86_crtc_clip_video_helper better.Alex Deucher1-1/+4
2007-09-22Revert "Fix possible crash if Xv window is outside of either crtc"Alex Deucher1-3/+1
2007-09-22Fix possible crash if Xv window is outside of either crtcMichel Dänzer1-1/+3
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh58-2263/+170
2007-09-13Remove the PaintWindow optimization.Eric Anholt25-1064/+4
2007-09-12Replace a non-ascii char with the corresponding groff escape in exa.man.preBrice Goglin1-1/+1
2007-09-05Fix key repeats during VT switch.Daniel Stone1-1/+1
2007-09-05Deliver correct event when releasing keys on VT switch.Keith Packard1-1/+3
2007-09-05Fix server version reporting to be the server package version.Eric Anholt1-3/+3
2007-09-04Add xorg.conf man section about catalogue:<dir> FPEAdemar de Souza Reis Jr1-5/+41
2007-09-04Revert part of 529acb175440969af9d7fa38aab8d7dea0dc2661 because libtool is sm...Ian Romanick1-4/+9
2007-09-04Fixing xf86I2CGetScreenBuses(), now dereferencing the correct pointer.Egbert Eich1-1/+1
2007-09-04Fixing sig11 in xf86I2CGetScreenBuses().Egbert Eich1-1/+1
2007-09-04bgPixel (unsigned long) is 64-bit on x86_64, so -1 != 0xffffffffHong Liu1-4/+5
2007-09-02Fix Xorg build by listing circular dependency libraries twice.Eric Anholt1-11/+9
2007-08-31Convert servers to using _DEPENDENCIES to ensure proper rebuilds.Eric Anholt1-7/+4