Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Temporarily disable "validation errors no longer occur" warnings | David Snopek | 2024-08-22 | 1 | -1/+3 |
| | |||||
* | Add debug utilities for Vulkan | Matias N. Goldberg | 2024-08-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | Features: - Debug-only tracking of objects by type. See get_driver_allocs_by_object_type et al. - Debug-only Breadcrumb info for debugging GPU crashes and device lost - Performance report per frame from get_perf_report - Some VMA calls had to be modified in order to insert the necessary memory callbacks Functionality marked as "debug-only" is only available in debug or dev builds. Misc fixes: - Early break optimization in RenderingDevice::uniform_set_create ============================ The work was performed by collaboration of TheForge and Google. I am merely splitting it up into smaller PRs and cleaning it up. | ||||
* | CI: Compat checks: Make fetching the reference API more robust | RedworkDE | 2023-09-05 | 1 | -1/+1 |
| | |||||
* | CI: Compare API compatibility against both 4.0 and 4.1 | RedworkDE | 2023-08-30 | 1 | -5/+28 |
| | |||||
* | Fix API validation script on macOS. | bruvzg | 2023-08-10 | 1 | -4/+4 |
| | |||||
* | Update list of known breaking changes compared to 4.0-stable (3) | RedworkDE | 2023-06-14 | 1 | -1/+1 |
| | |||||
* | Allow validating the extension api against a reference version and a list of ↵ | RedworkDE | 2023-05-19 | 1 | -0/+60 |
known changes. |