summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2009-02-25DRI1: Make DRICreateDrawable return TRUE for pixmaps.Michel Dänzer1-1/+1
2009-02-25Add Extensions section to xorg.conf man pageAlan Coopersmith1-1/+28
2009-02-25Pre-clip panning coordinates to keep crtc within panning regionKeith Packard1-167/+214
2009-02-19xf86CrtcShadowClear is unused.Keith Packard1-31/+0
2009-02-19Make panning+transform be correctly driven by mouseKeith Packard1-8/+173
2009-02-19Make RgbPath keyword in xorg.conf a non-fatal errorAlan Coopersmith2-0/+7
2009-02-18X11/fonts/fontmod.h doesn't exist anymore.Keith Packard1-1/+0
2009-02-17Eliminate the shadow clear on transform changeKeith Packard2-14/+29
2009-02-17Add XkbDir to Files config file sectionKeith Packard7-0/+25
2009-02-17Default to use standard bitmap fonts, with builtins as fallbackPaulo Cesar Pereira de Andrade1-86/+48
2009-02-17Make crtc_notify wrap/unwrap code do nothing unless mode code is inuseKeith Packard1-11/+18
2009-02-17glx: Replace broken GLX visual setup with a fixed "all" mode.Eric Anholt1-15/+0
2009-02-17Merge branch 'panning-for-server-1.6' into server-1.6-branchKeith Packard3-5/+85
2009-02-17Correct static symbol XkmReadTOC and first pass on compile warning fixes.Paulo Cesar Pereira de Andrade3-13/+18
2009-02-17xfree86: always force RAW mode under linux.Peter Hutterer1-35/+25
2009-02-17Check for and report errors writing xorg.conf.new from Xorg -configureAlan Coopersmith1-2/+10
2009-02-17Correct error message if specified config file is not foundAlan Coopersmith1-3/+2
2009-02-17Handle the combination of panning and crtc transformsKeith Packard1-26/+10
2009-02-17Damage re-used shadow scanout buffer using new transforms.Keith Packard1-1/+5
2009-01-30avoid a potential endless loop.Xiang, Haihao1-2/+6
2009-01-11xfree86: Only use the evdev ruleset on linux.Peter Hutterer1-2/+8
2009-01-11Let the DDX decide on the XkbRulesDefaults.Peter Hutterer1-0/+6
2009-01-09xfree86: don't restore the TTY mode if we didn't initialize it ourselvesPeter Hutterer1-2/+4
2009-01-09xfree86: If an input device failed to activate, return immediately.Peter Hutterer1-1/+4
2009-01-09xfree86: don't call CheckMotion if a device hasn't been enabled. #19176Peter Hutterer1-3/+4
2009-01-09randr/xfree86: Fix a one off error in the panning calculations.Maarten Maathuis1-4/+4
2009-01-09XAA: Disable offscreen pixmaps by default.Adam Jackson1-3/+6
2008-12-16Support -sharevts on FreeBSDRobert Noland1-36/+52
2008-12-16Fix typo in xf86PickCrtcs()Cooper Yuan1-1/+1
2008-12-16xfree86: fix compiler warning (use of uninitialized variable)Peter Hutterer1-2/+2
2008-12-16xfree86: don't render SW cursors for devices attached to VCP (#16805)Peter Hutterer1-1/+2
2008-12-15Patch brown-bag fix for bug 19017 (scrn->virtualX/virtualY 0 before PreInit)Keith Packard1-0/+6
2008-12-15Use scrn->virtualX/virtualY in xf86CrtcFitsScreen. Fix bug 19017.Keith Packard2-13/+2
2008-12-15When disabling SIGIO tracking, use SIG_IGN instead of SIG_DFL.Keith Packard1-1/+1
2008-12-15Clean up rotation data when crtc is turned offKeith Packard3-1/+9
2008-12-12randr: Fix initial panning border copyMatthias Hopf1-1/+4
2008-12-12randr: Update initial screen size if panning information is presentMatthias Hopf1-4/+17
2008-12-12randr: Fix error message for bad panning configMatthias Hopf1-1/+1
2008-12-12randr: Add monitor option "Panning" for initial panning configurationMatthias Hopf2-1/+65
2008-12-09randr: Allow panning to be disabled per axisMatthias Hopf1-25/+39
2008-12-09randr: Rework panning area verificationMatthias Hopf1-25/+73
2008-12-09randr: Don't change panning parameters if verification fails.Matthias Hopf1-4/+19
2008-12-09randr: Rename pan() to set_origin(), and xf86CrtcPan() to xf86CrtcSetOrigin()Matthias Hopf3-8/+8
2008-12-09randr: Panning supportMatthias Hopf2-2/+178
2008-12-09randr: Crtc interface update for panning support.Matthias Hopf1-1/+35
2008-12-09randr: Weird enough, crtc->version was never set upon creation. Fix that.Matthias Hopf1-0/+1
2008-12-09xfree86: don't FatalError on "too many input devices".Peter Hutterer4-10/+29
2008-12-09xfree86: init EQ before trying to initialise the devices (#18890)Peter Hutterer1-2/+2
2008-12-09randr: Avoid needlessly creating a shadow framebuffer.Maarten Maathuis2-3/+12
2008-12-09If AEI is on, disable 'vmmouse' in addition to 'kbd' and 'mouse'.Timo Aaltonen2-3/+4