summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2011-09-21DRI2: Allow DDX to validate swap_limit changesPauli Nieminen2-1/+25
2011-09-21DRI2: Expose API to set drawable swap limit.Pauli Nieminen2-0/+24
2011-09-21DRI2: Add ReuseBufferNotify hookPauli Nieminen2-1/+23
2011-09-21print DisplayMode type bitsvdb@picaros.org1-7/+48
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
2011-04-21xfree86: removed unused "event" variable in xf86PostMotionEventMPeter Hutterer1-2/+0
2011-04-18input: remove GetKeyboardValuatorEvents, this is now unnecessary.Peter Hutterer2-11/+4
2011-04-18Simplify auto-detect mouse for WSCONS_SUPPORTAlexandr Shadchin1-10/+3
2011-04-14dri2: Pass out_count by value to update_dri2_drawable_buffers()Ville Syrjälä1-4/+4
2011-04-14dri2: Handle calloc() failureVille Syrjälä1-5/+9
2011-04-07xfree86: xv: set pointers to NULL in xf86XVFreeAdaptorTiago Vignatti1-0/+6
2011-04-07xfree86: xv: fix double free in xf86XVFreeAdaptorTiago Vignatti1-1/+2
2011-04-07xfree86: loader: use one exit code only for readabilityTiago Vignatti1-20/+12
2011-04-04Merge remote-tracking branch 'vignatti/for-keith'Keith Packard4-12/+34
2011-04-04xfree86: fix memory leak in xf86LoadModulesTiago Vignatti1-1/+3