<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/external/spirv-tools-generated/extension_enum.inc, branch master</title>
<subtitle>Making it easier to work with shaders</subtitle>
<id>https://git.yummers.dev/slang.git/atom?h=master</id>
<link rel='self' href='https://git.yummers.dev/slang.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/'/>
<updated>2025-06-05T20:03:34+00:00</updated>
<entry>
<title>Update spirv-tools to point at 7dda3c01f (#7352)</title>
<updated>2025-06-05T20:03:34+00:00</updated>
<author>
<name>jarcherNV</name>
<email>jarcher@nvidia.com</email>
</author>
<published>2025-06-05T20:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=9b6e9de8f188222788fed0b1a36522ed33ab7f14'/>
<id>urn:sha1:9b6e9de8f188222788fed0b1a36522ed33ab7f14</id>
<content type='text'>
Update spirv-tools to take the DebugBuildIdentifier changes. These are
needed for upcoming separate debug spirv output.
Additionally update spirv-headers to fd966619.</content>
</entry>
<entry>
<title>Update spirv-tools to for SDK v2025.2 (#6893)</title>
<updated>2025-04-25T17:39:45+00:00</updated>
<author>
<name>Gangzheng Tong</name>
<email>tonggangzheng@gmail.com</email>
</author>
<published>2025-04-25T17:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=d84aeeffdba388aec7a781c35973bf404d37fe80'/>
<id>urn:sha1:d84aeeffdba388aec7a781c35973bf404d37fe80</id>
<content type='text'>
* Update spirv-tools to for SDK v2025.2

Fixes: #6850

* bump spirv version to 1.4 for op linkage

* skip-spirv-validation for coop mat

* add skip-spirv-validation option to slang session desc

* use SPV_ENV_UNIVERSAL_1_6 for spirv-tool env target

Co-authored-by: slangbot &lt;186143334+slangbot@users.noreply.github.com&gt;

---------

Co-authored-by: slangbot &lt;ellieh+slangbot@nvidia.com&gt;
Co-authored-by: slangbot &lt;186143334+slangbot@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Bump glslang to vulkan-tmp-1.4.309 (#6477)</title>
<updated>2025-02-27T13:25:21+00:00</updated>
<author>
<name>Ellie Hermaszewska</name>
<email>ellieh@nvidia.com</email>
</author>
<published>2025-02-27T13:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=af7c20297797c001d8e593286a78d36e8385275f'/>
<id>urn:sha1:af7c20297797c001d8e593286a78d36e8385275f</id>
<content type='text'>
* hotfix slang-rhi

* Fix missing include

* external/glslang: 15.0.0-37-ga0995c49 -&gt; vulkan-tmp-1.4.309

external/spirv-tools: v2024.4.rc2-44-g3364b982 -&gt; v2024.4.rc2-48-gce37fd67"</content>
</entry>
<entry>
<title>Update SPIRV submodules and fix tests (#6222)</title>
<updated>2025-01-30T01:42:28+00:00</updated>
<author>
<name>Jay Kwak</name>
<email>82421531+jkwak-work@users.noreply.github.com</email>
</author>
<published>2025-01-30T01:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=cbcb97a64c0b7b908fc7be565b0d6141d2f1a1f7'/>
<id>urn:sha1:cbcb97a64c0b7b908fc7be565b0d6141d2f1a1f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update SPIRV submodules (#5815)</title>
<updated>2024-12-11T21:28:40+00:00</updated>
<author>
<name>Jay Kwak</name>
<email>82421531+jkwak-work@users.noreply.github.com</email>
</author>
<published>2024-12-11T21:28:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=e50aac13e2c161d672b137a62f6d66820d0f9ff1'/>
<id>urn:sha1:e50aac13e2c161d672b137a62f6d66820d0f9ff1</id>
<content type='text'>
* Update SPIRV submodules

With the latest SPIR-V submodules, one of tests started failing:
tests/gpu-feature/texture/query/footprint/nv-shader-texture-footprint.slang

[ForceInline] is added to GLSL texture functions in order to inline %true and %false.
Without it, the value was indirectly passed down via a function parameter, which broke the existing test.

Also the test is modified to use -DAG, because the order unpredictably changed for Grad variants due to additional [ForceInline] marks for Gradient functions.

A new validation check in SPIRV-Tools was causing a validation error:
```
error: line 324: [VUID-StandaloneSpirv-OpTypeImage-06924] Cannot store to OpTypeImage, OpTypeSampler, OpTypeSampledImage, or OpTypeAccelerationStructureKHR objects
  OpStore %17 %242
```

It appears that this is a bug on SPIRV-Tools.
A proper fix is proposed to Khronos/SPIRV-Tools:
https://github.com/KhronosGroup/SPIRV-Tools/pull/5914

But this commit uses `shader-slang/SPIRV-Tools/fix_for_OpImageSampleFootprintNV` with a custom fix as a temporary solution:
https://github.com/shader-slang/SPIRV-Tools/tree/fix_for_OpImageSampleFootprintNV</content>
</entry>
<entry>
<title>Update spirv-tools version (#5089)</title>
<updated>2024-09-19T20:02:49+00:00</updated>
<author>
<name>cheneym2</name>
<email>acheney@nvidia.com</email>
</author>
<published>2024-09-19T20:02:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=9d40ce4e8921ef468281c91f052dbd443ecf56e2'/>
<id>urn:sha1:9d40ce4e8921ef468281c91f052dbd443ecf56e2</id>
<content type='text'>
* Update spirv-headers and spirv-tools versions

* Fix compute-derivative regressions with upgraded spirv headers

Extension was promoted from NV to KHR while retaining same enums.

Fixes #5106

* Prevent DCE on ray trace position fetch

Adds dummy usage to the intersection positions fetched
from HitTriangleVertexPositions to prevent DCE from
removing their usage.

Fixes #5105

* Update spirv-tools-generated

* More DerivativeGroup*KHR test fixes

Add fixes for a missing test intrinsic-derivative-function-in-compute.slang
Use the {{NV|KHR}} syntax to tolerate either enum.

Fixes #5106

* Squash tabs in closesthit test

* HACK test CI

* Avoid multiple IncomingRayPayloadKHR storage params

* Revert "HACK test CI"

This reverts commit c2556ea2baef0bd48e4c86f90cf17dfab80015c1.

* Avoid multiple IncomingRayPayloadKHR storage params in anyhit</content>
</entry>
<entry>
<title>Update spirv-header and spirv-tools to Jun/2024 (#4679)</title>
<updated>2024-07-18T20:21:12+00:00</updated>
<author>
<name>Jay Kwak</name>
<email>82421531+jkwak-work@users.noreply.github.com</email>
</author>
<published>2024-07-18T20:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=ad379b7c532bef5ac49e6d730027ac8751e618d7'/>
<id>urn:sha1:ad379b7c532bef5ac49e6d730027ac8751e618d7</id>
<content type='text'>
The following external directories are updated.
It is to use a new SPIRV keyword, "OpExtInstWithForwardRefs".

Related to #4304

external/spirv-header:
&gt; commit 2acb319af38d43be3ea76bfabf3998e5281d8d12
&gt; Author: Kévin Petit kevin.petit@arm.com
&gt; Date: Wed Jun 12 16:41:14 2024 +0100
&gt; SPV_ARM_cooperative_matrix_layouts (#433)

external/spirv-tools:
&gt; commit ce46482db7ab3ea9c52fce832d27ca40b14f8e87
&gt; Author: Nathan Gauër brioche@google.com
&gt; Date: Thu Jun 6 12:17:51 2024 +0200
&gt; Add KHR suffix to OpExtInstWithForwardRef opcode. (#5704)
&gt; The KHR suffix was missing from the published SPIR-V extension.
&gt; This is now fixed, but requires some patches in SPIRV-Tools.

external/spirv-tools-generated:
This is generated from spirv-tools</content>
</entry>
<entry>
<title>Update spirv-tool to upstream/main branch (#3915)</title>
<updated>2024-04-09T20:36:33+00:00</updated>
<author>
<name>kaizhangNV</name>
<email>149626564+kaizhangNV@users.noreply.github.com</email>
</author>
<published>2024-04-09T20:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=0970c8d1a4c3974df5cad0c3345ce91e60177e88'/>
<id>urn:sha1:0970c8d1a4c3974df5cad0c3345ce91e60177e88</id>
<content type='text'>
spirv-tools is updated to upstream/main: 3983d15
spirv-headers is updated to vulkan-sdk-1.3.280.0
spirv-tools-generated is updated based on spirv-tool build</content>
</entry>
<entry>
<title>Update spirv-tools (#3445)</title>
<updated>2024-01-17T02:56:41+00:00</updated>
<author>
<name>kaizhangNV</name>
<email>149626564+kaizhangNV@users.noreply.github.com</email>
</author>
<published>2024-01-17T02:56:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=4cb183c975f7fe10717f333ea34756084b4d4564'/>
<id>urn:sha1:4cb183c975f7fe10717f333ea34756084b4d4564</id>
<content type='text'>
Update spirv-tools, spirv-headers and spirv-tools-generated repos.
spirv-tools is updated to
    tag: v2023.6.rc1, branch: vulkan-sdk-1.3.275
    commit: 3bb36c2a3f1a72f14e931cc2daca4311733b0014

spirv-headers is updated to
    branch: vulkan-sdk-1.3.275
    commit:1c6bb2743599e6eb6f37b2969acc0aef812e32e3

spirv-tools-generated/*inc, *.h are generated from spirv-tools repo.

source/slang/slang-spirv-core-grammar-embed.cpp is generated during
slang build.</content>
</entry>
<entry>
<title>Upgrade GLSLANG 12.0.0 (#2651)</title>
<updated>2023-02-15T19:32:50+00:00</updated>
<author>
<name>jsmall-nvidia</name>
<email>jsmall@nvidia.com</email>
</author>
<published>2023-02-15T19:32:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=f13e0802a7266c37592f8a36766fdaeb58d11c3a'/>
<id>urn:sha1:f13e0802a7266c37592f8a36766fdaeb58d11c3a</id>
<content type='text'>
* #include an absolute path didn't work - because paths were taken to always be relative.

* Update to glslang 12.0.0. Update SPIRV-Tools SPIRV-Headers.</content>
</entry>
</feed>
