Github messages for voidlinux
 help / color / mirror / Atom feed
From: tsndqst <tsndqst@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] mesa: switch from i915 to i915g (gallium)
Date: Sun, 19 Dec 2021 23:27:44 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34620@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2021-12-19 22:27 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-19 22:27 tsndqst [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34620@inbox.vuxu.org \
    --to=tsndqst@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).