summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2012-01-18xfree86: split warning about missing identifier or input driverPeter Hutterer1-5/+6
2011-12-09xaa: avoid possible freed pointer reuse in epilogueDave Airlie1-0/+1
2011-12-09fbdevhw: iterate over all modes that match a mode. (v3)Adam Jackson1-8/+10
2011-12-09LoaderOpen returns either a valid pointer or NULL, so don't check for < 0Alan Coopersmith1-1/+1
2011-11-24Fix vesa's VBE PanelID interpretationDerek Buitenhuis1-1/+4
2011-11-21edid: Add quirk for Acer Aspire One 110Ross Burton1-0/+5
2011-11-21dri2: Register the DRI2DrawableType after server regenerationChris Wilson2-2/+15
2011-11-21DRI2: Avoid a NULL pointer dereferenceChris Wilson1-1/+2
2011-11-21VidMode: prevent crash with no modesChris Wilson1-0/+3
2011-11-21xfree86: Fix powerpc build with -Werror=int-to-pointer-cast -Werror=pointer-t...Jeremy Huddleston1-4/+4
2011-11-06xf86Crtc: handle no outputs with no modes harder.Dave Airlie1-22/+19
2011-10-24Fix drain_console unregistrationTomáš Trnka2-13/+10
2011-10-24crtc: match full preferred modes if possible when choosing an initial configJesse Barnes1-5/+20
2011-10-09Fix a rare memory leakvdb@picaros.org1-0/+1
2011-09-21xfree86: Bump extension ABI version to 6.0Aaron Plattner1-1/+1
2011-07-27Terminate the log with one last message.Peter Hutterer5-9/+9
2011-07-27Initialize the fd to -1 for xorg.conf input devices.Peter Hutterer1-0/+3
2011-07-27xfree86: NULL option values are technically valid, don't strdup themPeter Hutterer1-1/+1
2011-07-27xfree86: duplicate xorg.conf device information before xf86NewInputDevicePeter Hutterer1-5/+27
2011-07-27xfree86: Remove devices that failed to enable on startupPeter Hutterer1-0/+1
2011-07-01Merge remote-tracking branch 'whot/for-keith'Keith Packard7-6/+23
2011-07-01input: free the EQ allocated memory on shutdown (#38634)Peter Hutterer1-0/+1
2011-07-01XKB: Add debug key actions for grabs & window treeDaniel Stone1-0/+15
2011-06-30Fix UTF-8 encodingMatěj Cepl4-6/+6
2011-06-30dri2: restore Screen->ConfigNotify on closeMarcin Slusarz1-0/+1
2011-06-29DRI2/GLX: use new swap event typesJesse Barnes2-5/+4
2011-06-28Merge remote-tracking branch 'dbn/no-libxorg'Keith Packard7-50/+27
2011-06-27xfree86: Only log the serial bytes if debug is on.Peter Hutterer1-1/+1
2011-06-23xfree86: Remove libxorg convenience library to speed up buildDan Nicholson1-16/+10
2011-06-23xfree86: Move sdksyms generation to ddx toplevelDan Nicholson5-18/+15
2011-06-23Don't use empty source filesDan Nicholson4-18/+4
2011-06-21Add xkeyboard-config to See Also of man pages referencing xkbAlan Coopersmith1-0/+1
2011-05-25xserver: remove AbsoluteClass, breaking the A(P|B)ISimon Thum1-1/+1
2011-05-25xfree86: Allow "MatchLayout" statements in config filesOleh Nykyforchyn5-0/+54
2011-05-23xfree86: bump to video ABI 11Peter Hutterer1-1/+1
2011-05-13doc: use common makefile for developers documentationGaetan Nadon9-46/+22
2011-05-13dri2: Don't send so many needless invalidate eventsVille Syrjälä1-1/+6
2011-05-13Merge remote-tracking branch 'whot/for-keith'Keith Packard4-42/+12
2011-05-11input: remove DDX event list handlingPeter Hutterer4-13/+5
2011-05-11input: replace EventListPtr with InternalEvent arrayPeter Hutterer2-2/+2
2011-05-11input: Provide Queue{Button|Keyboard|Proximity}Event helpersPeter Hutterer2-33/+11
2011-05-11xfree86: print the device ID to the log when adding a device.Peter Hutterer1-2/+2
2011-05-01Make xorg.conf.example rule compatible with Solaris makeAlan Coopersmith1-1/+1
2011-04-29Merge remote-tracking branch 'jturney/remove-opengl-spec-download'Keith Packard1-1/+1
2011-04-26configure: Let configure --enable/disable-aiglx control building of AIGLX for...Jon TURNEY1-1/+1
2011-04-24hw/xfree86/modes: remove duplicated includeNicolas Kaiser1-1/+0
2011-04-24hw/xfree86/fbdevhw: remove duplicated includeNicolas Kaiser1-1/+0
2011-04-24hw/xfree86/dri: remove duplicated includesNicolas Kaiser2-3/+0
2011-04-24hw/xfree86/ddc: remove duplicated includeNicolas Kaiser1-1/+0
2011-04-22linux: Retry VT ioctls while errno == EINTRAaron Plattner1-34/+49