Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Jun 2021 12:00:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 256333] x11-toolkits/gtk40: enable VULKAN by default
Message-ID:  <bug-256333-39348@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256333

            Bug ID: 256333
           Summary: x11-toolkits/gtk40: enable VULKAN by default
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: desktop@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
             Flags: maintainer-feedback?(desktop@FreeBSD.org)
          Assignee: desktop@FreeBSD.org

Created attachment 225449
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D225449&action=
=3Dedit
v1 (apply via "git am")

Vulkan is a non-default rendering backend. Upstream builds it by default if
dependencies are found. Vulkan in Gtk4 maybe useful for consumers that alre=
ady
use Vulkan e.g., multimedia, emulators, games. In general, OPENGL + VULKAN =
are
similar to X11 + WAYLAND, both are going to coexist for years.

# Need mesa-devel for overlay due to bug 250304
$ pkg install gtk4 mesa-dri mesa-devel
$ VK_INSTANCE_LAYERS=3DVK_LAYER_MESA_overlay GSK_RENDERER=3Dvulkan gtk4-demo

https://docs.gtk.org/gtk4/running.html

--=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-256333-39348>