summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-07dri2/prime: allocate prime id at screen allocation timefor-keithp-completeDave Airlie1-5/+32
2012-07-07dri2: add initial prime support. (v1.2)Dave Airlie4-29/+267
2012-07-07configure: bump dri2proto to 2.8Dave Airlie1-1/+1
2012-07-07dix/randr: add a hook into screen to replace scanout pixmapDave Airlie4-1/+65
2012-07-07xf86: add callback for offloak sink setting support.Dave Airlie2-1/+32
2012-07-07xf86: store scanout pixmap in the xf86 struct as well.Dave Airlie2-1/+9
2012-07-07randr: add hooks for offload sink provider protocolDave Airlie3-1/+65
2012-07-07dix/xf86: initial offload slave tracking (v1.1)Dave Airlie4-0/+35
2012-07-07xf86: make sure rotate calcs are done on the right screen boundariesDave Airlie1-0/+6
2012-07-07xf86/cursor: fallback to sw cursor if we have slaves present.Dave Airlie1-1/+1
2012-07-07xf86: add output source setting callback (v2)Dave Airlie2-1/+38
2012-07-07randr: add output source setupDave Airlie3-2/+66
2012-07-07randr: hook up output slave to screen resources returnDave Airlie1-0/+169
2012-07-07xf86/crtc: add new interface to detach slave crtcsDave Airlie2-0/+23
2012-07-07dix/pixmap: track dirty pixmaps in server. (v4)Dave Airlie5-0/+133
2012-07-07randr: check the screen size bounds against the masterDave Airlie1-2/+12
2012-07-07randr: fix tellchanged to work with slave scanoutsDave Airlie1-7/+19
2012-07-07randr: fixup constrain to work with slave screens.Dave Airlie1-11/+46
2012-07-07xf86: add initial scanout pixmap support (v2)Dave Airlie3-0/+18
2012-07-07randr: add initial scanout pixmap support (v3)Dave Airlie5-0/+237
2012-07-07exa: pixmap sharing infrastructure (v3)Dave Airlie4-1/+52
2012-07-07dix: pixmap sharing infrastructure (v3)Dave Airlie1-0/+17
2012-07-07dix: add ability to link output slave gpus to the current gpu (v1.1)Dave Airlie4-0/+33
2012-07-07xf86dga: handle DGAAvailable for gpu screens. (v2)Dave Airlie4-5/+15
2012-07-07randr: expose unattached providers to the clients.Dave Airlie1-0/+8
2012-07-07dix: attach unbound screens to protocol screen 0 (v2)Dave Airlie2-0/+8
2012-07-06dix: add unattached list for attaching screens to initially. (v1.1)Dave Airlie3-0/+31
2012-07-06xfree86: add framework for provider support in ddx. (v4)Dave Airlie4-0/+101
2012-07-06randr: add provider object and provider property support (v6)Dave Airlie7-6/+1169
2012-07-06configure: bump randrproto min requirements to 1.4.0Dave Airlie1-1/+1
2012-07-06Merge remote-tracking branch 'airlied/for-keithp-stage1'Keith Packard38-87/+1398
2012-07-06xfree86: EDID Est III parsing skips some modesTorsten Kaiser1-1/+1
2012-07-06xfree86: EDID Est III parsing can walk off end of arrayTorsten Kaiser1-2/+9
2012-07-06xfree86: add autoAddGPU option (v2)for-keithp-stage1Dave Airlie4-3/+30
2012-07-06xfree86: add platform bus hotplug support (v3)Dave Airlie3-0/+157
2012-07-06xserver/config: add udev/drm hotplug callbacks. (v2)Dave Airlie2-0/+46
2012-07-06xfree86: add DDX gpu screen support. (v3)Dave Airlie7-24/+132
2012-07-06xf86: cleanup helper code to use a pointer. (v1.1)Dave Airlie1-9/+10
2012-07-06dix: introduce gpu screens. (v5)Dave Airlie8-2/+115
2012-07-06screen: split out screen init code. (v2)Dave Airlie1-17/+27
2012-07-06xfree86: use udev to provide device enumeration for kms devices (v10)Dave Airlie23-19/+877
2012-07-06xf86: cursor code got mangled by indentingDave Airlie1-20/+11
2012-07-05privates: Allow device privates to be allocated after server startKeith Packard2-2/+22
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-05Use screen-specific privates for exa pixmap and gc privatesKeith Packard2-14/+8
2012-07-05Use new screen-specific privates for fb window and gc privatesKeith Packard6-41/+25
2012-07-05Add screen-specific privates.Keith Packard10-86/+400
2012-07-05glx/dri2: Enable GLX_ARB_create_context_robustnessIan Romanick1-3/+58
2012-07-05glx: Allow attributes and flags from GLX_ARB_create_context_robustnessIan Romanick1-1/+10