Age | Commit message (Expand) | Author | Files | Lines |
2024-10-10 | drop obsolete HAVE_DIX_CONFIG_H | Enrico Weigelt, metux IT consult | 2 | -4/+0 |
2024-09-01 | dix: unexport QueryColors() | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-06-23 | dix: unexport fields from opaque.h not used by modules/drivers | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-05-08 | os: unexport ddx callbacks | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-04-16 | os: unexport Os*() functions | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-04-15 | os: unexport command line args handling functions | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-03-03 | dix: unexport AddScreen() and AddGPUScreen() | Enrico Weigelt, metux IT consult | 1 | -0/+3 |
2024-03-03 | consolidate MITSHM and HAS_SHM symbols | Enrico Weigelt, metux IT consult | 1 | -11/+11 |
2024-01-08 | Xvfb: Support up to 13 mouse buttons | Luke Dashjr | 1 | -4/+14 |
2023-12-17 | xvfb: Use RROutputSetPhysicalSize to set physical size of display | Twaik Yont | 1 | -1/+12 |
2021-10-27 | Remove autotools support | Povilas Kanapickas | 2 | -29/+0 |
2021-01-29 | mi: List extensions in usage message | Olivier Fourdan | 2 | -1/+3 |
2019-10-14 | Revert https://gitlab.freedesktop.org/xorg/xserver/merge_requests/235 | Michel Dänzer | 3 | -148/+4 |
2019-10-11 | vfb: add DRI3/glamor support | Emil Velikov | 3 | -2/+146 |
2019-10-11 | vfb: clarify code flow in vfbScreenInit | Emil Velikov | 1 | -3/+3 |
2019-07-22 | Xvfb: set rotations ret value | Paolo Borelli | 1 | -0/+3 |
2019-07-17 | vfb: set gamma size to avoid xrandr to complain about it missing | Ignacio Casal Quinteiro | 1 | -0/+3 |
2019-07-17 | vfb: factor out method to free a single screen info | Ignacio Casal Quinteiro | 1 | -20/+21 |
2019-07-17 | vfb: no need for else if we are returning | Ignacio Casal Quinteiro | 1 | -2/+2 |
2019-02-25 | Add ddxInputThread call from os layer into ddx layer | Alan Coopersmith | 1 | -0/+9 |
2018-10-25 | os: Factor out CHECK_FOR_REQUIRED_ARGUMENTS | Adam Jackson | 1 | -7/+0 |
2018-09-28 | dix: Remove LegalModifier() | Adam Jackson | 1 | -6/+0 |
2018-09-28 | dix: Merge AbortDDX into ddxGiveUp | Adam Jackson | 1 | -6/+0 |
2018-09-28 | mi: Factor out miSaveScreen | Adam Jackson | 1 | -8/+0 |
2018-04-24 | vfb: Fix man page in re depth | Adam Jackson | 1 | -7/+6 |
2018-03-27 | meson: Install man pages | Adam Jackson | 1 | -0/+6 |
2018-03-27 | man: s/__/@/g | Adam Jackson | 1 | -2/+2 |
2018-02-14 | miinitext: Load GLX on the mi path | Adam Jackson | 1 | -15/+0 |
2018-02-14 | glx: Use vnd layer for dispatch (v4) | Adam Jackson | 2 | -1/+4 |
2017-09-20 | test: Add basic SYNC tests. | Eric Anholt | 1 | -1/+1 |
2017-04-26 | Add a Meson build system alongside autotools. | Eric Anholt | 1 | -0/+21 |
2017-03-27 | dix: Lift DPMS to a screen hook | Adam Jackson | 1 | -1/+0 |
2017-02-28 | vfb: Bump default depth to 24 | Adam Jackson | 1 | -1/+1 |
2016-07-18 | Remove fd_set from Block/Wakeup handler API | Keith Packard | 1 | -2/+2 |
2016-03-23 | vfb: Re-add LD_EXPORT_SYMBOLS_FLAG to LDFLAGS | Adam Jackson | 1 | -0/+1 |
2016-02-22 | dix: Add hybrid full-size/empty-clip mode to SetRootClip | Daniel Stone | 1 | -2/+2 |
2015-12-09 | vfb: add randr support (v2) | Siim Põder | 1 | -0/+123 |
2015-07-08 | xfixes: Unexport xfixes.h | Adam Jackson | 1 | -1/+0 |
2015-04-21 | Convert hw/xnest & hw/vfb to new *allocarray functions | Alan Coopersmith | 1 | -4/+4 |
2014-10-08 | vfb: Don't reimplement micmap so much | Adam Jackson | 1 | -52/+3 |
2014-03-27 | Build fbcmap_mi.c once, rather than once for each DDX | Jon TURNEY | 1 | -5/+0 |
2014-03-27 | Build Xi/stubs.c once as a convenience library, rather than once for each DDX... | Jon TURNEY | 1 | -2/+2 |
2014-03-27 | Build dpmsstubs.c once as a convenience library, rather than once for each DD... | Jon TURNEY | 1 | -2/+2 |
2014-03-25 | miinitext: introduce LoadExtensionList() to replace over LoadExtension() | Emil Velikov | 1 | -4/+1 |
2014-01-22 | hw/vfb: Rename screenInfo parameter to screen_info | Keith Packard | 1 | -9/+9 |
2014-01-12 | Replace 'pointer' type with 'void *' | Keith Packard | 1 | -3/+3 |
2014-01-12 | vfb: Remove unused pXWDCmap variable | Keith Packard | 1 | -2/+0 |
2012-11-21 | vfb: Initialize the GLX extension again. | Raphael Kubo da Costa | 1 | -0/+19 |
2012-09-23 | dix: Remove #includes of mibstore.h | Daniel Martin | 2 | -2/+0 |
2012-07-10 | Replace NO_HW_ONLY_EXTS with Xorg DDX test | Daniel Stone | 1 | -2/+0 |