index
:
~ajax/xserver
65030
always-glx-1.4
arcology
atrocious-xephyr-glamor-hacks
bsbs11
bsbs7
composite-work
crtc-confine-v3
damage-at-flush-globally
dbe-shrink
dead-code
death-to-spans
dietfb
dix-dri2
dmx-2
drawable-ops
dri2-no-block
epoll
fedora-merge
fixes-atomic-requests
for-keithp
gc-rework
glamor-did-not-regress
glamor-for-1.15
glamor-getimage-planemask
glamor-no-largepixmap
glapi
glapi-misc
glx
glx-2
glx-direct-dispatch
glx-direct-dispatch-parts
glx-ext-libglvnd
glx-fix-osx
glx-fixes-for-1.8
glx-for-1.14
glx-gen
glx-rewrite
glx-work-pre-xdc
glxfe
glxvnd
grabpointer-rhel6.6
init-cleanup
input-thread
input-thread-v3
ioaddress
less-loader
master
maxformats
mi-cleanup
ms2432-1.17
orbea-test-1.18-dri2
performance
pointer-barriers
port-shadowfb-to-damage
resource-refactor
ricer-tuning
root-window-finalize-callback
rootless-merge
screen-gc-funcs
sdksyms
server-1.10-barriers
server-1.10-iglx
server-1.10-xfree86
server-1.12-queue
server-1.14-abi-churn
server-1.17-branch
server-1.9-xfree86
shatter
shatter-2
sigaction
synchronous-font-server
valtree-tuning
vbe-dos-hacks
vfb-ifr
vidmem-cleanup
vixmap-groundwork
vixmaps
warnings
wayland-abi
wayland-deferred-surface
wayland-netwm-etc
whot-barriers
window-cleanup
windowoptrec
wl-rebase-for-f20
wtf-gcc
xf86priv
xserver-1.13-queue
xserver-next
xvfb-glamor-be
xwayland-1.14
xwayland-next
xwl-glamor-be
xwl-xdg-shell
ajax's xserver tree
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
randr
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-07-06
randr: add provider object and provider property support (v6)
Dave Airlie
6
-3
/
+1163
2012-06-29
randr: Fix REQUEST vs. REQUEST_SIZE_MATCH mismatch
Aaron Plattner
1
-1
/
+1
2012-06-28
randr: Catch two more potential unset rrScrPriv uses
Keith Packard
2
-1
/
+5
2012-06-28
randr: first check pScrPriv before using the pointer at RRFirstOutput
Ricardo Salveti de Araujo
1
-0
/
+3
2012-06-21
randr: Clean up compiler warnings about unused and shadowing variables
Keith Packard
4
-16
/
+13
2012-06-20
randr: Don't recurse into mieqProcessInputEvents() from RRTellChanged().
Andy Ritger
1
-1
/
+1
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
2
-3
/
+3
2012-05-14
randr: Remove redundant declaration.
Michal Suchanek
2
-19
/
+7
2012-03-21
Introduce a consistent coding style
Keith Packard
14
-3792
/
+3519
2011-11-23
Remove redundant redeclarations of functions in the same header file
Alan Coopersmith
1
-5
/
+0
2011-11-23
Convert a bunch of sprintf to snprintf calls
Alan Coopersmith
1
-1
/
+1
2011-11-03
randr: Make the RRConstrainCursorHarder logic the same as miPointerSetPosition
Rui Matos
1
-19
/
+10
2011-10-18
randr: stop clients from deleting immutable output properties
Luc Verhaegen
1
-3
/
+16
2011-09-21
Use correct swap{l,s} (or none at all for CARD8)
Matt Turner
1
-2
/
+2
2011-09-21
Use internal temp variable for swap macros
Matt Turner
8
-355
/
+298
2011-07-29
randr: Compare all the bytes in RRPostPendingProperties
Aaron Plattner
1
-1
/
+1
2011-06-06
randr: void function cannot return value
Nicolas Kaiser
1
-1
/
+1
2011-05-25
randr: check rotated virtual size limits correctly
Aaron Plattner
1
-6
/
+6
2011-05-13
include: add version_compare helper function
Peter Hutterer
1
-4
/
+4
2011-04-13
Send events that were missing from RRSelectInput
Jeremy Huddleston
1
-2
/
+30
2011-03-14
randr: Add RRConstrainCursorHarder
Adam Jackson
3
-0
/
+161
2011-02-23
Revert "randr: Add sprite position transforms"
Keith Packard
6
-236
/
+34
[next]