Age | Commit message (Expand) | Author |
2019-04-23 | output: refactor backend API | Simon Ser |
2019-04-22 | Fix missing headers when building without X11 | Alyssa Ross |
2019-03-21 | wlr_output: Add preferred property (#1625) | Guido Günther |
2019-03-05 | backend/drm: Don't fail on failing to find overlay format | Scott Anderson |
2019-02-24 | backend/drm: Unset cursor on cleanup | Scott Anderson |
2019-02-21 | backend/drm: fix memory leak in realloc crtcs | Rouven Czerwinski |
2019-02-19 | backend/drm: fix modeset on drm fd resume | Brian Ashworth |
2019-02-18 | backend/drm: fix NULL dereference when unsetting cursor | emersion |
2019-02-15 | Merge pull request #1537 from VincentVanlaer/cursor-dmabuf-nouveau | Drew DeVault |
2019-02-15 | Add workaround for hardware cursors on nouveau | Vincent Vanlaer |
2019-02-15 | Revert "drm: do not modeset to current mode" | Drew DeVault |
2019-02-14 | Copy cursor surface to secondary gpu if necessary | Vincent Vanlaer |
2019-02-14 | drm: do not modeset to current mode | Brian Ashworth |
2019-02-04 | Allow cursor render surface to be used as fb | Vincent Vanlaer |
2019-01-29 | Require libdrm >= 2.4.95 | emersion |
2019-01-29 | backend/drm: fix GBM format mismatch | emersion |
2019-01-19 | backend/drm: fix state for outputs loosing their CRTC | emersion |
2018-12-23 | backend/drm: get physical size from libdrm | emersion |
2018-12-21 | Standardize the wlr_box input paramaters | Timidger |
2018-12-16 | backend/drm: don't insert duplicate custom modes, fix refresh rate | emersion |
2018-12-09 | backend/drm: Fix uninitialized variable | Scott Anderson |
2018-12-09 | backend/drm: Improve encoder logic | Scott Anderson |
2018-12-09 | backend/drm: fix disappeared output indices | emersion |
2018-12-04 | backend/drm: fix VLA overflow | emersion |
2018-11-22 | Fix interlaced mode rejection | Rostislav Pehlivanov |
2018-11-21 | Skip interlaced modes during drm mode detection | Rostislav Pehlivanov |
2018-11-04 | backend/drm: specify minimum config attributes | emersion |
2018-10-30 | Merge pull request #1346 from emersion/fix-schedule-frame-mgpu | Drew DeVault |
2018-10-29 | backend/drm: fix frame scheduling on secondary GPUs | emersion |
2018-10-28 | backend/drm: add WLR_DRM_NO_ATOMIC_GAMMA env variable | emersion |
2018-10-17 | Increase _POSIX_C_SOURCE to 200112L | sghctoma |
2018-10-09 | backend/drm: don't reset conn->pageflip_pending in drm_connector_cleanup | emersion |
2018-10-09 | Merge pull request #1298 from emersion/output-dangling-idle-frame | Drew DeVault |
2018-10-09 | backend/drm: set drmEventContext version to 2 | Rouven Czerwinski |
2018-10-09 | output: remove idle_frame event source when destroying output | emersion |
2018-10-08 | Merge pull request #1280 from emersion/drm-link-status | Scott Anderson |
2018-10-07 | backend/drm: fix zero-length VLAs | emersion |
2018-10-07 | backend/drm: properly handle GPUs without CRTCs | emersion |
2018-10-05 | output: don't trigger a frame immediately in schedule_frame | emersion |
2018-10-04 | output: add presentation refresh prediction | emersion |
2018-10-04 | Rename get_present_clock to get_presentation clock, use it | emersion |
2018-10-04 | backend: add get_present_clock | emersion |
2018-10-04 | output: add present event | emersion |
2018-10-04 | backend/drm: add support for the link-status property | emersion |
2018-10-04 | Merge pull request #1262 from nyorain/session_fix | Drew DeVault |
2018-10-04 | backend/drm: update EDID manufacturers database | emersion |
2018-10-03 | backend/drm: reset gamma table on VT switch | emersion |
2018-10-03 | output: make gamma size a size_t and gamma table const | emersion |
2018-09-28 | backend/drm: don't free connector immediately | emersion |
2018-09-24 | Rework session handling | nyorain |