index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2022-06-08
Improved bounds checking for C++/CUDA (#2263)
jsmall-nvidia
2022-06-08
Add smoke test for language server. (#2266)
Yong He
2022-06-07
Major language server features. (#2264)
Yong He
2022-06-01
Clean up void returns. (#2260)
Yong He
2022-05-18
Support for querying which parameters are used in emitted code (#2239)
Alexey Panteleev
2022-05-18
Support for `[[vk::spirv_instruction(op)]]` (#2242)
jsmall-nvidia
2022-05-17
Special handling around return and liveness (#2234)
jsmall-nvidia
2022-05-17
Liveness tracking with phis (#2233)
jsmall-nvidia
2022-05-10
Add support for `spirv_literal` (#2227)
jsmall-nvidia
2022-05-10
Use IR pass to eliminate phi nodes (#2226)
Theresa Foley
2022-05-09
Liveness pass fixes and improvements (#2225)
jsmall-nvidia
2022-05-06
Initial work around groupshared (#2224)
jsmall-nvidia
2022-05-05
Support for HLSL `export` (#2223)
jsmall-nvidia
2022-05-05
Various vulkan/glsl fixes. (#2222)
Yong He
2022-05-05
Preliminary Liveness tracking (#2218)
jsmall-nvidia
2022-04-28
Disable `class` keyword to define a new type (#2212)
jsmall-nvidia
2022-04-26
Linking in DXC (#2190)
jsmall-nvidia
2022-04-26
Overloaded name lookup fix (#2199)
jsmall-nvidia
2022-04-25
Fixed the implementation of RayQuery flags passed through the generic paramet...
Alexey Panteleev
2022-04-21
`export` support in HLSL (#2188)
jsmall-nvidia
2022-04-21
Example for compiler crash with recursive function calling (#2196)
jsmall-nvidia
2022-04-15
DXIL library support and Artifact type (#2186)
jsmall-nvidia
2022-04-13
Callable shader fix and explicit payload locations for GLSL (#2185)
Alexey Panteleev
2022-04-11
Refactor: eliminate BackEndCompileRequest (#2178)
Theresa Foley
2022-04-06
Fixed the mapping of the ray tracing instance functions to GLSL (#2177)
Alexey Panteleev
2022-04-05
Fix issue with multiple namespace openings (#2176)
jsmall-nvidia
2022-04-05
Handling static const variables in generics (#2171)
jsmall-nvidia
2022-04-05
Added sample-grad-clamp-lod test. (#2173)
jsmall-nvidia
2022-04-01
Improved type printing (#2172)
Alexey Panteleev
2022-03-24
Fix for default initialization with generic field (#2168)
jsmall-nvidia
2022-03-18
Fix type truncation during SCCP. (#2163)
Yong He
2022-02-25
Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...
Yong He
2022-02-16
Various gfx fixes. (#2132)
Yong He
2022-02-09
Generic experiments (#2119)
jsmall-nvidia
2022-02-03
'Explicit specialization' experiments with extensions (#2099)
jsmall-nvidia
2022-01-25
Add support for HLSL unorm/snorm (#2095)
Theresa Foley
2022-01-10
Test for dynamicDispatch/resource internal error (#2071)
jsmall-nvidia
2021-12-21
Language experiments (#2068)
jsmall-nvidia
2021-12-21
Assorted disabled tests around generics (#2062)
jsmall-nvidia
2021-12-03
U/Int64 coverage on slang-llvm JIT (#2040)
jsmall-nvidia
2021-11-30
Fix issue around constant folding/bool (#2036)
jsmall-nvidia
2021-11-11
Fix two test cases that were causing problems (#2011)
Theresa Foley
2021-11-03
Fix an infinite-recursion bug in type-checking (#2004)
Theresa Foley
2021-10-29
Use detected shader model in gfx/d3d12. (#1996)
Yong He
2021-10-27
Update glslang binaries (#1991)
jsmall-nvidia
2021-10-27
SPIR-V fixes (#1992)
jsmall-nvidia
2021-10-26
Runs all gfx unit tests through a 'test proxy' (#1981)
jsmall-nvidia
2021-10-26
Expanded gfx::Format to include additional formats (#1982)
lucy96chen
2021-10-21
Passing associated type arguments to existential parameters + packing for `bo...
Yong He
2021-10-21
Diagnostic for no type conformance + bug fix. (#1985)
Yong He
[next]