summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-05configure: bump randrproto min requirements to 1.4.0prime-101keithp-queueDave Airlie1-1/+1
2012-07-05xf86crtc: detach scanout pixmap before randr triesDave Airlie1-10/+13
2012-07-05xf86: make sure rotate calcs are done on the right screen boundariesDave Airlie1-0/+6
2012-07-05dri2: add initial prime support. (v1.2)Dave Airlie4-29/+267
2012-07-05dix/randr: add a hook into screen to replace scanout pixmapDave Airlie4-1/+65
2012-07-05xf86: add callback for offloak sink setting support.Dave Airlie2-1/+31
2012-07-05xf86: store scanout pixmap in the xf86 struct as well.Dave Airlie2-1/+9
2012-07-05randr: add hooks for offload sink provider protocolDave Airlie3-1/+65
2012-07-05dix/xf86: initial offload slave tracking (v1.1)Dave Airlie4-0/+35
2012-07-05xf86/cursor: fallback to sw cursor if we have slaves present.Dave Airlie1-1/+1
2012-07-05xf86: add output source setting callbackDave Airlie2-1/+40
2012-07-05randr: add output source setupDave Airlie3-2/+66
2012-07-05randr: hook up output slave to screen resources returnDave Airlie1-0/+169
2012-07-05xf86/crtc: add new interface to detach slave crtcsDave Airlie2-0/+23
2012-07-05dix/pixmap: track dirty pixmaps in server. (v3)Dave Airlie5-7/+125
2012-07-05randr: check the screen size bounds against the masterDave Airlie1-2/+12
2012-07-05randr: fix tellchanged to work with slave scanoutsDave Airlie1-7/+19
2012-07-05randr: fixup constrain to work with slave screens.Dave Airlie1-11/+46
2012-07-05xf86: add initial scanout pixmap supportDave Airlie2-0/+15
2012-07-05randr: add initial scanout pixmap support (v3)Dave Airlie5-0/+237
2012-07-05exa: pixmap sharing infrastructure (v3)Dave Airlie4-1/+52
2012-07-05dix: pixmap sharing infrastructure (v3)Dave Airlie1-0/+17
2012-07-05dix: add ability to link output slave gpus to the current gpu (v1.1)Dave Airlie4-0/+33
2012-07-05xf86dga: handle DGAAvailable for gpu screens. (v2)Dave Airlie4-5/+15
2012-07-05randr: expose unattached providers to the clients.Dave Airlie1-0/+8
2012-07-05dix: attach unbound screens to protocol screen 0Dave Airlie2-0/+7
2012-07-05dix: add unattached list for attaching screens to initially. (v1.1)Dave Airlie3-0/+31
2012-07-05xfree86: add framework for provider support in ddx. (v3)Dave Airlie4-0/+99
2012-07-05randr: add provider object and provider property support (v6)Dave Airlie7-6/+1175
2012-07-05xfree86: add autoAddGPU option (v2)Dave Airlie4-3/+30
2012-07-05xfree86: add platform bus hotplug support (v3)Dave Airlie3-0/+157
2012-07-05xserver/config: add udev/drm hotplug callbacks. (v2)Dave Airlie2-0/+46
2012-07-05xfree86: add DDX gpu screen support. (v3)Dave Airlie7-24/+132
2012-07-05xf86: cleanup helper code to use a pointer. (v1.1)Dave Airlie1-9/+10
2012-07-05dix: introduce gpu screens. (v5)Dave Airlie8-2/+115
2012-07-05screen: split out screen init code. (v2)Dave Airlie1-17/+27
2012-07-05xfree86: use udev to provide device enumeration for kms devices (v10)Dave Airlie23-19/+877
2012-07-05xf86: cursor code got mangled by indentingDave Airlie1-20/+11
2012-07-05privates: Allow device privates to be allocated after server startKeith Packard1-1/+21
2012-07-05dix: Allocate device privates separate from devicesKeith Packard1-8/+14
2012-07-05mi: Don't save midispcur rendering resources for each cursorKeith Packard1-102/+87
2012-07-04Use screen-specific privates for exa pixmap and gc privatesKeith Packard2-14/+8
2012-07-04Use new screen-specific privates for fb window and gc privatesKeith Packard6-41/+26
2012-07-04Add screen-specific privates.Keith Packard10-86/+400
2012-07-04Look for ModuleData only in appropriate libraryMichal Srb3-1/+8
2012-07-04Merge branch 'sigio-vt-switch-issues' into for-keithPeter Hutterer14-136/+240
2012-07-04Xi: extend PropagateMask to EMASKSIZEPeter Hutterer1-1/+1
2012-07-04dix: fix memory leak in TouchEventHistoryReplayPeter Hutterer1-2/+5
2012-07-04dix: fix dereference before null checkPeter Hutterer1-1/+3
2012-07-04xfree86: fix use-after-free issue in checkInputPeter Hutterer1-0/+1