index
:
~yselkowitz/xserver
cygwin
cygwin-patches-for-1.12
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.16
cygwin-release-1.7
cygwin-release-1.8
cygwin-release-1.9
master
mingw-patches-for-1.13
server-1.10-branch
server-1.11-branch
server-1.7-branch
server-1.8-branch
server-1.9-branch
work
Yaakov's Cygwin/X xserver repository
yselkowitz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-05
Merge remote-tracking branch 'jeremyhu/master'
Keith Packard
2
-4
/
+20
2012-09-04
config/udev: add wrapper around check if server is not seat 0
Dave Airlie
1
-0
/
+2
2012-08-29
list: Use offsetof() and typeof() to determine member offsets within a structure
Jeremy Huddleston Sequoia
2
-4
/
+20
2012-08-27
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-0
/
+1
2012-08-21
Add FormatInt64 to convert signed integers in signal-safe manner
Peter Hutterer
1
-0
/
+1
2012-08-07
Distribute include/glx_extinit.h
Keith Packard
1
-0
/
+1
2012-07-25
glx: drop GLX_LIBS from X server and workaround sdksyms.
Dave Airlie
2
-1
/
+34
2012-07-25
dix: don't use "new" as a parameter name
Aaron Plattner
1
-3
/
+3
2012-07-17
Merge remote-tracking branch 'jturney/master'
Keith Packard
1
-3
/
+7
2012-07-17
xwin: Clean up os wrappers for System, Popen and Pclose on Windows
Keith Packard
1
-3
/
+7
2012-07-16
xf86: Re-export extension disable flags
Aaron Plattner
1
-16
/
+16
2012-07-10
Merge branch 'local-fixes'
Keith Packard
1
-0
/
+3
2012-07-10
Remove last renmants of XFree86LOADER define
Daniel Stone
1
-1
/
+1
2012-07-10
Remove unused setupFunc from extensions
Daniel Stone
1
-1
/
+0
2012-07-10
Move the remnants of loadext.c to miinitext.c
Daniel Stone
1
-2
/
+2
2012-07-10
Loader: Move ExtensionModule types to DIX
Daniel Stone
1
-0
/
+38
2012-07-09
Move SELinux from extmod to built-in
Daniel Stone
1
-1
/
+1
2012-07-09
Xv: Remove excessive module-induced indirection
Tomas Carnecky
1
-2
/
+0
2012-07-09
Move Xv and XvMC from extmod to built-in
Tomas Carnecky
1
-1
/
+2
2012-07-09
Move XRes from extmod to built-in
Tomas Carnecky
1
-1
/
+1
2012-07-09
Move DPMS from extmod to built-in
Tomas Carnecky
1
-1
/
+1
2012-07-09
Move MIT-SCREEN-SAVER from extmod to built-in
Tomas Carnecky
1
-1
/
+1
2012-07-09
Move RECORD from external module to built-in
Tomas Carnecky
1
-1
/
+1
2012-07-09
Move DBE from an external module to built-in
Tomas Carnecky
1
-1
/
+1
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
3
-94
/
+155
2012-07-09
Make extension.h self-contained, remove C++ externs
Daniel Stone
1
-2
/
+3
2012-07-09
Add a common ARRAY_SIZE macro to dix.h
Daniel Stone
1
-0
/
+2
2012-07-09
Replace padlength tables with inline functions from misc.h
Alan Coopersmith
1
-0
/
+14
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
1
-2
/
+2
2012-07-09
Reliably reset signals at server init time
Keith Packard
1
-0
/
+3
2012-07-07
dix/randr: add a hook into screen to replace scanout pixmap
Dave Airlie
1
-0
/
+3
2012-07-07
dix/xf86: initial offload slave tracking (v1.1)
Dave Airlie
2
-0
/
+9
2012-07-07
dix/pixmap: track dirty pixmaps in server. (v4)
Dave Airlie
3
-0
/
+26
2012-07-07
randr: add initial scanout pixmap support (v3)
Dave Airlie
2
-0
/
+25
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
2
-0
/
+9
2012-07-06
dix: add unattached list for attaching screens to initially. (v1.1)
Dave Airlie
2
-0
/
+11
2012-07-06
xserver/config: add udev/drm hotplug callbacks. (v2)
Dave Airlie
1
-0
/
+4
2012-07-06
dix: introduce gpu screens. (v5)
Dave Airlie
3
-0
/
+17
2012-07-06
xfree86: use udev to provide device enumeration for kms devices (v10)
Dave Airlie
4
-0
/
+44
2012-07-05
privates: Allow device privates to be allocated after server start
Keith Packard
1
-1
/
+1
2012-07-05
Add screen-specific privates.
Keith Packard
2
-1
/
+55
2012-07-05
list.h: don't crash when removing an element from a NULL list
Peter Hutterer
1
-1
/
+1
2012-07-04
Merge branch 'sigio-vt-switch-issues' into for-keith
Peter Hutterer
1
-0
/
+6
2012-07-03
os: add OsBlockSIGIO and OsReleaseSIGIO
Peter Hutterer
1
-0
/
+6
2012-07-02
Merge branch 'sigsafe-logging-varargs'
Keith Packard
3
-4
/
+22
2012-07-02
Make BUG_WARN* signal safe
Chase Douglas
1
-4
/
+4
2012-07-02
Add ErrorFSigSafe() alternative to ErrorF()
Chase Douglas
1
-0
/
+6
2012-07-02
Add LogMessageVerbSigSafe() for logging messages while in signal context
Chase Douglas
1
-0
/
+7
2012-07-02
Add dixGetGlyphs to replace GetGlyphs from libXfont to simplify linking
Alan Coopersmith
1
-6
/
+7
[next]