summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/glslang
Commit message (Collapse)AuthorAgeFilesLines
* glslang: disable precompiled headerJose Quaresma2021-01-291-0/+1
| | | | | | | | | | | - precompiled headers have reproducible issues [1] [1] https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210125-3iawhiyz/packages/diff-html (From OE-Core rev: 94cea2b5f3091de0326c4d7322b45de2ce9fae3b) Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glslang: enable shared libsJose Quaresma2021-01-291-0/+10
| | | | | | | (From OE-Core rev: 3355367f339c36161aced3e9fcbc38bca7915ada) Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glslang: upgrade 8.13.3743 -> 11.1.0Jose Quaresma2021-01-291-5/+3
| | | | | | | | | | | | | | | License-Update: Add additional licenses - [1] BSD-2-Clause & MIT & Apache-2.0 - [2] GPL-3-with-bison-exception [1] https://github.com/KhronosGroup/glslang/commit/2962be40baff69848fd786c609289666b60741b8 [2] https://github.com/KhronosGroup/glslang/commit/14a2cfbc72f2bb2e060fdfe3fbe6a4d54e3817a8 (From OE-Core rev: 6ddba144e1aa9288645ec4b7271fc4138ef945ba) Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glslang: bump to a newer commitAlexander Kanavin2020-11-031-1/+3
| | | | | | | | | This is needed to support the latest release of shaderc. (From OE-Core rev: 1a55c32875f6ab324e05489c0f7c0816417a4dcf) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glslang: upgrade 8.13.3559 -> 8.13.3743Alexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: 137143a0488484d39303cdd18c1f2b0bdeffc8e2) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glslang: fix upstream version checkAlexander Kanavin2020-11-031-0/+1
| | | | | | | (From OE-Core rev: 8bf099e40abfccdf57aa79e9ecd048f1fdb308f1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glslang: add receipeJose Quaresma2020-10-301-0/+17
Glslang is the official reference compiler front end for the OpenGL ES and OpenGL shading languages. It implements a strict interpretation of the specifications for these languages. It is open and free for anyone to use, either from a command line or programmatically. This receipe is needed to build the new shaderc (From OE-Core rev: 1cd89eccd7db79eb9bdc67b620daf138e22391a4) Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>