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