summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-08-18linux: Make platform device probe less fragileAdam Jackson1-18/+2
2020-08-18xfree86: add drm modes on non-GTF panelsAaron Ma5-4/+48
2020-08-18xwayland: Handle NULL xwl_seat in xwl_seat_can_emulate_pointer_warpMichel Dänzer1-1/+6
2020-08-18xwayland: Propagate damage x1/y1 coordinates in xwl_present_flipMichel Dänzer1-1/+3
2020-08-18xwayland: Use a fixed DPI value for core protocolOlivier Fourdan2-40/+8
2020-08-18xwayland: only use linux-dmabuf if format/modifier was advertisedSimon Ser1-4/+24
2020-08-18hw/xfree86: Avoid cursor use after freeMartin Weber1-1/+2
2020-08-18Update URL's in man pagesAlan Coopersmith4-7/+7
2020-08-12xwayland: Disable the MIT-SCREEN-SAVER extension when rootlessOlivier Fourdan1-0/+13
2020-07-22xwayland: Hold a pixmap reference in struct xwl_present_eventMichel Dänzer2-5/+14
2020-07-21modesetting: Fix front_bo leak at drmmode_xf86crtc_resize on XRandR rotationJose Maria Casanova Crespo1-3/+3
2020-07-20xwayland: Store xwl_tablet_pad in its own private keyLyude Paul1-2/+10
2020-07-20xwayland: Initialise values in xwlVidModeGetGamma()SimonP1-0/+1
2020-07-20xwayland: Fix crashes when there is no pointerSjoerd Simons1-0/+6
2020-07-20xwayland: Clear private on device removalOlivier Fourdan1-16/+39
2020-07-20xwayland: Free all remaining events in xwl_present_cleanupMichel Dänzer1-15/+11
2020-07-20xwayland: Always use xwl_present_free_event for freeing Present eventsMichel Dänzer1-15/+12
2020-07-03xwayland: import DMA-BUFs with GBM_BO_USE_RENDERING onlySimon Ser1-2/+3
2020-05-29xwayland: Fix infinite loop at startupOlivier Fourdan3-14/+18
2020-05-22modesetting: Disable pageflipping when using a swcursorHans de Goede6-6/+165
2020-03-22Fix old-style definition warning for xf86OSInputThreadInit()Jon Turney5-5/+5
2020-03-22Add xf86OSInputThreadInit to stub os-support as wellJon Turney1-0/+6
2020-03-18xwayland: Delete all frame_callback_list nodes in xwl_unrealize_windowMichel Dänzer3-10/+11
2020-03-12xwayland/glamor-gbm: Handle DRM_FORMAT_MOD_INVALID gracefullyJonas Ådahl1-0/+4
2020-03-07Fix building with `-fno-common`David Seifert4-5/+3
2020-03-02xwayland: Use frame callbacks for Present vblank eventsMichel Dänzer2-10/+14
2020-03-02xwayland: Use single frame callback for Present flips and normal updatesMichel Dänzer3-31/+39
2020-03-02xwayland: Add xwl_window_create_frame_callback helperMichel Dänzer2-3/+11
2020-02-21xwayland: clear pixmaps after creation in rootless modeDor Askayo1-1/+5
2020-02-21xwayland: Call glamor_block_handler from xwl_screen_post_damageMichel Dänzer1-0/+11
2020-02-21xwayland: Split up xwl_screen_post_damage into two phasesMichel Dänzer1-3/+14
2020-02-19modesetting: Disable atomic support by defaultMaarten Lankhorst2-2/+8
2020-02-06modesetting: remove unnecessary error message, fix zaphod leasesDave Airlie1-4/+5
2020-02-06xfree86/modes: Bail from xf86RotateRedisplay if pScreen->root is NULLMichel Dänzer1-1/+1
2020-01-14modesetting: Explicitly #include "mi.h"Michel Dänzer1-0/+1
2020-01-13os-support/solaris: Set IOPL for input thread tooAlan Coopersmith1-1/+5
2020-01-13Add xf86OSInputThreadInit call from common layer into os-support layerAlan Coopersmith6-0/+26
2020-01-13Add ddxInputThread call from os layer into ddx layerAlan Coopersmith7-0/+63
2020-01-13os-support/solaris: Drop ExtendedEnabled global variableAlan Coopersmith1-13/+0
2020-01-13modesetting: Check whether RandR was initialized before calling rrGetScrPrivAaron Plattner3-6/+20
2019-12-18xwayland: Do flush GPU work in xwl_present_flushMichel Dänzer1-3/+2
2019-12-18modesetting: Clear new screen pixmap storage on RandR resizeMichel Dänzer1-0/+15
2019-12-18xfree86/modes: Call xf86RotateRedisplay from xf86CrtcRotateMichel Dänzer1-0/+3
2019-12-18modesetting: Call glamor_finish from drmmode_crtc_set_modeMichel Dänzer1-2/+7
2019-12-05modesetting: Use EGL_MESA_query_driver to select DRI driver if possibleKenneth Graunke2-4/+26
2019-11-22xfree86: Test presence of isastream()Matt Turner1-2/+3
2019-11-18mi: Add a default no-op miSourceValidateAdam Jackson2-3/+2
2019-11-17compiler.h: Do not include sys/io.h on ARM with glibcOlivier Fourdan1-30/+0
2019-11-13xfree86: Call ScreenInit for protocol screens before GPU screensAaron Plattner1-30/+30
2019-11-11modesetting: Implement ms_covering_randr_crtc() for ms_present_get_crtc()Alex Goins3-5/+108