index
:
xorg/xserver-test
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland
xwayland-1.12
X server
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-09
Bug 51375: Xorg doesn't set status for RRGetOutputInfo
Jaroslav Šmíd
1
-0
/
+1
2012-07-09
Use temporary variables instead of parts of reply structures
Alan Coopersmith
10
-48
/
+77
2012-07-09
ProcQueryKeymap: rework logic around permission to copy key states
Alan Coopersmith
1
-7
/
+9
2012-07-09
Core events: invert check for permission to copy key states
Alan Coopersmith
1
-8
/
+10
2012-07-09
Rework reply initialization in ProcGetProperty & NullPropertyReply
Alan Coopersmith
1
-13
/
+18
2012-07-09
Fix more poorly indented/wrapped comments & code
Alan Coopersmith
11
-30
/
+44
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
90
-505
/
+464
2012-07-07
dri2/prime: allocate prime id at screen allocation time
Dave Airlie
1
-5
/
+32
2012-07-07
dri2: add initial prime support. (v1.2)
Dave Airlie
4
-29
/
+267
2012-07-07
configure: bump dri2proto to 2.8
Dave Airlie
1
-1
/
+1
2012-07-07
dix/randr: add a hook into screen to replace scanout pixmap
Dave Airlie
4
-1
/
+65
2012-07-07
xf86: add callback for offloak sink setting support.
Dave Airlie
2
-1
/
+32
2012-07-07
xf86: store scanout pixmap in the xf86 struct as well.
Dave Airlie
2
-1
/
+9
2012-07-07
randr: add hooks for offload sink provider protocol
Dave Airlie
3
-1
/
+65
2012-07-07
dix/xf86: initial offload slave tracking (v1.1)
Dave Airlie
4
-0
/
+35
2012-07-07
xf86: make sure rotate calcs are done on the right screen boundaries
Dave Airlie
1
-0
/
+6
2012-07-07
xf86/cursor: fallback to sw cursor if we have slaves present.
Dave Airlie
1
-1
/
+1
2012-07-07
xf86: add output source setting callback (v2)
Dave Airlie
2
-1
/
+38
2012-07-07
randr: add output source setup
Dave Airlie
3
-2
/
+66
2012-07-07
randr: hook up output slave to screen resources return
Dave Airlie
1
-0
/
+169
2012-07-07
xf86/crtc: add new interface to detach slave crtcs
Dave Airlie
2
-0
/
+23
2012-07-07
dix/pixmap: track dirty pixmaps in server. (v4)
Dave Airlie
5
-0
/
+133
2012-07-07
randr: check the screen size bounds against the master
Dave Airlie
1
-2
/
+12
2012-07-07
randr: fix tellchanged to work with slave scanouts
Dave Airlie
1
-7
/
+19
2012-07-07
randr: fixup constrain to work with slave screens.
Dave Airlie
1
-11
/
+46
2012-07-07
xf86: add initial scanout pixmap support (v2)
Dave Airlie
3
-0
/
+18
2012-07-07
randr: add initial scanout pixmap support (v3)
Dave Airlie
5
-0
/
+237
2012-07-07
exa: pixmap sharing infrastructure (v3)
Dave Airlie
4
-1
/
+52
2012-07-07
dix: pixmap sharing infrastructure (v3)
Dave Airlie
1
-0
/
+17
2012-07-07
dix: add ability to link output slave gpus to the current gpu (v1.1)
Dave Airlie
4
-0
/
+33
2012-07-07
xf86dga: handle DGAAvailable for gpu screens. (v2)
Dave Airlie
4
-5
/
+15
2012-07-07
randr: expose unattached providers to the clients.
Dave Airlie
1
-0
/
+8
2012-07-07
dix: attach unbound screens to protocol screen 0 (v2)
Dave Airlie
2
-0
/
+8
2012-07-06
dix: add unattached list for attaching screens to initially. (v1.1)
Dave Airlie
3
-0
/
+31
2012-07-06
xfree86: add framework for provider support in ddx. (v4)
Dave Airlie
4
-0
/
+101
2012-07-06
randr: add provider object and provider property support (v6)
Dave Airlie
7
-6
/
+1169
2012-07-06
configure: bump randrproto min requirements to 1.4.0
Dave Airlie
1
-1
/
+1
2012-07-06
Merge remote-tracking branch 'airlied/for-keithp-stage1'
Keith Packard
38
-87
/
+1398
2012-07-06
xfree86: EDID Est III parsing skips some modes
Torsten Kaiser
1
-1
/
+1
2012-07-06
xfree86: EDID Est III parsing can walk off end of array
Torsten Kaiser
1
-2
/
+9
2012-07-06
xfree86: add autoAddGPU option (v2)
Dave Airlie
4
-3
/
+30
2012-07-06
xfree86: add platform bus hotplug support (v3)
Dave Airlie
3
-0
/
+157
2012-07-06
xserver/config: add udev/drm hotplug callbacks. (v2)
Dave Airlie
2
-0
/
+46
2012-07-06
xfree86: add DDX gpu screen support. (v3)
Dave Airlie
7
-24
/
+132
2012-07-06
xf86: cleanup helper code to use a pointer. (v1.1)
Dave Airlie
1
-9
/
+10
2012-07-06
dix: introduce gpu screens. (v5)
Dave Airlie
8
-2
/
+115
2012-07-06
screen: split out screen init code. (v2)
Dave Airlie
1
-17
/
+27
2012-07-06
xfree86: use udev to provide device enumeration for kms devices (v10)
Dave Airlie
23
-19
/
+877
2012-07-06
xf86: cursor code got mangled by indenting
Dave Airlie
1
-20
/
+11
2012-07-05
privates: Allow device privates to be allocated after server start
Keith Packard
2
-2
/
+22
[next]