all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 0/6] Mesa and qemu stuff.
@ 2016-07-09 12:50 David Craven
  2016-07-09 12:50 ` [PATCH 1/6] system: Do not export GST_PLUGIN_PATH in /etc/profile David Craven
                   ` (7 more replies)
  0 siblings, 8 replies; 49+ messages in thread
From: David Craven @ 2016-07-09 12:50 UTC (permalink / raw)
  To: guix-devel; +Cc: David Craven

I'm not sure about patch 0001, but I did some packaging of gstreamer packages
for spice, and I think GST_PLUGIN_PATH is not needed.

Updated mesa to 12.0.0 so that we get cool new features like virtio gpu and the
nir/spirv toolchain. I also added some configure-flags required by wayland, which
I'm currently experimenting with.

The system vm command now respects the QEMU_FLAGS and QEMU_NET_FLAGS environment
variables, so that one doesn't have to constantly retype qemu flags.
I also made virtio gpu the default display adapter.

David Craven (6):
  system: Do not export GST_PLUGIN_PATH in /etc/profile.
  vm: Honor 'QEMU_FLAGS' and 'QEMU_NET_FLAGS'.
  gnu: libdrm: Update to 2.4.68.
  gnu: Order module imports in (gnu packages gl) alphabetically.
  gnu: mesa: Update to 12.0.0.
  gnu: mesa-utils: Update to 8.3.0.

 gnu/packages/gl.scm      | 91 +++++++++++++++++++++++++-----------------------
 gnu/packages/xdisorg.scm |  4 +--
 gnu/system.scm           |  3 --
 gnu/system/vm.scm        |  6 ++--
 4 files changed, 52 insertions(+), 52 deletions(-)

--
2.9.0

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

end of thread, other threads:[~2016-08-22 19:36 UTC | newest]

Thread overview: 49+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-09 12:50 [PATCH 0/6] Mesa and qemu stuff David Craven
2016-07-09 12:50 ` [PATCH 1/6] system: Do not export GST_PLUGIN_PATH in /etc/profile David Craven
2016-07-09 12:50 ` [PATCH 2/6] vm: Honor 'QEMU_FLAGS' and 'QEMU_NET_FLAGS' David Craven
2016-07-09 12:50 ` [PATCH 3/6] gnu: libdrm: Update to 2.4.68 David Craven
2016-07-09 12:50 ` [PATCH 4/6] gnu: Order module imports in (gnu packages gl) alphabetically David Craven
2016-07-10 14:12   ` 宋文武
2016-07-09 12:50 ` [PATCH 5/6] gnu: mesa: Update to 12.0.0 David Craven
2016-07-10 14:18   ` 宋文武
2016-07-09 12:50 ` [PATCH 6/6] gnu: mesa-utils: Update to 8.3.0 David Craven
2016-07-18 16:55 ` [PATCH 01/10] system: Do not export GST_PLUGIN_PATH in /etc/profile David Craven
2016-07-18 16:55   ` [PATCH 02/10] gnu: libdrm: Update to 2.4.68 David Craven
2016-07-18 16:55   ` [PATCH 03/10] gnu: Order module imports in (gnu packages gl) alphabetically David Craven
2016-07-19 20:33     ` Ludovic Courtès
2016-07-18 16:55   ` [PATCH 04/10] gnu: Rename #:prefix l: to #:prefix license: David Craven
2016-07-19 20:32     ` Ludovic Courtès
2016-07-18 16:55   ` [PATCH 05/10] gnu: mesa: Update to 12.0.0 David Craven
2016-07-18 16:55   ` [PATCH 06/10] gnu: mesa: Enable wayland support David Craven
2016-07-19 20:47     ` Ludovic Courtès
2016-07-19 20:55       ` David Craven
2016-07-21 12:13         ` Ludovic Courtès
2016-07-21 12:19           ` David Craven
2016-07-21 12:29             ` Efraim Flashner
2016-07-21 12:38               ` Efraim Flashner
2016-07-21 16:02             ` Ludovic Courtès
2016-07-21 16:04               ` David Craven
2016-07-29  7:28                 ` David Craven
2016-07-29 14:57                   ` Ludovic Courtès
2016-07-29 15:26                     ` David Craven
2016-07-30 22:22                       ` Ludovic Courtès
2016-07-30 22:23                       ` Ludovic Courtès
2016-08-05 14:31                         ` David Craven
2016-08-07  3:01                           ` Leo Famulari
2016-08-22 19:36                             ` Leo Famulari
2016-07-18 16:55   ` [PATCH 07/10] gnu: mesa: Enable virtio gallium driver David Craven
2016-07-18 16:55   ` [PATCH 08/10] gnu: mesa-utils: Update to 8.3.0 David Craven
2016-07-19 20:43     ` Ludovic Courtès
2016-07-18 16:55   ` [PATCH 09/10] vm: Honor 'QEMU_FLAGS' and 'QEMU_NET_FLAGS' David Craven
2016-07-19 20:35     ` Ludovic Courtès
2016-07-19 20:38       ` David Craven
2016-07-19 20:41         ` David Craven
2016-07-21 13:00           ` David Craven
2016-07-27 13:20             ` David Craven
2016-07-18 16:55   ` [PATCH 10/10] vm: Enable virtio gpu by default David Craven
2016-07-21 10:15   ` [PATCH 01/10] system: Do not export GST_PLUGIN_PATH in /etc/profile Andy Wingo
2016-07-21 11:17     ` David Craven
2016-07-21 11:41       ` Vincent Legoll
2016-07-21 11:57         ` David Craven
2016-07-19 13:22 ` GST_PLUGIN_PATH Ludovic Courtès
2016-07-19 13:53   ` GST_PLUGIN_PATH David Craven

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.