summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-28bring back get copy area functiongpu-switch-101Dave Airlie5-1/+36
2012-06-28get the server to at least start properlyDave Airlie4-47/+47
2012-06-28fix startup due to ddcDave Airlie1-7/+15
2012-06-28fix visualsDave Airlie1-1/+1
2012-06-28add initial migrationDave Airlie1-0/+146
2012-06-28xf86: initial GPU screens for allDave Airlie8-11/+268
2012-06-28create AttachGPUDave Airlie2-0/+15
2012-06-28initial gpu switching layer codeDave Airlie13-2/+1853
2012-06-28HACK: avoid xf86RotateDave Airlie1-0/+2
2012-06-28randr: updates for new protocol changes after reviewDave Airlie3-1/+28
2012-06-28randr: renumber protocol after 1.4 removalDave Airlie1-14/+9
2012-06-27pixmap: use damage.h not damagestr.hDave Airlie1-1/+1
2012-06-26dri2: add initial prime support.dri2-offload-proposedDave Airlie4-29/+265
2012-06-26dix/randr: add a hook into screen to replace scanout pixmapDave Airlie4-1/+65
2012-06-26xf86: store scanout pixmap in the xf86 struct as well.Dave Airlie2-1/+9
2012-06-26dix/xf86: initial offload slave trackingDave Airlie6-0/+49
2012-06-25dix: split pixmap sharing out to common functionDave Airlie3-17/+32
2012-06-25xf86/cursor: fallback to sw cursor if we have slaves present.Dave Airlie1-1/+1
2012-06-25xf86: detach all slave crtcs on disconnect/randr event (v2)Dave Airlie2-1/+13
2012-06-25randr: hook up output slave to screen resources returnDave Airlie1-0/+169
2012-06-25xf86/crtc: add new interface to detach slave crtcs.Dave Airlie2-0/+23
2012-06-25dix/pixmap: track dirty pixmaps in server.Dave Airlie5-0/+118
2012-06-25randr: check the screen size bounds against the masterDave Airlie1-2/+12
2012-06-25randr: fix tellchanged to work with slave scanoutsDave Airlie1-7/+19
2012-06-25randr: fixup constrain to work with slave screens.Dave Airlie1-11/+46
2012-06-25xf86: add initial scanout pixmap supportDave Airlie2-0/+16
2012-06-25randr: add initial scanout pixmap supportDave Airlie3-0/+220
2012-06-25exa: pixmap sharing infrastructureDave Airlie4-1/+53
2012-06-25dix: pixmap sharing infrastructureDave Airlie1-0/+17
2012-06-25xf86: add ability to do a role changeDave Airlie1-1/+26
2012-06-25dix: add ability to link output slave gpus to the current gpuDave Airlie4-0/+32
2012-06-25privates: when pixmap privates increase, bump the totalPixmapSizeDave Airlie1-1/+18
2012-06-25privates: remove asserts that stop dynamic increasing of privates size.Dave Airlie1-4/+6
2012-06-25xf86: load modesetting driver on Linux hotplugDave Airlie1-0/+3
2012-06-25xf86dga: handle DGAAvailable for gpu screens.Dave Airlie1-1/+6
2012-06-25randr: expose unattached providers to the clients.Dave Airlie1-0/+8
2012-06-25dix: attach unbound screens to protocol screen 0Dave Airlie2-0/+5
2012-06-25dix: add unattached list for attaching screens to initially.Dave Airlie3-0/+30
2012-06-25xfree86: add framework for provider support in ddx.Dave Airlie4-0/+168
2012-06-25randr: add provider object and provider property support (v2.1)Dave Airlie7-5/+1194
2012-06-25xfree86: add autoAddGPU optionDave Airlie4-3/+33
2012-06-25xfree86: add platform bus hotplug support (v2)Dave Airlie3-0/+153
2012-06-25xserver/config: add udev/drm hotplug callbacks. (v2)Dave Airlie2-0/+46
2012-06-25xfree86: add DDX gpu screen support. (v3)Dave Airlie7-24/+132
2012-06-25xf86: cleanup helper code to use a pointer.Dave Airlie1-8/+10
2012-06-25dix: introduce gpu screens. (v3)Dave Airlie8-2/+118
2012-06-25screen: split out screen init code. (v2)Dave Airlie1-17/+27
2012-06-25xfree86: use udev to provide device enumeration for kms devices (v10)Dave Airlie23-19/+877
2012-06-20xf86: cursor code got mangled by indentingDave Airlie1-20/+11
2012-06-05xwin: fixup block/wakeup handlersDave Airlie3-5/+4