Skip to content

google/Vulkan-Errata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulkan Driver Errata

The Vulkan graphics API empowers software to perform a great variety of operations, and developer ingenuity always finds new ways the API can be used that were not originally foreseen. While the Vulkan Conformance Test Suite strives to extensively test Vulkan drivers for correctness, the shear number of possibilities the API can be used leads to test gaps and unfortunate driver bugs.

This repository documents known driver or platform issues, how they are triggered and how they can be worked around. This database of bugs is machine readable and found in the errata/ directory. Baked in this directory is also generated C header and source files (under the src/ directory) that provide an easy way for applications to know which bugs need to be worked around on the running device.

Each bug in the errata and its workaround is documented in a separate file under the doc/ directory. The doc/README.md file categorizes the bugs to help identify those that are relevant to a developer's target platforms.

This is not an officially supported Google product.

Contributing

Disclaimer: The Vulkan Driver Errata repository is not meant for reporting driver bugs. If you have found a driver bug, please report it directly to the affected vendor(s) for triage. This repository is intended to be populated by the hardware vendors themselves and associated partners.

See [CONTRIBUTING.md] for further details.

Use the following links to report bugs to hardware vendors (based on VkDriverId):

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published