via: Fix missing items on Linux

VIA was failing because it was missing a few linux search paths.
Also, it would fail incorrectly if the top-level test folder wasn't there
instead of sending back a no-exist flag.

Change-Id: I83cff1b921c5986c3eaf073c7658eca75221f378
1 file changed
tree: 52a65e87b51ebcc9d8e06d868a668d2c0445ad08
  1. build-android/
  2. cmake/
  3. common/
  4. demos/
  5. icd/
  6. include/
  7. layers/
  8. layersvt/
  9. libs/
  10. loader/
  11. LunarGLASS/
  12. tests/
  13. via/
  14. vktrace/
  15. windowsRuntimeInstaller/
  16. .clang-format
  17. .gitignore
  18. api_dump_generator.py
  19. build_windows_targets.bat
  20. BUILDVT.md
  21. CMakeLists.txt
  22. CONTRIBUTING.md
  23. COPYRIGHT.txt
  24. determine_vs_version.py
  25. dri3.md
  26. generator.py
  27. glslang_revision
  28. jsoncpp_revision
  29. LICENSE.txt
  30. LunarGLASS_revision
  31. lvl_genvk.py
  32. parameter_validation_generator.py
  33. README.md
  34. reg.py
  35. source_line_info.py
  36. spirv-headers_revision
  37. spirv-tools_revision
  38. threading_generator.py
  39. unique_objects_generator.py
  40. update_external_sources.bat
  41. update_external_sources.sh
  42. vk-generate.py
  43. vk-layer-introspect.py
  44. vk-vtgenerate.py
  45. vk-vtlayer-generate.py
  46. vk.xml
  47. vk_helper.py
  48. vk_helper_api_dump.py
  49. vk_layer_documentation_generate.py
  50. vt_genvk.py
  51. vulkan.py
README.md

Vulkan Ecosystem Components

This project provides vktrace capture/replay tool, Intel Ilo sample driver and other layer tools and driver tests.

Introduction

Branches within this repository include the Vulkan loader, validation layers, header files, and associated tests. These pieces are mirrored from this Github repository: https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers These pieces are required to enable this repository to be built standalone; that is without having to clone the Vulkan-LoaderAndValidationLayers repository.

The following components are available in this repository over and above what is mirrored from Vulkan-LoaderAndValidationLayers repository

  • Api_dump, screenshot and example layers (layersvt/)
  • Intel sample driver and null driver (icd/)
  • tests for the Intel Ilo sample driver (tests/)
  • vktrace and vkreplay, API capture and replay (vktrace/)

Contributing

If you intend to contribute, the preferred work flow is for you to develop your contribution in a fork of this repo in your GitHub account and then submit a pull request. Please see the CONTRIBUTING file in this respository for more details.

How to Build and Run

BUILDVT.md includes directions for building all the components, running the tests and running the demo applications.

Information on how to enable the various layers is in layers/README.md.

Architecture and interface information for the loader is in loader/LoaderAndLayerInterface.md.

NOTE: Update Nvidia Drivers

  • A recent glslang change exposed a bug in the texel fetch behavior on Nvidia devices under certain situations.
  • Previously, we reverted the glslang change which exposed it.
  • Nvidia has since resolved the issue, and we are now removing the workaround.
  • Driver installs with the fix are available on their download page, just look for:
  • Linux Drivers starting with version 367.35
  • Windows Drivers starting at version 372.54

License

This work is released as open source under a Apache-style license from Khronos including a Khronos copyright.

See COPYRIGHT.txt for a full list of licenses used in this repository.

Acknowledgements

While this project has been developed primarily by LunarG, Inc; there are many other companies and individuals making this possible: Valve Corporation, funding project development; Google providing significant contributions to the validation layers; Khronos providing oversight and hosting of the project.