summaryrefslogtreecommitdiff
path: root/hw/kdrive
AgeCommit message (Expand)AuthorFilesLines
2024-10-10drop obsolete HAVE_DIX_CONFIG_HEnrico Weigelt, metux IT consult13-26/+0
2024-09-01dix: unexport TellLostMap()Enrico Weigelt, metux IT consult1-0/+2
2024-09-01include: move private definitions out of input.hEnrico Weigelt, metux IT consult2-6/+8
2024-07-26xv: unexport XvFreeAdaptor()Enrico Weigelt, metux IT consult1-5/+6
2024-07-26treewide: replace xnfcalloc() calls by XNFcallocarray()Enrico Weigelt, metux IT consult1-3/+3
2024-07-26treewide: replace xnfalloc() calls to XNFalloc()Enrico Weigelt, metux IT consult1-1/+1
2024-07-19Move sizeof to second argument in calloc callsAlan Coopersmith2-5/+5
2024-06-18kdrive: drop Solaris specific hackEnrico Weigelt, metux IT consult1-2/+0
2024-05-08os: unexport ddx callbacksEnrico Weigelt, metux IT consult2-0/+3
2024-04-30include: split out non-exported prototypes to dix_priv.hEnrico Weigelt, metux IT consult1-0/+1
2024-04-16os: unexport Os*() functionsEnrico Weigelt, metux IT consult3-1/+5
2024-04-15rename remaining RT_* defines to X11_RESTYPE_*Enrico Weigelt, metux IT consult1-1/+1
2024-04-15os: unexport command line args handling functionsEnrico Weigelt, metux IT consult3-0/+6
2024-03-03dix: unexport AddScreen() and AddGPUScreen()Enrico Weigelt, metux IT consult1-0/+3
2024-02-19drop remains of support for old Sun compilersEnrico Weigelt, metux IT consult1-5/+0
2024-01-19ephyr: Fix incompatible pointer type build errorJosé Expósito1-4/+4
2024-01-16ephyr,xwayland: Use the proper private key for cursorOlivier Fourdan1-1/+1
2023-12-17ephyr: Send RRCrtcChangeNotify events on resizeAlexander Volkov1-0/+1
2023-11-07Xephyr: use glamor glx providerKonstantin Pugin3-1/+119
2023-05-12Xephyr: fix tiny memleak in KdParseKeyboard().Tamura Dai1-0/+2
2023-01-22Xephyr: fix help output.Tamura Dai1-1/+1
2022-06-27ephyr: Sync even less in ephyrInternalDamageRedisplayAdam Jackson3-6/+11
2022-06-27ephyr: Sync less in hostx_paint_rectAdam Jackson1-2/+1
2022-03-31Replace "the the" with a single "the" in docs & commentsAlan Coopersmith1-1/+1
2022-02-03xephyr: Don't check for SeatId anymorenerdopolis1-18/+16
2021-10-27Remove autotools supportPovilas Kanapickas4-133/+0
2021-09-15glamor: Require EGL_KHR_no_config_contextAdam Jackson1-1/+1
2021-09-15ephyr: Don't open-code glamor_compile_glsl_progAdam Jackson1-33/+2
2021-09-15ephyr/glamor: Port to EGLAdam Jackson7-206/+148
2021-01-29mi: List extensions in usage messageOlivier Fourdan2-1/+3
2020-09-15Consolidate fourcc.hMichel Dänzer2-133/+0
2020-07-05Fix spelling/wording issuesAlan Coopersmith10-32/+28
2020-01-28Xephyr: Cast "red" to char* for xcb_aux_parse_colorMichel Dänzer1-1/+1
2019-10-01Fix various spelling errorsSven Joachim2-6/+6
2019-04-19ephyr: fix typo: rquires -> requiresDiego Viola1-1/+1
2019-04-17Fix missing prototype warning for xf86_find_platform_device_by_devnum()Jon Turney1-0/+2
2019-03-27simple-xinit: Introduce an escaped "--" argument.Eric Anholt1-1/+1
2019-02-25Add ddxInputThread call from os layer into ddx layerAlan Coopersmith1-0/+9
2018-09-28dix: Remove LegalModifier()Adam Jackson1-6/+0
2018-09-28dix: Merge AbortDDX into ddxGiveUpAdam Jackson1-7/+1
2018-08-02meson: Remove XXX for libconfig in kdrive.Eric Anholt1-2/+0
2018-03-27meson: Install man pagesAdam Jackson1-0/+7
2018-03-27man: s/__/@/gAdam Jackson2-5/+5
2018-03-05glamor: Implement GetSupportedModifiersLouis-Francis Ratté-Boulianne1-0/+1
2018-02-20Xephyr: Avoid calling xcb_shm_detach() twiceAlexander Volkov1-1/+0
2018-02-19meson: Xephyr Requires xcb-shm version 1.9.3 or newerLaurent Carlier1-1/+1
2018-02-14miinitext: Load GLX on the mi pathAdam Jackson1-16/+0
2018-02-14glx: Use vnd layer for dispatch (v4)Adam Jackson3-1/+5
2018-02-02Xephyr: Call forgotten XShmDetach if can't mmap SHM segmentAlexander Volkov1-3/+7
2018-02-01Xephyr: Prefer using MIT-SHM FD-passing when possibleAlexander Volkov2-28/+82