aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/recipes-graphics/lunarg-sdk
AgeCommit message (Collapse)Author
2018-09-05vulkan-samples: upgrade to 1.1.70Awais Belal
This updates the Vulkan Samples repository support to the SDK version 1.1.70. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-09-05vulkan-tools: upgrade to 1.1.70Awais Belal
This updates the Vulkan Tools repository support to the SDK version 1.1.70. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-09-05vulkan-loader-layers: upgrade to 1.1.70Awais Belal
This updates the Vulkan loader and basic layers support to the SDK version 1.1.70. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-09-05spirv: upgrade spirv for LunarG SDK updateAwais Belal
As part of LunarG SDK upgrade to 1.1.70 spirv needs to be updated. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-09-05glslang: upgrade glslang for LunarG SDK updateAwais Belal
As part of LunarG SDK upgrade to 1.1.70 glslang needs to be updated. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-02-14vulkan-tools: fix build error with Qt5Awais Belal
The vulkan-tools configuration process checks for Qt5 _and_ Qt5Svg availability before enabling the traceviewer but our enablement of the feature only checks for Qt5 layer which creates a discrepancy. This ends up in an installation failure when we try to manually install traceviewer binary which is skipped during the build process due to the above reason. We fix this by depending upon the qtsvg package as well which is checked for during the configuration process otherwise a race condition would cause undesireable/unknown condition. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2018-01-03spirv-tools: fix build for LunarG SDK 1.0.65Awais Belal
The CMake changes were made upstream as well so the patch fails with the spirv revs that we're now using for LunarG SDK 1.0.65. This was missed in the SDK upgrade process and do_patch fails so drop the unneeded patch. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-12-07v1000: lunarg-sdk: upgrade components to 1.0.65.0Awais Belal
Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-10-10vulkan-tools: Add the missing patchAhsan Hussain
Signed-off-by: Ahsan Hussain <ahsan_hussain@mentor.com>
2017-10-06lunarg-sdk: update to 1.0.51Awais Belal
Update all the SDK components to 1.0.51 and adjust patches/modifications accordingly. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-09-22vulkan-tools: Move the changes to original recipesAhsan Hussain
meta-steppeeagle and meta-seattle do not have a vulkan-tools recipe, so move the relevant changes to the original recipes for now. Signed-off-by: Ahsan Hussain <ahsan_hussain@mentor.com>
2017-09-19vulkan-tools: Enable vktraceviewer, iff Qt layers are enabledAhsan Hussain
This tool was not enabled and would cause configuration issue when Qt layers are configured in the build. Signed-off-by: Ahsan Hussain <ahsan_hussain@mentor.com>
2017-09-15Revert "vulkan-tools: Fix configuration issue when Qt5 layers are included"Ahsan
2017-09-11vulkan-tools: Fix configuration issue when Qt5 layers are includedAhsan Hussain
vktracevulkan tool is built when cmake finds the Qt5 bits in sysroot. Fix the Qt configuration issue in such case. Signed-off-by: Ahsan Hussain <ahsan_hussain@mentor.com>
2017-08-09vulkan-loader-layers: add dependency on libxrandrAwais Belal
There exists a real dependency on the libxrandr package and it shows up in some scenarios where race conditions occur. We now add the dependency explicitly. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-06-05glslang: drop unnecessary deploymentAwais Belal
This step is now handled properly in the configuration files of the package itself. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-06-05vulkan-loader-layers: update for cubepp and cleanupAwais Belal
This cleans up the installation phase so headers are not deployed twice. Also updates the demo shader location patch for the cubepp demo so it behaves the same way as the C demo. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-06-01vulkan-tools: add recipe for V1000Awais Belal
Adds version 1.0.46 of the package for the v1000 machine. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-06-01vulkan-samples: add recipe for V1000Awais Belal
Adds version 1.0.46 for v1000 machine with appropriate updates for OE. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-06-01vulkan-loader-layers: add recipe for V1000Awais Belal
The supported version for v1000 machine is 1.0.46. This adds the recipe and makes appropriate changes to get it building properly under OE. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2017-06-01glslang,spirv-tools: add 1.0.46 recipe for V1000Awais Belal
The LunarG SDK version supported for V1000 platform is currently 1.0.46 so we need to add packages accordingly. This adds glslang and spirv-tools which are required for building the various components of the SDK. Signed-off-by: Awais Belal <awais_belal@mentor.com>