1
0

- Update to new upstream release 2019.2

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-tools?expand=0&rev=33
This commit is contained in:
2019-02-20 20:29:59 +00:00
committed by Git OBS Bridge
parent 44b9df5781
commit 2f89953b8f
7 changed files with 38 additions and 17 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Feb 20 20:06:31 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2019.2
* General:
* Support SPV_EXT_physical_storage_buffer
* Optimizer:
* Upgrade memory model improvments for modf and frexp.
* Add a new pass to move loads closer to their uses: code sinking.
* Invalidating the type manager now invalidates the constant
manager.
* Expand instrumentation pass for bindless bounds checking to
runtime-sized descriptor arrays.
* Add a new dead struct member elimination pass
* Validator:
* Support SPV_KHR_no_integer_wrap and related decorations.
* Validate Vulkan rules for OpTypeRuntimeArray.
* Validate NonWritable decoration.
* Many WebGPU specific validation rules were added.
* Validate variable pointer related function call rules.
-------------------------------------------------------------------
Mon Jan 7 21:33:03 UTC 2019 - Jan Engelhardt <jengelh@inai.de>