Package Release Info

shaderc-2025.1-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libshaderc_shared1-32bit

Change Logs

* Thu Mar 13 2025 jengelh@inai.de
- Switch Leap build to newer gcc 13
* Wed Mar 12 2025 jengelh@inai.de
- Update to release 2025.1
  * Build system updates only
* Tue Dec 24 2024 jengelh@inai.de
- Update to release 2024.4
  * Vulkan 1.4 support
* Tue Oct 08 2024 jengelh@inai.de
- Update to release 2024.3
  * During HLSL compilation or any optimizing compile, do not
    tell the validator to use "friendly names". This should save
    time spent in the initial validation step of the optimization
    recipe.
  * Adapt test golden results to Glslang changes which reorder
    decorations by object enum value.
* Thu May 16 2024 jengelh@inai.de
- Update to release 2024.1
  * No changelog was provided
* Fri Apr 12 2024 jengelh@inai.de
- Update to release 2024.0
  * Explicitly use python3 in shebangs/scripts
* Fri Jan 19 2024 jengelh@inai.de
- Update to release 2023.8
  * API: Expose rlaxed Vulkan rules from glslang
* Thu Nov 09 2023 dimstar@opensuse.org
- Fix previous change: export to CXXFLAGS instead of CPPFLAGS so
  that it's actually picked up. Add optflags to CXXFLAGS to ensure
  it's not lost.
* Thu Nov 02 2023 jengelh@inai.de
- Adjust for glslang-nonstd-devel switching paths
* Fri Oct 20 2023 jengelh@inai.de
- Update to release 2023.7
  * Adapt a test to different error message from SPIRV-Tools