summaryrefslogtreecommitdiffstats
path: root/misc/scripts/validate_extension_api.sh
Commit message (Collapse)AuthorAgeFilesLines
* Temporarily disable "validation errors no longer occur" warningsDavid Snopek2024-08-221-1/+3
|
* Add debug utilities for VulkanMatias N. Goldberg2024-08-211-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 robustRedworkDE2023-09-051-1/+1
|
* CI: Compare API compatibility against both 4.0 and 4.1RedworkDE2023-08-301-5/+28
|
* Fix API validation script on macOS.bruvzg2023-08-101-4/+4
|
* Update list of known breaking changes compared to 4.0-stable (3)RedworkDE2023-06-141-1/+1
|
* Allow validating the extension api against a reference version and a list of ↵RedworkDE2023-05-191-0/+60
known changes.