Date: Sun, 27 Dec 2020 11:06:42 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 252197] benchmarks/glmark2: expose windowless and Wayland support Message-ID: <bug-252197-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252197 Bug ID: 252197 Summary: benchmarks/glmark2: expose windowless and Wayland support Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch, patch-ready Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: danfe@FreeBSD.org Reporter: jbeich@FreeBSD.org Flags: maintainer-feedback?(danfe@FreeBSD.org) Assignee: danfe@FreeBSD.org Created attachment 220990 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D220990&action= =3Dedit v1 Make it possible to compare performance overhead between windowing systems. Tested on 13.0 (base r368766) amd64 via Intel Skylake GT2 (0x1912): - glmark2 and glmark2-es2 run fine under Xwayland - glmark2-drm and glmark2-es2-drm run fine under console - glmark2-wayland and glmark2-es2-wayland run fine under Sway - libglvnd ( review D25020 ) builds fine - DRM=3DON WAYLAND=3DON X11=3DON builds fine - X11=3DON DRM=3DOFF WAYLAND=3DOFF builds fine - X11=3DON DRM=3DOFF X11=3DOFF builds fine - DRM=3DON X11=3DOFF X11=3DOFF builds fine =3D>> Checking shared library dependencies 0x00000001 NEEDED Shared library: [libX11.so.6] 0x00000001 NEEDED Shared library: [libc++.so.1] 0x00000001 NEEDED Shared library: [libc.so.7] 0x00000001 NEEDED Shared library: [libcxxrt.so.1] + 0x00000001 NEEDED Shared library: [libdrm.so.2] + 0x00000001 NEEDED Shared library: [libgbm.so.1] 0x00000001 NEEDED Shared library: [libgcc_s.so.1] 0x00000001 NEEDED Shared library: [libjpeg.so.8] 0x00000001 NEEDED Shared library: [libm.so.5] 0x00000001 NEEDED Shared library: [libpng16.so.16] 0x00000001 NEEDED Shared library: [libthr.so.3] + 0x00000001 NEEDED Shared library: [libudev.so.0] + 0x00000001 NEEDED Shared library: [libwayland-client.so.0] + 0x00000001 NEEDED Shared library: [libwayland-egl.so.1] 0x00000001 NEEDED Shared library: [libz.so.6] --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252197-7788>