From: Rutger Helling <rhelling@mykolab.com>
To: 29841@debbugs.gnu.org
Subject: [bug#29841] [PATCH core-updates] gnu: mesa: Update to 17.3.1.
Date: Sun, 24 Dec 2017 18:52:17 +0100 [thread overview]
Message-ID: <20171224185217.0995c103@mykolab.com> (raw)
In-Reply-To: <20171224184632.776e8153@mykolab.com>
[-- Attachment #1.1: Type: text/plain, Size: 455 bytes --]
Forgot [inputs] in the log. Sorry about that, here's a fixed patch.
On Sun, 24 Dec 2017 18:46:32 +0100
Rutger Helling <rhelling@mykolab.com> wrote:
> Here's a patch for Mesa for core-updates. 17.3.1 is the first point
> release of 17.3.x, so it's stable according to the Mesa developers.
>
> I also added radeonsi to the gallium drivers. I excluded aarch64 and
> armhf since I'm not sure if radeonsi is supposed to work on those or
> not.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-mesa-Update-to-17.3.1-v2.patch --]
[-- Type: text/x-patch, Size: 2192 bytes --]
From 1824c1ad2df32770294cbb37b443788fe3ddf266 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Sun, 24 Dec 2017 18:34:23 +0100
Subject: [PATCH] gnu: mesa: Update to 17.3.1.
* gnu/packages/gl.scm (mesa): Update to 17.3.1.
[inputs]: Add python2-mako.
[arguments]: Add radeonsi to --with-gallium-drivers (exclude aarch64 and armhf).
---
gnu/packages/gl.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 7de2ca51f..6b43eb372 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -221,7 +221,7 @@ also known as DXTn or DXTC) for Mesa.")
(define-public mesa
(package
(name "mesa")
- (version "17.2.7")
+ (version "17.3.1")
(source
(origin
(method url-fetch)
@@ -233,7 +233,7 @@ also known as DXTn or DXTC) for Mesa.")
version "/mesa-" version ".tar.xz")))
(sha256
(base32
- "0s3slgjxnx482yw0knn4a6alsy2cq28rah6hnjbmf12mvyldxksh"))
+ "1h94m2nkxa1y4n415d5idk2x2lkgbvjcikv6r2r6yn4ak7h0grls"))
(patches
(search-patches "mesa-wayland-egl-symbols-check-mips.patch"
"mesa-skip-disk-cache-test.patch"))))
@@ -270,6 +270,7 @@ also known as DXTn or DXTC) for Mesa.")
(native-inputs
`(("pkg-config" ,pkg-config)
("python" ,python-2)
+ ("python2-mako" ,python2-mako)
("which" ,(@ (gnu packages base) which))))
(arguments
`(#:configure-flags
@@ -281,7 +282,7 @@ also known as DXTn or DXTC) for Mesa.")
;; TODO: Fix svga driver for aarch64 and armhf.
'("--with-gallium-drivers=freedreno,nouveau,r300,r600,swrast,vc4,virgl"))
(_
- '("--with-gallium-drivers=i915,nouveau,r300,r600,svga,swrast,virgl")))
+ '("--with-gallium-drivers=i915,nouveau,r300,r600,radeonsi,svga,swrast,virgl")))
;; Enable various optional features. TODO: opencl requires libclc,
;; omx requires libomxil-bellagio
"--with-platforms=x11,drm,wayland,surfaceless"
--
2.15.1
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2017-12-24 17:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-24 17:46 [bug#29841] [PATCH core-updates] gnu: mesa: Update to 17.3.1 Rutger Helling
2017-12-24 17:52 ` Rutger Helling [this message]
2017-12-24 18:02 ` Rutger Helling
2017-12-25 21:03 ` [bug#29841] [PATCH core-updates] gnu: mesa: Update to 17.3.1. (v4) Rutger Helling
2017-12-27 22:12 ` Marius Bakke
2017-12-27 22:24 ` bug#29841: " Rutger Helling
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171224185217.0995c103@mykolab.com \
--to=rhelling@mykolab.com \
--cc=29841@debbugs.gnu.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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).