index
:
~halfline/xserver
foo
master
wip/logind-integration
xwayland
Unnamed repository; edit this file 'description' to name the repository.
halfline
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-02
miext: Move SyncShm FDs out of the way of clients
Keith Packard
3
-0
/
+30
2013-12-02
Xext: Use SHMDIR and O_TMPFILE when creating mapping files
Keith Packard
1
-3
/
+31
2013-12-02
Select directory for MIT-SHM temp files at configure time
Keith Packard
2
-0
/
+46
2013-11-26
Xdmx: Initialize DMX extension even if not built with GLX support
Alan Coopersmith
1
-1
/
+3
2013-11-26
configure.ac: Require libpciaccess for int10
Connor Behan
1
-0
/
+3
2013-11-26
configure.ac: Require libpciaccess for platform bus support
Connor Behan
1
-0
/
+4
2013-11-26
configure.ac: Add whitespace near PCI configuration
Connor Behan
1
-18
/
+17
2013-11-23
Bump release to 1.14.99.903 (1.15 RC3)
xorg-server-1.14.99.903
Keith Packard
1
-3
/
+3
2013-11-23
miext: Ensure xshmfence is only called when driver supports it
Keith Packard
6
-10
/
+162
2013-11-23
Xext: Recover from miSyncInitFenceFromFD failure without crashing
Keith Packard
1
-1
/
+1
2013-11-23
glx/glxdri2: Unwrap EnterVT/LeaveVT upon CloseScreen
Chris Wilson
1
-0
/
+4
2013-11-23
xnest: Ignore GetImage() error in xnestGetImage() (v3)
Keith Packard
1
-1
/
+0
2013-11-20
present: When unflipping, copy to flip window rather than screen
Keith Packard
1
-2
/
+2
2013-11-20
present: Block for wait_fence in present_execute
Keith Packard
4
-4
/
+76
2013-11-20
present: Signal destroyed flip window with vblank->window == NULL
Keith Packard
3
-9
/
+6
2013-11-20
present: Ignore event_id 0 from driver vblank notify
Keith Packard
1
-0
/
+3
2013-11-20
present: Round fake MSC computations intead of truncating
Keith Packard
1
-1
/
+1
2013-11-18
configure: allow for --enable-libunwind and --disable-libunwind
Peter Hutterer
1
-7
/
+15
2013-11-14
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
6
-14
/
+25
2013-11-14
mieq: Bump default queue size to 512
Adam Jackson
1
-1
/
+1
2013-11-14
xfree86: return NULL for compat output if no outputs.
Dave Airlie
1
-0
/
+3
2013-11-14
test: build the touch test only when building Xorg
Dan HorĂ¡k
1
-2
/
+2
2013-11-14
include: export key_is_down and friends
Peter Hutterer
1
-6
/
+6
2013-11-14
Stop including inline assembly .il file for Solaris Studio builds
Alan Coopersmith
3
-24
/
+0
2013-11-14
kdrive: fix cursor jumps on CursorOffScreen behavior
Peter Hutterer
1
-4
/
+4
2013-11-14
kdrive: modify ephyr events to use POINTER_DESKTOP and scale them to that
Peter Hutterer
3
-1
/
+11
2013-11-14
kdrive: handle WxH as valid geometry spec
Keith Packard
1
-1
/
+2
2013-11-14
ephyr: xcb_connect returns an error, not NULL
Peter Hutterer
1
-2
/
+2
2013-11-14
Update to version 1.14.99.902
xorg-server-1.14.99.902
Keith Packard
1
-3
/
+3
2013-11-14
xext: Fix shmint.h to not use headers outside of sdk_HEADERS
Keith Packard
3
-8
/
+3
2013-11-12
xfree86: Fix build without libpciaccess
Jeremy Huddleston Sequoia
1
-1
/
+4
2013-11-12
Enable XTRANS_SEND_FDS on Solaris too.
Alan Coopersmith
2
-1
/
+10
2013-11-12
Avoid conflicts with Solaris <sys/regset.h> defines that clash with our names
Alan Coopersmith
4
-1
/
+34
2013-11-11
Proper spelling of MAP_ANONYMOUS is MAP_ANON.
Keith Packard
1
-1
/
+2
2013-11-11
Get rid of the rest of the FD passing code when XTRANS_SEND_FDS isn't set
Keith Packard
3
-0
/
+10
2013-11-11
Merge remote-tracking branch 'jeremyhu/master'
Keith Packard
3
-32
/
+33
2013-11-11
present: Don't try to initialize when building without present support
Adam Jackson
1
-0
/
+2
2013-11-11
present: Change debug output a bit to help diagnose missing vblank signals
Keith Packard
1
-2
/
+5
2013-11-11
Present: Check for window/fence destroyed when idling pixmaps
Keith Packard
1
-3
/
+6
2013-11-11
Trap SIGBUS to handle truncated shared memory segments
Keith Packard
10
-2
/
+275
2013-11-11
Require libXtrans version 1.3.2
Keith Packard
1
-1
/
+1
2013-11-11
Xext: Enable MIT-SHM FD-passing request definitions only when possible
Keith Packard
3
-2
/
+33
2013-11-11
Require xextproto version 7.2.99.901
Keith Packard
1
-1
/
+1
2013-11-11
Remove dix-config.h config variables from xorg-config.h
Keith Packard
1
-3
/
+0
2013-11-11
Make XTrans FD passing support optional. Define only on Linux
Keith Packard
3
-0
/
+41
2013-11-10
XQuartz: Don't sleep forever on exit if usleep() returns an error
Jeremy Huddleston Sequoia
1
-1
/
+1
2013-11-10
XQuartz: Update Info.plist copyright years
Jeremy Huddleston Sequoia
1
-2
/
+2
2013-11-08
configure.ac: Move GLX section after DRI
Jeremy Huddleston Sequoia
1
-29
/
+30
2013-11-06
ARM64: Add support for aarch64
Andreas Schwab
3
-2
/
+17
2013-11-05
Use $GL_LIBS instead of -lGL for linking
Keith Packard
1
-1
/
+1
[next]