Skip to content

Commit

Permalink
media-libs/mesa: [vulkan] enable software rasterizer (lavapipe)
Browse files Browse the repository at this point in the history
Mesa includes a software rasterizer for vulkan ("lavapipe").
Very similar to how llvmpipe works. Enable the support for it.

Bug: https://bugs.gentoo.org/818019
  • Loading branch information
negril committed Jun 15, 2023
1 parent 41c69cd commit 3f1c4dd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-libs/mesa/mesa-22.3.7-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ multilib_src_configure() {
)

if use vulkan; then
vulkan_enable -- swrast
vulkan_enable video_cards_freedreno freedreno
vulkan_enable video_cards_intel intel intel_hasvk
vulkan_enable video_cards_d3d12 microsoft-experimental
Expand Down
1 change: 1 addition & 0 deletions media-libs/mesa/mesa-23.0.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ multilib_src_configure() {
)

if use vulkan; then
vulkan_enable -- swrast
vulkan_enable video_cards_freedreno freedreno
vulkan_enable video_cards_intel intel intel_hasvk
vulkan_enable video_cards_d3d12 microsoft-experimental
Expand Down
1 change: 1 addition & 0 deletions media-libs/mesa/mesa-23.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ multilib_src_configure() {
fi

if use vulkan; then
vulkan_enable -- swrast
vulkan_enable video_cards_freedreno freedreno
vulkan_enable video_cards_intel intel intel_hasvk
vulkan_enable video_cards_d3d12 microsoft-experimental
Expand Down
1 change: 1 addition & 0 deletions media-libs/mesa/mesa-23.1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ multilib_src_configure() {
fi

if use vulkan; then
vulkan_enable -- swrast
vulkan_enable video_cards_freedreno freedreno
vulkan_enable video_cards_intel intel intel_hasvk
vulkan_enable video_cards_d3d12 microsoft-experimental
Expand Down
1 change: 1 addition & 0 deletions media-libs/mesa/mesa-23.1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ multilib_src_configure() {
fi

if use vulkan; then
vulkan_enable -- swrast
vulkan_enable video_cards_freedreno freedreno
vulkan_enable video_cards_intel intel intel_hasvk
vulkan_enable video_cards_d3d12 microsoft-experimental
Expand Down
1 change: 1 addition & 0 deletions media-libs/mesa/mesa-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ multilib_src_configure() {
fi

if use vulkan; then
vulkan_enable -- swrast
vulkan_enable video_cards_freedreno freedreno
vulkan_enable video_cards_intel intel intel_hasvk
vulkan_enable video_cards_d3d12 microsoft-experimental
Expand Down

0 comments on commit 3f1c4dd

Please sign in to comment.