summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-03-17Merge remote-tracking branch 'anholt/glamor-megaseries'fooKeith Packard3-3/+30
2014-03-17glx: Make sure we get an FBConfig the root window's visual.Eric Anholt1-0/+1
2014-03-17glamor: Do glyph private init at screeninit time, and other stuff at CSR.Eric Anholt1-3/+0
2014-03-17xephyr: Don't forget to glViewport() before drawing the screen.Eric Anholt3-0/+29
2014-03-11Merge remote-tracking branch 'whot/for-keith'Keith Packard1-2/+20
2014-03-11xfree86: handle xorg.conf devices with logindPeter Hutterer1-2/+20
2014-03-10Require video drivers to report that they support server managed fdsHans de Goede2-2/+15
2014-03-10xf86platformBus: Make doPlatformProbe accept a NULL gdev argumentHans de Goede1-9/+5
2014-03-10systemd-logind: Fix vt-enter not working when using a legacy video driverHans de Goede1-1/+2
2014-03-07Merge remote-tracking branch 'jwrdecoede/for-keith'Keith Packard12-46/+738
2014-03-07Fix xephyr build in --disable-glamor caseJon TURNEY1-3/+8
2014-03-05glamor: Add support for DRI3.Eric Anholt1-1/+4
2014-03-05xorg: Connect up the glamor XV code, xorg DDX-only for now.Eric Anholt1-0/+1
2014-03-05xorg: Build a glamor_egl module.Eric Anholt2-1/+45
2014-03-05xephyr: Pass incoming XCB events to the Xlib event filter.Eric Anholt3-2/+55
2014-03-05xephyr: Build support for rendering with glamor using a -glamor option.Eric Anholt7-16/+554
2014-03-03hw/xwin: More closely follow ICCCM for setting input focusJon TURNEY1-18/+59
2014-03-03hw/xwin: Remove unnecessary casts from malloc/realloc/calloc callsColin Harrison12-49/+35
2014-03-03hw/xwin: Add missing FORCEEXIT token to XWin configuration file lexerColin Harrison1-0/+1
2014-03-03hw/xwin: Silence bell when volume is zeroColin Harrison1-1/+1
2014-03-03hw/xwin: Fix typo in commentColin Harrison1-1/+1
2014-03-03hw/xwin: Align parameter names in prototypes with definitionColin Harrison2-4/+4
2014-03-03hw/xwin: Just generate the WGL wrappers we needJon TURNEY1-31/+14
2014-03-03hw/xwin: Fix implicit-function-declaration warning in XwinExtensionInit() whe...Yaakov Selkowitz1-1/+4
2014-03-03xf86OpenSerial: Add support server managed fdsHans de Goede1-1/+5
2014-03-03systemd-logind: Add delayed input device probingHans de Goede3-4/+49
2014-03-03systemd-logind: Hookup systemd-logind integrationHans de Goede3-6/+59
2014-03-03systemd-logind: Add systemd-logind "core"Hans de Goede5-1/+541
2014-03-03hotplug: Extend OdevAttributes for server-managed fd supportHans de Goede2-0/+15
2014-03-03OdevAttribute: Remove unowned flag from OdevAttributes headHans de Goede4-9/+15
2014-03-03OdevAttribute: Add support for integer attributesHans de Goede2-0/+24
2014-03-03OdevAttribute: Add config_odev_get_attribute helperHans de Goede2-22/+3
2014-03-03xf86Xinput: Modify API for server-managed fd supportHans de Goede3-1/+14
2014-03-03linux: xf86OpenConsole: Don't detach from controlling tty when it is our vtHans de Goede1-1/+18
2014-03-03linux: xf86OpenConsole remove root-rights check for keeptty optionHans de Goede1-6/+0
2014-02-14XQuartz: pointer -> void *Jeremy Huddleston Sequoia1-4/+4
2014-02-09Merge remote-tracking branch 'whot/for-keith'Keith Packard6-50/+50
2014-02-10xfree86: use xnfstrdup in the Xorg -configure codePeter Hutterer1-21/+21
2014-02-07ephyr: Repaint entire screen when colormap is updatedKeith Packard1-0/+15
2014-02-07xfree86: Fix a compiler warning on 64-bit.Eric Anholt1-1/+1
2014-02-05xfree86: unconstify driver in the XF86ConfInputClassRecPeter Hutterer1-1/+1
2014-02-05xfree86: unconstify another stringPeter Hutterer2-3/+3
2014-02-05xfree86: un-constify inp_driver/inp_identifierPeter Hutterer2-6/+6
2014-02-05xfree86: device name and driver are not const charPeter Hutterer1-2/+2
2014-02-04Revert "xfree86/common: handle string constants in xf86Xinput configuration"Peter Hutterer1-2/+2
2014-02-04Revert "xfree86/parser: make strings in xf86MatchGroup const"Peter Hutterer2-13/+13
2014-02-04xkb: add a call to init an XkbRMLVOSet from const charsPeter Hutterer1-8/+8
2014-01-30edid: Add quirk for Sony Vaio Pro 13Arun Raghavan1-0/+5
2014-01-29xf86Events: add Enable/DisableInputDeviceForVTSwitch functionsHans de Goede2-24/+32
2014-01-29xf86Events: refactor xf86VTLeave error handlingHans de Goede1-48/+46