summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-05-11xwayland/eglstream: Set ALU to GXCopy for blittingOlivier Fourdan1-0/+3
2021-05-11xwayland/eglstream: Do not always increment pixmap refcnt on commitOlivier Fourdan1-4/+17
2021-05-11xwayland/eglstream: Check eglSwapBuffers()Olivier Fourdan1-4/+10
2021-05-11xwayland/eglstream: Fix calloc/mallocOlivier Fourdan1-2/+2
2021-05-11xwayland/eglstream: Do not commit without surfaceOlivier Fourdan1-1/+8
2021-05-11xwayland/eglstream: Drop the list of pending streamsOlivier Fourdan1-32/+9
2021-05-11xwayland/eglstream: Keep a reference to the pixmapOlivier Fourdan1-2/+10
2021-05-11xwayland/eglstream: Dissociate pending stream from windowOlivier Fourdan1-71/+60
2021-05-11xwayland/eglstream: Add more error checkingOlivier Fourdan1-0/+93
2021-05-11xwayland/eglstream: Small refactoringOlivier Fourdan1-18/+24
2021-05-11xwayland/eglstream: Check framebuffer statusOlivier Fourdan1-4/+14
2021-05-11xwayland/glamor: Add return status to post_damageOlivier Fourdan4-8/+16
2021-05-11xwayland: Check buffer prior to attaching itOlivier Fourdan3-3/+20
2021-05-11xwayland/eglstream: Check buffer creationOlivier Fourdan1-1/+7
2021-04-30xwayland-eglstream: fix X11 rendering to flipping GL / VK windowErik Kurzinger1-2/+6
2021-04-24dri2: Sync i965_pci_ids.h from mesa iris_pci_ids.hMazlan, Hazwan Arif1-0/+11
2021-04-16xserver: fix RGB mask handlingluporl1-3/+3
2021-04-16modesetting: Remove few common functions from ms namespaceŁukasz Spintzyk5-21/+21
2021-04-16modesetting: remove unnecessary ms_covering_xf86_crtc dup of ms_covering_rand...Łukasz Spintzyk1-113/+6
2021-04-16modesetting: Find crtc on secondary outputs as fallback instead of returning ...Łukasz Spintzyk1-26/+30
2021-04-16present: fix msc offset calculation in screen modeŁukasz Spintzyk2-5/+0
2021-04-16modesetting: Initialize present extension despite glamor is disabledŁukasz Spintzyk1-4/+5
2021-04-09xwayland: implement pixmap_from_buffers for the eglstream backendErik Kurzinger5-24/+204
2021-04-09xwayland: Add check_flip() glamor backend functionErik Kurzinger4-0/+25
2021-04-09xwayland: move formats and modifiers functions to common glamor codeErik Kurzinger3-111/+123
2021-04-09xwayland: Move dmabuf interface to common glamor codeOlivier Fourdan3-74/+76
2021-04-07French text in Preferences Pane ReviewEdouard Gaulué2-99/+101
2021-04-07xquartz: Call PseudoramiXExtensionInit() through InitOutput() just like xwinJeremy Huddleston Sequoia3-4/+4
2021-04-06xfree86: fix gtf support detection for EDID 1.4Pascal VITOUX1-1/+1
2021-04-05modesetting: Defer crtc gamma size upgrade to drmmode_setup_colormapAaron Plattner1-32/+53
2021-03-26xfree86: Create a symlink X -> Xorg when installing using mesonPovilas Kanapickas1-0/+6
2021-03-26xfree86: Set appropriate install_mode for suid_wrapperPovilas Kanapickas1-1/+1
2021-03-26xfree86: Fix meson overwriting suid wrapper with the wrapped executablePovilas Kanapickas1-2/+11
2021-03-24xwayland: remove wl_log_set_handler_client workaroundSimon Ser1-4/+1
2021-03-08xquartz: Ensure the mouse pointer is shown when switching to a native macOS a...Jeremy Huddleston Sequoia1-1/+3
2021-03-05xquartz: Update meson build to remove deleted filesJeremy Huddleston Sequoia2-7/+3
2021-03-05xquartz: Fix appFlags build failure with macOS 10.15+ SDKsJeremy Huddleston Sequoia1-0/+50
2021-03-05xwayland: Fix path in pkg-config with autoconfOlivier Fourdan2-0/+5
2021-03-05xwayland: Fix LeaveNotify for relative pointerOlivier Fourdan1-1/+1
2021-03-03xfree86: Fix autoconfig secondary GPU devicesJacob Cherry1-3/+22
2021-03-03xwayland: Delay cursor visibility updateOlivier Fourdan2-10/+91
2021-02-22xquartz: Remove a check for NSAppKitVersionNumber >= NSAppKitVersionNumber10_7Jeremy Huddleston Sequoia1-2/+1
2021-02-22xquartz: Don't include strndup.c any more since we no longer support 10.8 and...Jeremy Huddleston Sequoia2-11/+0
2021-02-22xquartz: Add a launch trampoline to better integrate with modern versions of ...Jeremy Huddleston Sequoia3-3/+93
2021-02-20xquartz: Don't process AppKit events if we haven't finished initializingJeremy Huddleston Sequoia1-0/+8
2021-02-20xquartz: Allocate each fbconfig separatelyJeremy Huddleston Sequoia1-14/+12
2021-02-20xquartz: Fix a compiler warning about const incompatible pointer assignmentJeremy Huddleston Sequoia1-1/+1
2021-02-18xquartz: Fix build with sparkle enabledJeremy Huddleston Sequoia1-11/+9
2021-02-18xquartz: Silence a compiler warning about missing internal methods on NSAppli...Jeremy Huddleston Sequoia1-0/+5
2021-02-18xquartz: Rewrite Window menu handling to not depend on X11App.windowsMenu.num...Jeremy Huddleston Sequoia1-85/+70