1
0

- Update to release 2022.3

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-tools?expand=0&rev=84
This commit is contained in:
2022-08-22 23:18:30 +00:00
committed by Git OBS Bridge
parent 70105fa368
commit 7531c089fa
5 changed files with 24 additions and 10 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Aug 22 23:12:02 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2022.3~sdk224 (SDK-1.3.224.0)
* spirv-val: Add support for SPV_AMD_shader_early_and_late_fragment_tests
* Avoid replacing access chain with OOB access
* Avoid undefined divide-by-0
* Fixed crash unrolling loops with residual iterations
* Fix segfault in `SpirvTools::Disassemble` when printing
* Avoid undefined behaviour when getting debug opcode
* spirv-val: Add Vulkan decoration interface
* Implement SPV_NV_bindless_texture related changes
- Update to release 2022.3
* spirv-val: Add SPV_KHR_ray_tracing instructions
-------------------------------------------------------------------
Wed Jun 15 16:51:34 UTC 2022 - Jan Engelhardt <jengelh@inai.de>