summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-03-07randr: cleanup provider properlyDave Airlie2-10/+24
2013-02-18dmx: don't include dmx-config.h from xdmxconfig (#37502)Peter Hutterer1-3/+0
2013-02-15XQuartz: Ensure <dix-config.h> is included in capabilities.cJeremy Huddleston Sequoia1-0/+4
2013-01-21xfree86: don't access the old input handler after freeing itPeter Hutterer1-4/+6
2013-01-21xfree86: update the device state for all DGA events (#59100)Peter Hutterer1-3/+6
2013-01-21xfree86: set event->detail for DGA pointer eventsPeter Hutterer1-0/+1
2013-01-21xfree86: print message to the log when zapping the serverPeter Hutterer1-0/+1
2012-12-23vfb: Initialize the GLX extension again.Raphael Kubo da Costa1-0/+19
2012-12-19XQuartz: Don't add the 15bit visual any moreJeremy Huddleston Sequoia2-7/+14
2012-12-18XQuartz: Add some verbose logging to debug xp_lock_window being unbalancedJeremy Huddleston Sequoia1-0/+28
2012-12-18XQuartz: Avoid a possible deadlock with DRI on OS X 10.7.5 and OS X 10.8.2Jeremy Huddleston Sequoia1-0/+6
2012-12-06Merge branch 'server-1.13-branch' of git://people.freedesktop.org/~whot/xserv...Matt Dew1-0/+2
2012-12-05hw/dmx: add update_desktop_dimensions() callSybren van Elderen1-0/+2
2012-12-04xf86: select a fake output for headless serversChris Wilson1-0/+4
2012-12-04xf86: fix compat output selection for no output GPUsKeith Packard1-1/+2
2012-11-01Merge branch 'server-1.13-branch' of git://people.freedesktop.org/~airlied/xs...Matt Dew3-33/+51
2012-11-02xf86: fix multi-seat video device support. (v2)Dave Airlie2-0/+7
2012-11-02xf86/platform: scan pci after probing devicesDave Airlie1-1/+2
2012-11-02dri2: invalidate drawable after sharing pixmapDave Airlie1-32/+42
2012-10-30Merge branch 'server-1.13-branch' of git://people.freedesktop.org/~jturney/xs...Matt Dew4-4/+10
2012-10-16Fix 'make distcheck' for hw/xwinJon TURNEY2-1/+5
2012-10-16Fix compilation of Xorg DDX without XF86VIDMODEJon TURNEY1-1/+2
2012-10-16hw/xwin: Only add GLX extension once.Jon TURNEY1-2/+3
2012-10-12xfree86: add xf86UpdateDesktopDimensions()Peter Hutterer3-1/+11
2012-09-04xf86: call enter/leave VT for gpu screens as wellDave Airlie1-0/+11
2012-09-04xf86/crtc: don't free config->nameDave Airlie1-2/+0
2012-08-27XQuartz: Bump Info.plist version to 2.7.4Jeremy Huddleston Sequoia1-2/+2
2012-08-17xfree86: Bump extension ABI to 7.0Aaron Plattner1-1/+1
2012-08-16XQuartz: Use asl_log_descriptor for children as wellJeremy Huddleston Sequoia1-2/+60
2012-08-16XQuartz: Use asl_log_descriptor on Mountain LionJeremy Huddleston Sequoia1-0/+17
2012-08-16XQuartz: console_redirect: Properly zero-out the tail of the array on realloc()Jeremy Huddleston Sequoia1-2/+2
2012-08-16XQuartz: console_redirect: Set the correct location for reading into the bufferJeremy Huddleston Sequoia1-9/+15
2012-08-15XQuartz: Fix build regression for GlxExtensionInitJeremy Huddleston1-0/+1
2012-08-14Kludge -- Call RandR screen before cleaning up xf86 crtcsKeith Packard1-4/+7
2012-08-06Merge remote-tracking branch 'airlied/for-keithp'Keith Packard1-1/+7
2012-08-07dri2: fix master pixmap free and reset pointerDave Airlie1-1/+2
2012-08-07dri2: free slave pixmap on app exitDave Airlie1-0/+5
2012-08-06Fix up formatting of initializers for arrays of structsAlan Coopersmith10-257/+231
2012-08-06Merge remote-tracking branch 'jturney/master'Keith Packard13-403/+459
2012-08-06Merge remote-tracking branch 'jeremyhu/master'Keith Packard3-44/+65
2012-08-06xfree86: When xf86CrtcCloseScreen is called, the randr CRTCs are goneKeith Packard1-3/+0
2012-08-06xf86RandR12: Don't call ConstrainCursorHarder() if panning is enabledRui Matos1-4/+34
2012-08-06randr: Fix up yet another corner case in preferred mode selectionAdam Jackson1-2/+6
2012-08-06kinput: allocate enough space for null character.Dave Airlie1-1/+1
2012-08-06ephyr: Resize screen automatically when parent window is resizedVic Lee3-8/+82
2012-08-06ephyr: Fix up some bizarre formattingAdam Jackson1-1/+4
2012-08-03hw/xwin: Fixes to pixelFormat <-> fbConfig conversion in WGL modeMarc Haesen1-27/+43
2012-08-03hw/xwin: Introduce winProcessXEventsTimeout() to the concept of fractions of ...Jon TURNEY1-7/+22
2012-08-03hw/xwin: Fix winUpdateWindowPosition() not to assume WS_EX_APPWINDOW styleJon TURNEY1-9/+5
2012-08-03hw/xwin: Make winOverrideIcon() thread-safe for icon data accessJon TURNEY11-299/+307