From: Jussi Kukkonen <jussi.kukkonen@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/6] Vulkan improvements
Date: Wed, 5 Jul 2017 15:28:23 +0300 [thread overview]
Message-ID: <cover.1499256752.git.jussi.kukkonen@intel.com> (raw)
* vulkan-demos
Originally I submitted vkcube as a vulkan smoketest
but that never ended in oe-core. Instead of vkcube I'm now submitting
Sascha Willems collection of Vulkan demos: it's not a test suite but
it contains quite a few small demos.
I did take a look at adding the vulkan conformance test suite (part
of VK-GL-CTS): It looks quite impressive but the amount of work
needed to get it running is significantly higher.
* DISTRO_FEATURE
Not sure what the policy on adding these is but this does make it a
little easier to enable vulkan. Current state when feature is enabled:
* With weston it just works
* With Xorg (xf86-video-intel) dri3 must be enabled in xorg.xonf
* With Xorg (modesetting) it just works
Jussi
The following changes since commit 4b1d270602a0542eef1b497eaf15bad2b747686f:
bitbake: bitbake-user-manual: Removed and replaced broken link (2017-07-04 16:05:22 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib jku/vulkan
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/vulkan
Jussi Kukkonen (6):
vulkan: Upgrade 1.0.39.1 -> 1.0.51.0
assimp: Add as dependency of vulkan-demos
vulkan-demos: Add recipe
gstreamer1.0-plugins-bad: Add vulkan PACKAGECONFIG
mesa, gstreamer: Add "vulkan" DISTRO_FEATURE
vulkan: RRECOMMEND mesa drivers
meta/recipes-graphics/mesa/mesa.inc | 3 +-
meta/recipes-graphics/vulkan/assimp_git.bb | 14 ++++
...ild-demos-with-questionably-licensed-data.patch | 91 ++++++++++++++++++++++
...stalling-demos-support-out-of-tree-builds.patch | 85 ++++++++++++++++++++
meta/recipes-graphics/vulkan/vulkan-demos_git.bb | 33 ++++++++
...se-getenv-if-secure_getenv-does-not-exist.patch | 34 --------
.../{vulkan_1.0.39.1.bb => vulkan_1.0.51.0.bb} | 6 +-
.../gstreamer/gstreamer1.0-plugins-bad.inc | 6 +-
...y-Use-ifdef-for-platform-specific-defines.patch | 37 +++++++++
...n-Use-the-generated-version-of-vkconfig.h.patch | 64 +++++++++++++++
.../gstreamer/gstreamer1.0-plugins-bad_1.10.4.bb | 2 +
11 files changed, 334 insertions(+), 41 deletions(-)
create mode 100644 meta/recipes-graphics/vulkan/assimp_git.bb
create mode 100644 meta/recipes-graphics/vulkan/vulkan-demos/0001-Don-t-build-demos-with-questionably-licensed-data.patch
create mode 100644 meta/recipes-graphics/vulkan/vulkan-demos/0001-Support-installing-demos-support-out-of-tree-builds.patch
create mode 100644 meta/recipes-graphics/vulkan/vulkan-demos_git.bb
delete mode 100644 meta/recipes-graphics/vulkan/vulkan/0001-Use-getenv-if-secure_getenv-does-not-exist.patch
rename meta/recipes-graphics/vulkan/{vulkan_1.0.39.1.bb => vulkan_1.0.51.0.bb} (90%)
create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-vkdisplay-Use-ifdef-for-platform-specific-defines.patch
create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0002-vulkan-Use-the-generated-version-of-vkconfig.h.patch
--
2.1.4
next reply other threads:[~2017-07-05 12:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-05 12:28 Jussi Kukkonen [this message]
2017-07-05 12:28 ` [PATCH 1/6] vulkan: Upgrade 1.0.39.1 -> 1.0.51.0 Jussi Kukkonen
2017-07-05 12:28 ` [PATCH 2/6] assimp: Add as dependency of vulkan-demos Jussi Kukkonen
2017-07-05 12:28 ` [PATCH 3/6] vulkan-demos: Add recipe Jussi Kukkonen
2017-07-05 12:28 ` [PATCH 4/6] gstreamer1.0-plugins-bad: Add vulkan PACKAGECONFIG Jussi Kukkonen
2017-07-05 12:28 ` [PATCH 5/6] mesa, gstreamer: Add "vulkan" DISTRO_FEATURE Jussi Kukkonen
2017-07-05 12:28 ` [PATCH 6/6] vulkan: RRECOMMEND mesa drivers Jussi Kukkonen
2017-07-05 12:31 ` ✗ patchtest: failure for Vulkan improvements Patchwork
2017-07-05 14:52 ` Leonardo Sandoval
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=cover.1499256752.git.jussi.kukkonen@intel.com \
--to=jussi.kukkonen@intel.com \
--cc=openembedded-core@lists.openembedded.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 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.