index
:
~ofourdan/xserver
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
for-keith
for-whot
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.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-backports
server-1.18-branch
server-1.19-backports
server-1.19-branch
server-1.19-fixes
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
xvidmode
xwayland
xwayland-1.19-branch
xwayland-glamor-xv
xwayland-test
Xserver stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
randr
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-09
randr: unvalidated lengths in RandR extension swapped procs [CVE-2014-8101]
Alan Coopersmith
1
-0
/
+4
2014-05-12
rrcrtc: brackets are hard, lets go shopping.
Dave Airlie
1
-3
/
+4
2014-04-21
randr: Implement RandR 1.4 request swapping
Robert Morell
1
-0
/
+138
2014-04-21
randr: Fix size checks for SetProvider* reqs
Robert Morell
1
-2
/
+2
2014-04-21
randr: Fix crash for NULL swap dispatch procs
Robert Morell
1
-1
/
+1
2014-02-24
V2: Add check for link from output to crtc before optimizing out a CrtcSet call
David Sodman
1
-2
/
+12
2014-01-22
randr: Eliminate -Wshadow warnings
Keith Packard
1
-9
/
+8
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
9
-43
/
+43
2013-10-30
randr: deliver Output and Crtc events of attached output providers.
Michal Srb
1
-0
/
+24
2013-10-30
randr: send RRResourceChangeNotify event
Michal Srb
4
-0
/
+49
2013-10-30
randr: send RRProviderChangeNotify event
Michal Srb
3
-0
/
+65
2013-09-10
randr: Fix a copypasta bug in CRTC confinement
Adam Jackson
1
-1
/
+1
2013-04-30
randr: only respected changed on the protocol screen
Dave Airlie
1
-1
/
+1
2013-04-30
randr: make SetChanged modify the main protocol screen not the gpu screen
Dave Airlie
1
-1
/
+15
2013-04-30
randr: don't directly set changed bits in randr screen
Dave Airlie
6
-4
/
+16
2013-03-18
Merge remote-tracking branch 'whot/next'
Keith Packard
1
-6
/
+3
2013-03-01
randr: cleanup provider properly
Dave Airlie
2
-0
/
+8
2013-02-15
randr: fix "set but unused" warnings
Peter Hutterer
1
-6
/
+3
2013-02-11
randr: unref the provider shared pixmap the appropriate number of times
Aaron Plattner
1
-0
/
+5
2013-02-08
randr: bump advertised RandR version to 1.4
Dave Airlie
1
-1
/
+1
2012-11-30
randr: call RRProviderInit in the proper place.
Dave Airlie
1
-0
/
+2
2012-11-05
randr: export more provider property symbols
Yaakov Selkowitz
1
-0
/
+8
2012-08-06
Merge remote-tracking branch 'alanc/master'
Keith Packard
3
-5
/
+23
2012-08-06
randr: fix xinerama output for output slaves
Dave Airlie
1
-1
/
+19
2012-08-06
RRModeCreate: plug memory leak of newModes if AddResource fails
Alan Coopersmith
1
-1
/
+3
2012-08-06
rrproperty.c: free newly allocated prop in more error paths
Alan Coopersmith
1
-2
/
+10
2012-08-06
rrproviderproperty.c: free newly allocated prop in more error paths
Alan Coopersmith
1
-2
/
+10
2012-07-16
Use C99 designated initializers in RandR 1.4 extension Events
Alan Coopersmith
1
-23
/
+24
2012-07-16
Use C99 designated initializers in RandR 1.4 extension Replies
Alan Coopersmith
3
-44
/
+55
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
2
-4
/
+1
2012-07-09
Replace padlength tables with inline functions from misc.h
Alan Coopersmith
1
-4
/
+1
2012-07-09
Use C99 designated initializers in extension Events
Alan Coopersmith
4
-85
/
+73
2012-07-09
Use C99 designated initializers in randr Replies
Alan Coopersmith
7
-159
/
+204
2012-07-09
Use calloc to zero fill buffers being allocated for replies & events
Alan Coopersmith
1
-1
/
+1
2012-07-09
ProcRRListOutputProperties: skip atom walk if the list is empty
Alan Coopersmith
1
-5
/
+7
2012-07-09
ProcRRGetScreenInfo: swap configTimestamp as well
Alan Coopersmith
1
-0
/
+1
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
3
-19
/
+26
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
7
-27
/
+26
2012-07-07
dix/randr: add a hook into screen to replace scanout pixmap
Dave Airlie
3
-1
/
+62
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
1
-0
/
+7
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
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
randr: add initial scanout pixmap support (v3)
Dave Airlie
2
-0
/
+183
2012-07-07
dix: add ability to link output slave gpus to the current gpu (v1.1)
Dave Airlie
1
-0
/
+7
2012-07-07
randr: expose unattached providers to the clients.
Dave Airlie
1
-0
/
+8
[next]