All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add shaderc recipe
@ 2020-10-13 17:34 Jose Quaresma
  2020-10-13 17:34 ` [PATCH 1/5] spirv-tools: import from meta-oe to OE core Jose Quaresma
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Jose Quaresma @ 2020-10-13 17:34 UTC (permalink / raw)
  To: openembedded-core

This patch series is for addressing an issue on 
a submited patch serie for update gstreamer from 1.16.3 to 1.18.0
https://patchwork.openembedded.org/series/26507
The issue it solves is discussed here:
https://lists.openembedded.org/g/openembedded-core/topic/77459442#143291

This fix the build of the vulkan plugin in gstreamer-plugin-bad 1.18.0
To build the vulkan gstreamer plugin there a dependency on a binary
that there is not present on OE-core. This binary is glslc.

It introduces three new receipes and one of then come from the layer
meta-oe.

* spirv-tools:
move it from meta-oe, add native build and install some extra header files.

* glslang:
is the official reference compiler front end for the OpenGL ES and
OpenGL shading languages.

* shaderc:
A collection of tools, libraries and tests for shader compilation that
provide the binary glslc need to build the vulkan plugin.

[PATCH 1/5] spirv-tools: import from meta-oe to OE core
[PATCH 2/5] spirv-tools: enable native build and install more header
[PATCH 3/5] glslang: add receipe
[PATCH 4/5] shaderc: add receipe
[PATCH 5/5] shaderc: enable only native build as the target is


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

end of thread, other threads:[~2020-10-13 22:03 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-13 17:34 [PATCH] add shaderc recipe Jose Quaresma
2020-10-13 17:34 ` [PATCH 1/5] spirv-tools: import from meta-oe to OE core Jose Quaresma
2020-10-13 17:34 ` [PATCH 2/5] spirv-tools: enable native build and install more header files Jose Quaresma
2020-10-13 17:35 ` [PATCH 3/5] glslang: add receipe Jose Quaresma
2020-10-13 18:54   ` [OE-core] " Andrey Zhizhikin
2020-10-13 18:57     ` Alexander Kanavin
2020-10-13 20:39     ` Jose Quaresma
2020-10-13 17:35 ` [PATCH 4/5] shaderc: " Jose Quaresma
2020-10-13 18:58   ` [OE-core] " Alexander Kanavin
2020-10-13 20:40     ` Jose Quaresma
2020-10-13 19:01   ` Andrey Zhizhikin
2020-10-13 20:41     ` Jose Quaresma
2020-10-13 17:35 ` [PATCH 5/5] shaderc: enable only native build as the target is failing Jose Quaresma
2020-10-13 18:58   ` [OE-core] " Andrey Zhizhikin
2020-10-13 20:52     ` Jose Quaresma
2020-10-13 22:03       ` Jose Quaresma

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.