MFH: r521835

x11-wm/wayfire: fix DRM session after r521656

After VT switch nothing was rendered. From debug log before/after:

 [backend/drm/drm.c:1485] Requesting modeset for 'DP-1'
-[src/core/output-layout.cpp:844] new output: DP-1
+[src/core/output-layout.cpp:849] new output: DP-1
+[backend/drm/drm.c:697] Modesetting 'DP-1' with '3840x2160@60000 mHz'
+[backend/drm/drm.c:592] Initializing renderer on connector 'DP-1'
+[GLES2] FS SIMD8 shader: 5 inst, 0 loops, 24 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 80 to 48 bytes.
+[GLES2] FS SIMD16 shader: 5 inst, 0 loops, 34 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 80 to 48 bytes.
+[GLES2] VS SIMD8 shader: 28 inst, 0 loops, 116 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 448 to 336 bytes.
+[GLES2] FS SIMD16 shader: 2 inst, 0 loops, 0 cycles, 0:0 spills:fills, Promoted 0 constants, compacted 32 to 32 bytes.

Approved by:	ports-secteam blanket
This commit is contained in:
Jan Beich 2020-01-02 14:23:32 +00:00
parent eb0e930259
commit 5ccec322ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=521836
2 changed files with 4 additions and 1 deletions

View File

@ -2,11 +2,12 @@
PORTNAME= wayfire
DISTVERSION= 0.3.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-wm
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES= 8d8581a3e791.patch:-p1
PATCHFILES+= 513b38f1bf83.patch:-p1 # https://github.com/WayfireWM/wayfire/pull/362
MAINTAINER= jbeich@FreeBSD.org
COMMENT= 3D wayland compositor

View File

@ -3,3 +3,5 @@ SHA256 (WayfireWM-wayfire-0.3.0_GH0.tar.gz) = c686bf5abb7f0db829196785bba4136c85
SIZE (WayfireWM-wayfire-0.3.0_GH0.tar.gz) = 235019
SHA256 (8d8581a3e791.patch) = 484f9292848d1c59abce2e25486d329296aa8508522cd5d133a7bbcd048be228
SIZE (8d8581a3e791.patch) = 2058
SHA256 (513b38f1bf83.patch) = a18533783f96572491e9b8de96eef6c1982baf47332b4e7c674f95574e8ae444
SIZE (513b38f1bf83.patch) = 1538