Package: openxr-sdk-source / 1.0.14~dfsg1-1
Metadata
Package | Version | Patches format |
---|---|---|
openxr-sdk-source | 1.0.14~dfsg1-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0009 On Linux make the API layer manifest have an absolut.patch | (download) |
src/api_layers/CMakeLists.txt |
27 25 + 2 - 0 ! |
make the api layer manifest have an absolute install path Signed-off-by: Ryan Pavlik <ryan.pavlik@collabora.com> |
0010 Mangle API layer manifest filename.patch | (download) |
src/api_layers/CMakeLists.txt |
2 1 + 1 - 0 ! |
mangle api layer manifest filename with a configure-supplied string. Since API layer manifests that can't be loaded get ignored, this allows us to have multiple architectures in /usr/share because they have unique filenames, and thus we avoid deeper changes to the manifest search mechanism. |
0009 loader_test Add to CMake as a test.patch | (download) |
CMakeLists.txt |
2 2 + 0 - 0 ! |
loader_test: add to cmake as a test. |
0004 add check for shaderStorageImageMultisample feature.patch | (download) |
src/tests/hello_xr/graphicsplugin_vulkan.cpp |
8 6 + 2 - 0 ! |
add check for shaderstorageimagemultisample feature Bug: https://github.com/KhronosGroup/OpenXR-SDK-Source/issues/233 |
0005 Sort protect defines to permit reproducible builds.patch | (download) |
specification/scripts/creflectiongenerator.py |
2 1 + 1 - 0 ! |
sort protect defines to permit reproducible builds. |