summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-27backtrace.c: Fix word cast to a pointerserver-1.17-branchVicente Olivert Riera1-2/+2
2015-05-27xwayland: default to local user if no xauth file given. [CVE-2015-3164 3/3]Ray Strode1-0/+2
2015-05-27os: support new implicit local user access mode [CVE-2015-3164 2/3]Ray Strode3-4/+130
2015-05-27xwayland: Enable access control on open sockets [CVE-2015-3164 1/3]Ray Strode1-1/+1
2015-05-27config: remove 10-evdev.conf, let the evdev driver install that filePeter Hutterer2-42/+2
2015-05-27Xephyr: Fix broken image when endianess of client machine and host-Xserver di...Egbert Eich1-2/+10
2015-05-27Xephyr: Fix screen image draw for the non-Glamor & non-XHSM caseEgbert Eich1-1/+1
2015-05-27Xephyr: Fix compile when debugging is enabledEgbert Eich1-1/+1
2015-05-27Xephyr: Print default server display number if none is specifiedEgbert Eich1-1/+1
2015-05-27Xephyr: Don't crash when no command line argument is specifiedEgbert Eich4-5/+12
2015-05-27glamor: fix build when DRI3 is not definedJonathan Gray1-1/+5
2015-05-27glamor: remove const from the return type of glamor_get_drawable_location()Jonathan Gray2-2/+2
2015-05-27modesetting: Include dix-config.h from dumb_bo.cMichel Dänzer1-0/+4
2015-05-27Add AC_SYS_LARGEFILE defines to dix-config.hMichel Dänzer1-0/+6
2015-05-27modesetting: Fix software cursor fallbackAdel Gadllah1-2/+2
2015-05-27xwayland: Implement smooth scrollingDima Ryazanov2-41/+16
2015-05-27dix: Do not allow device transform to be set on valuatorless devicesJason Gerecke1-0/+3
2015-05-27dix/events: Set currentTime to the given time stamp in NoticeTimeRui Matos1-0/+1
2015-05-27shm: Fix xselinux resource initialization for xinerama pixmapsBrent Collins1-0/+6
2015-05-27shm: Fix use-after-free in ShmDestroyPixmapChris Wilson1-2/+2
2015-05-27dix: Fix image byte order on big endian hardwareOlivier Fourdan1-0/+2
2015-05-27xfree86: Return NULL from xf86CompatOutput if no compat_output is definedJason Gerecke1-0/+2
2015-05-27xwayland: Fix error stringsRobert Ancell3-5/+5
2015-05-27os/utils.c: Don't try to build os_move_fd() for WIN32Colin Harrison1-0/+2
2015-05-27hw/xnest: Fix build for MinGWJon TURNEY1-0/+4
2015-05-27hw/xwin/winclipboard: Link xwinclip with -lpthreadJon TURNEY1-1/+1
2015-05-27os/xdmcp.c: Include Xtrans.h when building for WIN32Colin Harrison1-0/+4
2015-05-27Accept x86_64 as well as i*86 for $host_cpu in Solaris on x86Alan Coopersmith1-1/+1
2015-05-27systemd-logind: don't second guess D-Bus default timeoutRay Strode1-8/+6
2015-05-27systemd-logind: filter out non-signal messages from message filterRay Strode1-0/+3
2015-05-27mi: Partial pie-slice filled arcs may need more space for spansKeith Packard1-0/+5
2015-05-27Re-enable non serverfd input devices immediately on vtenterHans de Goede1-3/+4
2015-05-27xfree86: Add GPU screens even if there are no active GDevsAaron Plattner1-3/+11
2015-05-27xfree86: Fix xf86_check_platform_slot's handling of PCIAaron Plattner1-2/+4
2015-05-27glamor: Fix build when configured --enable-glamor --disable-xshmfenceJon TURNEY1-0/+2
2015-05-27glamor: check max native ALU instructionsOlivier Fourdan2-0/+34
2015-05-27glamor: GL_TEXTURE_MAX_LEVEL is not available on GLES2Maarten Lankhorst3-3/+0
2015-05-27glamor: Use GL_FRAMEBUFFER instead of GL_READ_FRAMEBUFFERMaarten Lankhorst2-2/+2
2015-05-27glamor: do not check for gl errors in glamor_build_programMaarten Lankhorst1-3/+0
2015-05-27glamor: only use (un)pack_subimage when availableMaarten Lankhorst3-19/+46
2015-05-27xwayland: Add dependency on glamor libsOlivier Fourdan1-0/+1
2015-05-27ephyr: Fail if glamor is requested but not usableOlivier Fourdan1-3/+6
2015-05-27randr: use randr: prefix in ErrorF()Emil Velikov1-1/+1
2015-05-27randr: remove chatty error messagesEmil Velikov2-6/+0
2015-05-27hw/xwin: Report Cygwin version information in logJon TURNEY1-0/+14
2015-05-27hw/xwin/glx: Improve code generator to deal with latest Khronos OpenGL regist...Jon TURNEY1-12/+25
2015-05-27hw/xwin/glx: Refactor parsing of the <proto> XML elementJon TURNEY1-39/+26
2015-05-27os: Teach vpnprintf() how to handle "%*.*s"Jon TURNEY1-4/+24
2015-05-27os: XDMCP options like -query etc. should imply -listen tcpJon TURNEY1-0/+17
2015-05-27ephyr: Avoid a segfault with 'DISPLAY= Xephy -glamor'Jon TURNEY1-1/+1