- Nov 05, 2019
-
-
Simon McVittie authored
This will help us to locate those executables in the Steam Runtime usr/bin directory, even when run without that directory in PATH. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Previously, we always looked for vulkaninfo and wflinfo in the PATH. Now we look in the helpers directory, and only search the PATH if the necessary executable isn't there. This enables us to ship relative symlinks from the helpers directory /usr/libexec/steam-runtime-tools-0 to an adjacent /usr/bin directory, so that if the Steam Runtime is relocated to (for example) .../steam-runtime, we will find vulkaninfo and wflinfo in .../steam-runtime/usr/bin. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
We have two broad classes of helper: - Helpers from this source package, normally found in /usr/libexec/steam-runtime-tools-0 - Tools we have repurposed from other source packages (wflinfo and vulkaninfo) found via the $PATH For the former class, our behaviour is unchanged. To support the latter class, a caller can now set the SEARCH_PATH flag. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This is basically the same as !46. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Instead of using a single helper path, return an argv-style array to which the caller can append their own arguments. This will allow us to absorb support for prepending things like timeout(1). Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Nov 04, 2019
-
-
Simon McVittie authored
The GLESv2 and GL cases for _argv_for_graphics_test() are essentially the same, so take advantage of that. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This gets it out of the way of a future function that takes a helpers_path argument. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This function initially always returned a non-NULL path even in error conditions, but having structured error handling in all callers lets us make it "failable". Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Previously we used CANNOT_LOAD here, but that seems wrong. If we can run check-vulkan, but it immediately crashes, we would use CANNOT_DRAW; let's use the same result if we cannot run it. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
CANNOT_LOAD is a misleading result for an invalid symbols file format. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Nov 01, 2019
-
-
Jeremy Whiting authored
Fix check-vulkan when installed to final location See merge request steam/steam-runtime-tools!76
-
Simon McVittie authored
This avoids them having identical detached debug symbols in different binary packages, which cannot be co-installed. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
We install them in /usr/libexec/steam-runtime-tools-0/shaders, not in /usr/libexec/steam-runtime-tools-0. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
-check-vulkan is provided by steam-runtime-tools itself, in /usr/libexec/steam-runtime-tools-0, and not by some other package in /usr/bin; so if the caller has not overridden the helpers path at the SrtSystemInfo level, we must look for it in the default helpers path. This bug was hidden by the fact that the unit tests do override the helpers path, in order to find our mock versions of wflinfo and vulkaninfo. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Oct 31, 2019
-
-
Simon McVittie authored
Remove debug methods and functions from check-vulkan. See merge request steam/steam-runtime-tools!75
-
Jeremy Whiting authored
Since we aren't using the debugCallback or other debugging bits in check-vulkan, remove them.
-
Simon McVittie authored
Add more command-line options See merge request steam/steam-runtime-tools!69
-
Jeremy Whiting authored
check-vulkan: Silence unused parameter warnings See merge request steam/steam-runtime-tools!68
-
Jeremy Whiting authored
Build shaders using glslangValidator See merge request steam/steam-runtime-tools!70
-
Simon McVittie authored
This is not used by the shared library, but can be useful for debugging. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This makes it easier to tell which version we are dealing with. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This makes it reject unrecognised command-line options, but very little else so far. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
We explicitly disable -Wunused-parameter for C, but not for C++. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
This avoids having to have precompiled SPIRV in the source tree. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Add support for library's hidden dependencies See merge request steam/steam-runtime-tools!67
-
Simon McVittie authored
Minor code fixes See merge request steam/steam-runtime-tools!74
-
Ludovico de Nittis authored
Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
-
Ludovico de Nittis authored
Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
-
Ludovico de Nittis authored
Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
-
Ludovico de Nittis authored
Some libraries like "libtheoraenc.so.1" or "libCgGL.so" assumes that you have already linked to other libraries. With this commit we add support for those situations with the concept of "hidden dependencies". Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
-
- Oct 30, 2019
-
-
Simon McVittie authored
Use g++-4.8 if default g++ is older See merge request steam/steam-runtime-tools!73
-
Simon McVittie authored
Steam Runtime 1 'scout' SDK containers have g++-4.8 as their default compiler, but the environment used to build packages still has g++-4.6 (Ubuntu 12.04's default compiler), because we aren't completely confident that all the Ubuntu-derived packages in the runtime will build correctly with a newer compiler than the one they were tested with in Ubuntu. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
debian: Add missing dependencies on vulkan and xcb development files See merge request steam/steam-runtime-tools!72
-
Simon McVittie authored
Fixes: fae5ff63 "Add check-vulkan to draw a triangle using vulkan api" Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- Oct 29, 2019
-
-
Simon McVittie authored
use check-vulkan test when checking vulkan in srt_check_graphics See merge request steam/steam-runtime-tools!63
-
Jeremy Whiting authored
Also add mock good and bad check-vulkan binaries to tests. Also add new graphics issues item for vulkan draw errors.
-