summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-16modesetting: Drop remaining old-xserver compatibility.modesetting-importEric Anholt3-24/+3
2014-09-16modesetting: Drop use of compat-api.hEric Anholt4-125/+21
2014-09-16modesetting: Connect the driver to the build.Eric Anholt6-9/+49
2014-09-15modesetting: Update for the platform device API change.Eric Anholt1-4/+4
2014-09-15modesetting: Drop use of "pointer" for "void *"Eric Anholt2-5/+5
2014-09-15modesetting: xserver already checks XEXTPROTO >= 7.2.99.901.Eric Anholt1-6/+0
2014-09-15modesetting: unifdef MODESETTING_OUTPUT_SLAVE_SUPPORTEric Anholt3-37/+2
2014-09-15modesetting: Merge modesetting's COPYING into the xserver's.Eric Anholt2-44/+24
2014-08-26Merge branch 'modesetting-import' into masterEric Anholt8-0/+3246
2014-08-21ephyr: set screen size & origin from host X server output's CRTC geometryLaércio de Sousa6-8/+175
2014-08-21ephyr: enable screen window placement following kdrive -screen option extende...Laércio de Sousa5-6/+27
2014-08-21kdrive: add support to +X+Y syntax in -screen option parsingLaércio de Sousa2-4/+21
2014-08-21fb: Fix invalid bpp for 24bit depth windowTakashi Iwai1-1/+1
2014-08-21xfree86: Allow non-PCI devices as primaryThierry Reding1-4/+3
2014-08-21xfree86: Fallback to first platform device as primaryThierry Reding3-0/+19
2014-08-17dri3: Don't enable the DRI3 extension unless some screen supports itKeith Packard1-0/+10
2014-08-17glamor: Don't call glamor_copy_fbo_cpu() for GLAMOR_DRM_ONLY pixmapsMichel Dänzer1-0/+1
2014-08-17Fix format string.Joerg Sonnenberger1-1/+1
2014-08-17glamor: Free Xv put image data immediately after useKeith Packard1-3/+10
2014-08-12glamor: Don't try to set up core fonts textures when we won't use them.Eric Anholt1-0/+7
2014-08-12Merge remote-tracking branch 'jeremyhu/master'Keith Packard2-13/+17
2014-08-12glamor: Add glamor_copy_fbo_cpu() for CopyArea to non-GPU destinationMichel Dänzer1-0/+54
2014-08-12xkb: ignore floating slave devices when updating from master (#81885)Peter Hutterer1-1/+1
2014-08-12os: Regenerate os/oscolor.c from app/rgb #52289Daphne Pfister1-745/+809
2014-08-12xfree86: [v2] Remove duplicate InputInfoPtr typedef from xf86Xinput.hKeith Packard1-2/+3
2014-08-11XQuartz: Better support turning off "Displays have separate Spaces" on OS X M...Jeremy Huddleston Sequoia1-6/+17
2014-08-11ListenOnOpenFD: Remove Resets since this is intended to be for hotplugging co...Jeremy Huddleston Sequoia1-7/+0
2014-08-07kdrive: Remove a dead struct.Eric Anholt1-9/+0
2014-08-07xv: Drop the ClientPtr from the interface to the DDX.Eric Anholt5-84/+64
2014-08-07xv: Remove the no-op AllocatePort/FreePort interfaces.Eric Anholt5-122/+3
2014-08-06kdrive: Don't bother explicitly clearing new window privates to NULL.Eric Anholt2-22/+0
2014-08-06kdrive: Remove dead KXVPaintRegion().Eric Anholt2-44/+0
2014-08-06xv: Fix malloc-failure cases in the fill color key helper.Eric Anholt1-9/+13
2014-08-06xv: Move xf86 XV color key helper to core.Eric Anholt3-24/+34
2014-08-06xv: Move CloseScreen setup from a DIX hook to normal wrapping.Eric Anholt6-29/+13
2014-08-06xv: Drop unused XvdiVideoStopped().Eric Anholt2-25/+0
2014-08-06xv: Drop unused XvdiPreemptVideo().Eric Anholt2-23/+0
2014-08-06xv: Move the DDX XV screen private allocation into the DDXes.Eric Anholt3-15/+12
2014-08-06xv: Drop the ddQueryAdaptors() interface.Eric Anholt4-35/+4
2014-08-06xv: Move common code for adaptor cleanup to xvmain.cEric Anholt4-57/+42
2014-08-06xv: Remove dead VIDEO_NO_CLIPPING from the xorg and kdrive DDXes.Eric Anholt5-112/+1
2014-08-06xv: Remove dead VIDEO_INVERT_CLIPLIST from the xorg and kdrive DDXes.Eric Anholt5-63/+0
2014-08-04BellProc: Send bell event on core protocol bell when requestedEgbert Eich1-1/+1
2014-07-31Add X_BYTE_ORDER to xorg-server.hKeith Packard1-0/+3
2014-07-31Check for dix-config.h or xorg-server.h before using X_BYTE_ORDERMichel Dänzer1-1/+4
2014-07-31xfree86/modes: rotation damage is automatically destroyed on closeKeith Packard1-0/+2
2014-07-31present: Avoid crash at server shutdownKeith Packard1-1/+2
2014-07-31present: Make window MSC offset 0 initiallyKeith Packard3-7/+14
2014-07-31xfree86: Avoid compiler warning for unused vars without systemdKeith Packard1-5/+2
2014-07-30randr: Fix logic in RRPointerToNearestCrtcDavid Ung1-5/+6