Matthew Netsch

Results 37 comments of Matthew Netsch

Tests are here https://github.com/KhronosGroup/VK-GL-CTS/commit/3739dbc26ccf9d85007b20a47176d4c8fcedbd1c

The QPA should have more information on what feature is not supported.

The mustpass file you're likely looking for for that test is here: https://github.com/KhronosGroup/VK-GL-CTS/blob/main/external/openglcts/data/mustpass/gl/aosp_mustpass/4.6.1.x/gl45-es3-master.txt Mustpass files are taken from several locations to construct the total test list. They are all located...

Thanks for reporting this, we'll want to resolve the SPIRV group first. I'll request this for the next meeting's agenda

@Happybqj Thanks for reporting, would you be able to upload a PR to fix the comments?

When you ran fetch_sources.py before the build did it execute without error? Try executing python3 external/fetch_sources.py --clean python3 external/fetch_sources.py --force If that executes without error try building again

Sometimes when switching branches fetch_sources detects a conflict when syncing the external repos and fails.

Note you may need to cherry-pick this PR if you run fetch_sources again, this was a recent build breakage caused by the zlib devs for taking down the current link:...

Can you please share the output of python3 external/fetch_sources.py --force ? "vulkan-docs/src/include/vk_video/vulkan_video_codecs_common.h" is not generated it's checked out from vulkan-docs repo. https://github.com/KhronosGroup/VK-GL-CTS/blob/opengl-cts-4.6.2.0/external/fetch_sources.py#L333 which points to the file is where it...

Could you also please try building the tip of the release branches? opengl-cts-4.6.2 and opengl-es-cts-3.2.8