<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slang.git/tests/compute/generics-simple.slang.expected.txt, 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>2017-10-23T14:53:17+00:00</updated>
<entry>
<title>fix compute shader test result comparison</title>
<updated>2017-10-23T14:53:17+00:00</updated>
<author>
<name>Yong He</name>
<email>yonghe@outlook.com</email>
</author>
<published>2017-10-23T14:53:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=c8bda84077a73564e3ac05d8b886632b2b2561be'/>
<id>urn:sha1:c8bda84077a73564e3ac05d8b886632b2b2561be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix up emission of shader parameter semantics when using IR (#226)</title>
<updated>2017-10-20T22:16:10+00:00</updated>
<author>
<name>Tim Foley</name>
<email>tfoleyNV@users.noreply.github.com</email>
</author>
<published>2017-10-20T22:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.yummers.dev/slang.git/commit/?id=624d122a3a110922cd54aab7bbf13f1cac8fbbff'/>
<id>urn:sha1:624d122a3a110922cd54aab7bbf13f1cac8fbbff</id>
<content type='text'>
* Fix up emission of shader parameter semantics when using IR

- Make sure to propagate entry point parameter layouts down to IR parameters when doing the initial cloning to form target-specific IR

- When layout information is present on an IR node, prefer to use that over the original high-level declaration for outputting semantics in final HLSL

- Fix up test runner to generate `.actual` files when running compute tests, in cases where the `render-test` application errors out (e.g., because of a Slang compilation error)

- Add a first test of generics functionality, to show that they generate valid code through the IR
  - Right now this test is *not* using any "interesting" operations on the type parameter, so this is not a test that can confirm that interface constraints work

* fixup: skip compute tests when running on Linux
</content>
</entry>
</feed>
