All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add vulkan validation and improvements for headless devices
@ 2022-11-10 20:42 Jordan Crouse
  2022-11-10 20:42 ` [PATCH 1/3] spirv-tools: Correctly set the prefix in exported cmake packages Jordan Crouse
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Jordan Crouse @ 2022-11-10 20:42 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jordan Crouse

This small patchset has a few small fixes and a new recipe for the official
Vulkan validation layers from Khronos.

The first patch addresses a bug in the exported cmake packages from
spriv-tools to make sure that the library path is correctly set.  The
second patch enables vulkan-loader for "headless" devices that don't have
either X11 nor Wayland.  The third patch adds the vulkan-validation for the
same version level as the Vulkan headers and other packages.

Jordan Crouse (3):
  spirv-tools: Correctly set the prefix in exported cmake packages
  vulkan-loader: Allow headless targets to build the loader
  vulkan-validation: Add the official Vulkan validation layers

 .../spir/spirv-tools_1.3.231.1.bb             |  7 ++-
 .../vulkan/vulkan-loader_1.3.231.1.bb         |  2 -
 .../vulkan/vulkan-validation_1.3.231.1.bb     | 46 +++++++++++++++++++
 3 files changed, 51 insertions(+), 4 deletions(-)
 create mode 100644 meta/recipes-graphics/vulkan/vulkan-validation_1.3.231.1.bb

-- 
2.37.1



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

end of thread, other threads:[~2023-06-27 19:27 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10 20:42 [PATCH 0/3] Add vulkan validation and improvements for headless devices Jordan Crouse
2022-11-10 20:42 ` [PATCH 1/3] spirv-tools: Correctly set the prefix in exported cmake packages Jordan Crouse
2022-11-10 20:43   ` [OE-core] " Khem Raj
2022-11-11 10:44   ` Jose Quaresma
2022-11-10 20:42 ` [PATCH 2/3] vulkan-loader: Allow headless targets to build the loader Jordan Crouse
2022-11-10 20:42 ` [PATCH 3/3] vulkan-validation: Add the official Vulkan validation layers Jordan Crouse
2022-11-10 20:57   ` [OE-core] " Alexander Kanavin
2022-11-10 21:30     ` Jordan Crouse
2022-11-11  8:03       ` Alexander Kanavin
2022-11-11 15:27         ` Jordan Crouse
2022-11-11 17:31           ` Alexander Kanavin
2022-11-13 22:11   ` Alexandre Belloni
2022-11-14 15:23     ` Jordan Crouse
2023-06-01 21:55       ` Vincent Davis Jr
2023-06-02  5:21         ` [OE-core] " Alexander Kanavin
2023-06-27 17:10           ` Jordan Crouse
2023-06-27 19:13             ` Alexander Kanavin
2023-06-27 19:26             ` Vincent Davis Jr

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.