Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mesa-asahi: Enable Honeykrisp vulkan driver
@ 2025-02-07  0:14 Calandracas606
  2025-02-07  0:15 ` Calandracas606
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Calandracas606 @ 2025-02-07  0:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1242 bytes --]

There is a new pull request by Calandracas606 against master on the void-packages repository

https://github.com/Calandracas606/void-packages asahi-vulkan
https://github.com/void-linux/void-packages/pull/54240

mesa-asahi: Enable Honeykrisp vulkan driver
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, aarch64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl


A patch file from https://github.com/void-linux/void-packages/pull/54240.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-asahi-vulkan-54240.patch --]
[-- Type: text/x-diff, Size: 1260 bytes --]

From 9b41036806a73dfc6461a35741451392f001304f Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Thu, 6 Feb 2025 19:11:25 -0500
Subject: [PATCH] mesa-asahi: Enable Honeykrisp vulkan driver

---
 srcpkgs/mesa-asahi/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mesa-asahi/template b/srcpkgs/mesa-asahi/template
index c3ec42797dd50b..422d553c58e570 100644
--- a/srcpkgs/mesa-asahi/template
+++ b/srcpkgs/mesa-asahi/template
@@ -1,7 +1,7 @@
 # Template file for 'mesa-asahi'
 pkgname=mesa-asahi
 version=25.0.0+20241211
-revision=1
+revision=2
 _llvmver=19
 _mesaver=${version%+*}
 archs="aarch64*"
@@ -13,7 +13,7 @@ configure_args="-Dglvnd=enabled -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabl
  -Dlmsensors=enabled -Dplatforms=x11$(vopt_if wayland ,wayland)
  -Dllvm=enabled -Db_lto=false -Dcpp_std=gnu++17
  -Dgallium-vdpau=enabled -Dgallium-va=enabled
- -Dvulkan-drivers=swrast,virtio -Dvulkan-layers=device-select,overlay
+ -Dvulkan-drivers=swrast,virtio,asahi -Dvulkan-layers=device-select,overlay
  -Dgallium-drivers=swrast,asahi,virgl,zink
  -Dgallium-opencl=icd -Dgallium-rusticl=true -Drust_std=2021"
 hostmakedepends="gettext flex pkg-config python3-Mako glslang llvm${_llvmver}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mesa-asahi: Enable Honeykrisp vulkan driver
  2025-02-07  0:14 [PR PATCH] mesa-asahi: Enable Honeykrisp vulkan driver Calandracas606
@ 2025-02-07  0:15 ` Calandracas606
  2025-02-07 15:07 ` dkwo
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Calandracas606 @ 2025-02-07  0:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 155 bytes --]

New comment by Calandracas606 on void-packages repository

https://github.com/void-linux/void-packages/pull/54240#issuecomment-2641465122

Comment:
@dkwo 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mesa-asahi: Enable Honeykrisp vulkan driver
  2025-02-07  0:14 [PR PATCH] mesa-asahi: Enable Honeykrisp vulkan driver Calandracas606
  2025-02-07  0:15 ` Calandracas606
@ 2025-02-07 15:07 ` dkwo
  2025-02-08 14:26 ` dkwo
  2025-02-08 17:30 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: dkwo @ 2025-02-07 15:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 187 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/54240#issuecomment-2643201365

Comment:
Makes sense. I will test this later and confirm.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: mesa-asahi: Enable Honeykrisp vulkan driver
  2025-02-07  0:14 [PR PATCH] mesa-asahi: Enable Honeykrisp vulkan driver Calandracas606
  2025-02-07  0:15 ` Calandracas606
  2025-02-07 15:07 ` dkwo
@ 2025-02-08 14:26 ` dkwo
  2025-02-08 17:30 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: dkwo @ 2025-02-08 14:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/54240#issuecomment-2645737243

Comment:
This looks good to me.  I have not tried gaming on it :)
but at least my usual wlroots setup still works fine.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: mesa-asahi: Enable Honeykrisp vulkan driver
  2025-02-07  0:14 [PR PATCH] mesa-asahi: Enable Honeykrisp vulkan driver Calandracas606
                   ` (2 preceding siblings ...)
  2025-02-08 14:26 ` dkwo
@ 2025-02-08 17:30 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2025-02-08 17:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1072 bytes --]

There's a merged pull request on the void-packages repository

mesa-asahi: Enable Honeykrisp vulkan driver
https://github.com/void-linux/void-packages/pull/54240

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, aarch64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-02-08 17:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-07  0:14 [PR PATCH] mesa-asahi: Enable Honeykrisp vulkan driver Calandracas606
2025-02-07  0:15 ` Calandracas606
2025-02-07 15:07 ` dkwo
2025-02-08 14:26 ` dkwo
2025-02-08 17:30 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).