vktrace: Remove pageguard changes for SDK 1.0.30.0

Change-Id: If12144d9903f55f339d5d42e8e08fa50bf91266c
16 files changed
tree: 64def416a97a58daa8784370fc35bd52d8b6a868
  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. vktrace/
  14. windowsRuntimeInstaller/
  15. .clang-format
  16. .gitignore
  17. build_windows_targets.bat
  18. BUILDVT.md
  19. CMakeLists.txt
  20. CONTRIBUTING.md
  21. COPYRIGHT.txt
  22. determine_vs_version.py
  23. dri3.md
  24. generator.py
  25. genvk.py
  26. glslang_revision
  27. LICENSE.txt
  28. LunarGLASS_revision
  29. README.md
  30. reg.py
  31. source_line_info.py
  32. spirv-headers_revision
  33. spirv-tools_revision
  34. update_external_sources.bat
  35. update_external_sources.sh
  36. vk-generate.py
  37. vk-layer-introspect
  38. vk-vtgenerate.py
  39. vk-vtlayer-generate.py
  40. vk.xml
  41. vk_helper.py
  42. vk_helper_api_dump.py
  43. vk_layer_documentation_generate.py
  44. 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.