index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-03
OdevAttribute: Add config_odev_get_attribute helper
Hans de Goede
4
-22
/
+30
2014-03-03
xf86Xinput: Modify API for server-managed fd support
Hans de Goede
3
-1
/
+14
2014-03-03
linux: xf86OpenConsole: Don't detach from controlling tty when it is our vt
Hans de Goede
1
-1
/
+18
2014-03-03
linux: xf86OpenConsole remove root-rights check for keeptty option
Hans de Goede
1
-6
/
+0
2014-02-24
V2: Add check for link from output to crtc before optimizing out a CrtcSet call
David Sodman
1
-2
/
+12
2014-02-24
Fix test/os to work on Solaris
Alan Coopersmith
1
-2
/
+2
2014-02-24
Fix test/signal-logging to work on Solaris
Alan Coopersmith
1
-0
/
+4
2014-02-24
gcc 4.2.1 doesn't support #pragma GCC diagnostic ignored
Matthieu Herrb
1
-0
/
+4
2014-02-24
Merge remote-tracking branch 'herrb/master'
Keith Packard
1
-5
/
+2
2014-02-24
Bump to 1.15.99.901
xorg-server-1.15.99.901
Keith Packard
1
-3
/
+3
2014-02-24
Merge remote-tracking branch 'anholt/glamor-pull-request'
Keith Packard
26
-2073
/
+1525
2014-02-21
Xi: check for invalid modifiers for XI2 passive grabs
Peter Hutterer
2
-1
/
+6
2014-02-20
test: remove source file from hashtabletest LDADD
Gaetan Nadon
1
-1
/
+1
2014-02-20
test/input: Fix alignment assertion for doubles
Thierry Reding
1
-2
/
+2
2014-02-17
Get rid of config/non-seat0.conf.multi-seat
LaƩrcio de Sousa
2
-19
/
+1
2014-02-14
glamor: Move the EGL DRI3 code to GLAMOR_HAS_GBM.
Eric Anholt
1
-5
/
+5
2014-02-14
glamor: Fix linking of the gradient shaders on GLES2.
Eric Anholt
1
-36
/
+32
2014-02-14
glamor: Don't bother keeping references to shader stages for gradients.
Eric Anholt
2
-91
/
+6
2014-02-14
glamor: Fix typo in setting v_position's attrib location.
Eric Anholt
1
-1
/
+1
2014-02-14
glamor: Move shader precision stuff from build time to shader compile time.
Eric Anholt
1
-5
/
+4
2014-02-14
glamor: Unifdef the picture-format-to-format-and-type functions.
Eric Anholt
1
-21
/
+29
2014-02-14
glamor: Move glamor_get_tex_format_type_from_pictformat to a .c file.
Eric Anholt
2
-303
/
+303
2014-02-14
glamor: Unifdef the cache format indices.
Eric Anholt
2
-20
/
+2
2014-02-14
glamor: Pass pixmaps around to unifdef glamor_iformat_for_depth().
Eric Anholt
4
-22
/
+21
2014-02-14
glamor: Add a screen argument to drop an ifdef from glamor_set_alu().
Eric Anholt
5
-14
/
+20
2014-02-14
glamor: Drop a bunch of GLES2 ifdefs.
Eric Anholt
5
-63
/
+62
2014-02-14
glamor: yInverted is a boolean value, so use the Bool type.
Eric Anholt
2
-3
/
+3
2014-02-14
glamor: Drop fixed function transformation matrix setup.
Eric Anholt
1
-6
/
+0
2014-02-14
glamor: Drop useless glEnable/glDisable(GL_TEXTURE_2D) calls.
Eric Anholt
6
-33
/
+0
2014-02-14
glamor: Put in a pluggable context switcher for GLX versus EGL.
Eric Anholt
9
-60
/
+189
2014-02-14
glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.
Eric Anholt
13
-111
/
+111
2014-02-14
glamor: Convert to using libepoxy.
Eric Anholt
21
-1440
/
+898
2014-02-14
XQuartz: pointer -> void *
Jeremy Huddleston Sequoia
1
-4
/
+4
2014-02-13
DIST_SUBDIRS needs to include glamor, even if it isn't built
Keith Packard
1
-1
/
+1
2014-02-13
config: fails to create tarball as xorg-server.conf file removed
Gaetan Nadon
1
-1
/
+1
2014-02-09
Delete stray ; in struct _DeviceChangedEvent
Alan Coopersmith
1
-1
/
+1
2014-02-09
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
24
-134
/
+179
2014-02-10
xfree86: use xnfstrdup in the Xorg -configure code
Peter Hutterer
1
-21
/
+21
2014-02-10
mi: fix printf warning about size_t format specifier
Peter Hutterer
1
-1
/
+1
2014-02-09
sync: Avoid ridiculously long timeouts
Mark Kettenis
1
-5
/
+2
2014-02-07
ephyr: Repaint entire screen when colormap is updated
Keith Packard
1
-0
/
+15
2014-02-07
configure.ac: add missing "test"
David Heidelberger
1
-1
/
+1
2014-02-07
__glGetProcAddress: explictly cast function pointers to void *
Alan Coopersmith
1
-2
/
+2
2014-02-07
xfree86: Fix a compiler warning on 64-bit.
Eric Anholt
1
-1
/
+1
2014-02-07
glx: Delete dead NV program string functions.
Eric Anholt
1
-22
/
+0
2014-02-07
glx: Reduce compiler warnings by not requesting GL extension prototypes.
Eric Anholt
1
-1
/
+0
2014-02-07
glx: Stop relying on libGL ABI bugs for glGetCompressedTexImage().
Eric Anholt
1
-2
/
+6
2014-02-07
glx: Remove left-over glthread.c
Jon TURNEY
1
-204
/
+0
2014-02-07
configure: Don't add GLX_SYS_LIBS to XORG_SYS_LIBS
Adam Jackson
1
-1
/
+1
2014-02-05
dix: fix a -Wshadow warning
Peter Hutterer
1
-2
/
+2
[next]