summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/glslang
Commit message (Collapse)AuthorAgeFilesLines
* 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>