Go to file
David Fang b3af0750f0 [link] Avoid remote linking OOM
riscv64-coverage OOMs linking riscv64-coverage-shared/VkLayer_khronos_validation.so
on current RBE n2-standard-2 workers.
Locally, this link peaks around 7GB memory.

Bug: 42083070
Change-Id: I97f1806cdc8d88385439517b417a703d3aab4f5a
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/Vulkan-ValidationLayers/+/1025873
Commit-Queue: David Fang <fangism@google.com>
Fuchsia-Auto-Submit: David Fang <fangism@google.com>
Reviewed-by: Craig Stout <cstout@google.com>
2024-04-12 00:07:34 +00:00
.github tests: Add min/max core profile and test cleanup 2023-10-13 15:21:28 +09:00
docs gpu: Add ability to select which shaders get instrumented 2023-10-18 16:37:25 -06:00
layers Workaround for sanitizer crash in layer constructor 2024-01-22 20:38:06 +00:00
scripts Merge tag 'vulkan-sdk-1.3.268.0' into 268 2024-01-11 11:28:39 -08:00
tests tests: Add tests for GPU-AV shader selection 2023-10-18 16:37:57 -06:00
.clang-format repo: Update code style 2019-09-04 09:28:32 -06:00
.clang-tidy refactor: Use clang-tidy on layers/*.cpp files 2020-12-17 11:55:51 -07:00
.git-blame-ignore-revs git: Add tests rename to git-blame-ignore 2023-09-21 09:10:59 -06:00
.gitattributes layers: Parameterization changes for Vulkan SC 2023-05-19 22:39:24 +09:00
.gitignore gn: Generate .gn file 2023-09-21 10:30:47 +09:00
.mailmap git: Add a .mailmap 2023-03-21 16:51:44 -06:00
BUILD.gn [link] Avoid remote linking OOM 2024-04-12 00:07:34 +00:00
BUILD.md cmake: Remove CMakePresets.json 2023-08-30 17:29:55 -06:00
CMakeLists.txt cmake: Fix vvl_codgen working directory 2023-10-04 14:22:11 -06:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-10-10 16:07:12 -04:00
CONTRIBUTING.md scripts: Use VulkanObject for BestPractice 2023-06-21 15:17:27 +09:00
GOVERNANCE.md doc: Update spec links to 1.3 spec 2022-04-04 15:54:16 -06:00
LICENSE.txt license: Add BSD license to LICENSE.txt 2023-05-29 09:56:21 -06:00
OWNERS [fuchsia] update owners file 2023-01-25 18:15:39 +00:00
README.fuchsia Add readme and build support for Fuchsia 2019-08-20 10:25:02 -07:00
README.md doc: Remove LAYER_CONFIGURATION.md 2023-10-11 20:47:46 -06:00

Vulkan Validation Layers (VVL)

Introduction

Vulkan is an Explicit API, enabling direct control over how GPUs actually work. By design, minimal error checking is done inside a Vulkan driver. Applications have full control and responsibility for correct operation. Any errors in how Vulkan is used can result in a crash. This project provides Vulkan validation layers that can be enabled to assist development by enabling developers to verify their applications correct use of the Vulkan API.

Community Assistance

Before submitting an issue to the validation layers or reaching out to the developers it may be prudent to reach out to the community first. These resources can be helpful to refine your issue, work out an application/driver bug, etc.

Contact Information

  • @KhronosGroup/VVL-CODEOWNERS
  • VVL-CODEOWNERS can also be found on aforementioned Slack channel for direct contact.

Info

  • BUILD.md - Instructions for building the Validation Layers
  • KHRONOS_VALIDATION_LAYER.md - Instructions for configuring the Validation Layers
  • CONTRIBUTING.md - Information needed to make a contribution.
    • ./docs - Details of the Validation Layer source code. For those wanting to make contributions
    • ./tests - Information about testing the Validation Layers.
    • GOVERNANCE.md - Repository management details.

Version Tagging Scheme

Updates to this repository which correspond to a new Vulkan specification release are tagged using the following format: v<version> (e.g., v1.3.266).

Note: Marked version releases have undergone thorough testing but do not imply the same quality level as SDK tags. SDK tags follow the vulkan-sdk-<version>.<patch> format (e.g., vulkan-sdk-1.3.266.0).

This scheme was adopted following the 1.3.266 Vulkan specification release.

License

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

See LICENSE.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.