<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/.github/workflows/falcor-compiler-perf-test.yml, 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-07-30T05:51:37+00:00</updated>
<entry>
<title>Disable more CI workflows on master push. (#7983)</title>
<updated>2025-07-30T05:51:37+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2025-07-30T05:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=42dc521f7817328a20e40b3352ae667dfd124edb'/>
<id>urn:sha1:42dc521f7817328a20e40b3352ae667dfd124edb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add slang-gfx build target back for Falcor (#7700)</title>
<updated>2025-07-11T04:03:54+00:00</updated>
<author>
<name>Gangzheng Tong</name>
<email>tonggangzheng@gmail.com</email>
</author>
<published>2025-07-11T04:03:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=0ddb2fcbbaa5387990c8812341fbe8e2848f8989'/>
<id>urn:sha1:0ddb2fcbbaa5387990c8812341fbe8e2848f8989</id>
<content type='text'>
* Update falcor perf test CI

* Add slang-gfx build back since Falcor is still using it

* format code (#7704)

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>Update falcor perf test path (#6975)</title>
<updated>2025-05-01T20:15:05+00:00</updated>
<author>
<name>jarcherNV</name>
<email>jarcher@nvidia.com</email>
</author>
<published>2025-05-01T20:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=dde654c8605ea65f959fcadaa6618337ab1f20c0'/>
<id>urn:sha1:dde654c8605ea65f959fcadaa6618337ab1f20c0</id>
<content type='text'>
Update the falcor perf test path environment variable so that it checks
existing paths only after the build path. This is needed to prevent it
from accidentally using a previously installed version of Slang.</content>
</entry>
<entry>
<title>Update workflow YML files for renamed files (#5688)</title>
<updated>2024-11-27T06:03:03+00:00</updated>
<author>
<name>Jay Kwak</name>
<email>82421531+jkwak-work@users.noreply.github.com</email>
</author>
<published>2024-11-27T06:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=410ad9c1887c20a694a9d4a4808b3f21f9968702'/>
<id>urn:sha1:410ad9c1887c20a694a9d4a4808b3f21f9968702</id>
<content type='text'>
Recently we renamed a few files and directories and they should be reflected on the workflow YAML files.
 - LICENCE is a typo of LICENSE.
 - We recently created a new "LICENSES/"
 - CONTRIBUTION.md was renamed to CONTRIBUTING.md

Closes #5686</content>
</entry>
<entry>
<title>ci: Use v1.11 of the release-downloader action (#5643)</title>
<updated>2024-11-22T23:31:05+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2024-11-22T23:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=95125f280a3ee6cad08866baedc41fee8585b91e'/>
<id>urn:sha1:95125f280a3ee6cad08866baedc41fee8585b91e</id>
<content type='text'>
CI was previous using different versions in different jobs but
all were old and using a version of Node that has been deprecated
within the GitHub Actions infrastructure.

Co-authored-by: Yong He &lt;yonghe@outlook.com&gt;</content>
</entry>
<entry>
<title>ci: Update `actions/checkout` to always use v4 (#5634)</title>
<updated>2024-11-22T05:33:32+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2024-11-22T05:33:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=e0033b3ba9e416f321efa074e93c7bcc11ba535c'/>
<id>urn:sha1:e0033b3ba9e416f321efa074e93c7bcc11ba535c</id>
<content type='text'>
CI was using a mix of version 3 and 4. Version 3 results in a
warning within the GitHub Actions UI as it was using a version
of NodeJS that is deprecated within the GitHub Actions
infrastructure.</content>
</entry>
<entry>
<title>format yaml and json (#5428)</title>
<updated>2024-10-30T05:45:53+00:00</updated>
<author>
<name>Ellie Hermaszewska</name>
<email>ellieh@nvidia.com</email>
</author>
<published>2024-10-30T05:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=22d1e345037eea853e54b84af718340cb9776513'/>
<id>urn:sha1:22d1e345037eea853e54b84af718340cb9776513</id>
<content type='text'>
* format yaml and json

* format shell scripts</content>
</entry>
<entry>
<title>Draft: integrate slang-rhi (#4970)</title>
<updated>2024-08-30T16:50:19+00:00</updated>
<author>
<name>Simon Kallweit</name>
<email>64953474+skallweitNV@users.noreply.github.com</email>
</author>
<published>2024-08-30T16:50:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=f428a058ea48535a323c32d206ebc7e551c3c3e9'/>
<id>urn:sha1:f428a058ea48535a323c32d206ebc7e551c3c3e9</id>
<content type='text'>
* add slang-rhi submodule

* refactor render-test to use slang-rhi and remove OpenGL support

* remove -vk -glsl tests

* remove gl test

* disable failing test

* allow recursive submodules in github actions

* update slang-rhi

* update slang-rhi

---------

Co-authored-by: Yong He &lt;yonghe@outlook.com&gt;</content>
</entry>
<entry>
<title>Don't trigger CI on doc changes. (#4736)</title>
<updated>2024-07-25T16:46:26+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2024-07-25T16:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=3c03d279ee4ccf4796901f4ea6640787d341d11d'/>
<id>urn:sha1:3c03d279ee4ccf4796901f4ea6640787d341d11d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable warnings-as-error for CI (#4659)</title>
<updated>2024-07-18T21:31:27+00:00</updated>
<author>
<name>Jay Kwak</name>
<email>82421531+jkwak-work@users.noreply.github.com</email>
</author>
<published>2024-07-18T21:31:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=be66cc88acebe87e175659df1afc2e4586ed8958'/>
<id>urn:sha1:be66cc88acebe87e175659df1afc2e4586ed8958</id>
<content type='text'>
Enable warnings-as-error for CI

Closes #4664.

Uses glslang commit that fixed a compiler warning
Fixes a recent warning from external/CMakelist.txt
A new macro, `SLANG_MAYBE_UNUSED` is added for a future need.</content>
</entry>
</feed>
