Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mesa: switch from i915 to i915g (gallium)
@ 2021-12-19 22:27 tsndqst
  2021-12-19 22:46 ` notramo
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: tsndqst @ 2021-12-19 22:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tsndqst/void-packages i915g
https://github.com/void-linux/void-packages/pull/34620

mesa: switch from i915 to i915g (gallium)
I made this change to get `sway` working on my EeePC 1005HA.  I set `WLR_NO_HARDWARE_CURSORS=1` before starting sway to get the mouse cursor to work.  More information [here](https://github.com/swaywm/wlroots/issues/2506).

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (i686-glibc, native mode with a 32bit masterdir on x86-64)


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

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

From 9722b25a72d76d209bf204cd7fe5bf982b795cef Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Fri, 10 Dec 2021 20:15:40 -0600
Subject: [PATCH] mesa: switch from i915 to i915g (gallium)

---
 srcpkgs/mesa/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index eebe1f722e9e..c8b19e20fe72 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,7 +1,7 @@
 # Template file for 'mesa'
 pkgname=mesa
 version=21.2.6
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
  -Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri -Ddri3=enabled
@@ -91,9 +91,9 @@ fi
 
 if [ "$_have_intel" ]; then
 	_have_vulkan=yes
-	_gallium_drivers+=",crocus,iris"
+	_gallium_drivers+=",crocus,iris,i915"
 	_vulkan_drivers+=",intel"
-	_dri_drivers+=",i915,i965"
+	_dri_drivers+=",i965"
 	subpackages+=" mesa-vulkan-intel"
 	# transitional dummy packages
 	subpackages+=" mesa-intel-dri"

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

end of thread, other threads:[~2022-06-15 14:26 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-19 22:27 [PR PATCH] mesa: switch from i915 to i915g (gallium) tsndqst
2021-12-19 22:46 ` notramo
2021-12-19 22:47 ` notramo
2021-12-19 22:54 ` tsndqst
2021-12-20  3:38 ` ericonr
2021-12-20  6:08 ` q66
2021-12-20  6:09 ` q66
2021-12-20 15:06 ` ericonr
2021-12-20 23:22 ` q66
2022-06-14 13:05 ` Anachron
2022-06-14 13:18 ` tsndqst
2022-06-14 13:25 ` tsndqst
2022-06-15  5:10 ` Anachron
2022-06-15 14:26 ` [PR PATCH] [Closed]: " tsndqst
2022-06-15 14:26 ` tsndqst

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).