index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
Age
Commit message (
Expand
)
Author
2022-06-24
Handling of temporary files (#2299)
jsmall-nvidia
2022-06-23
Added basic syntax to mark and request function derivatives, as well as the f...
Sai Praveen Bangaru
2022-06-23
Preserve specialization cache in IR for specialization pass. (#2293)
Yong He
2022-06-23
Define proper diagnostic item for two common "unimplemented" cases. (#2296)
Yong He
2022-06-22
More Language Server Improvements. (#2289)
Yong He
2022-06-21
Lower throwing COM interface method. (#2282)
Yong He
2022-06-21
Add CPU executable compile test (#2278)
Yong He
2022-06-16
Added a decorator to mark functions for forward-mode differentiation (#2283)
Sai Praveen Bangaru
2022-06-16
Language server: document symbols (#2287)
Yong He
2022-06-13
Follow up on Language Server Improvement (#2275)
Yong He
2022-06-13
More liveness improvements (#2272)
jsmall-nvidia
2022-06-13
Language Server improvements. (#2269)
Yong He
2022-06-13
Liveness fixes and improvements (#2270)
jsmall-nvidia
2022-06-13
Hot fix: Language server protocol initialization (#2274)
jsmall-nvidia
2022-06-13
Hotfix: Hover initialization (#2273)
jsmall-nvidia
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-08
Improvements around Visual Studio versions/matching versions (#2267)
jsmall-nvidia
2022-06-08
Actual global support (#2262)
jsmall-nvidia
2022-06-07
Code review fixes for language server. (#2265)
Yong He
2022-06-07
Major language server features. (#2264)
Yong He
2022-06-02
COM interfaces with host callable (#2258)
jsmall-nvidia
2022-06-01
Clean up void returns. (#2260)
Yong He
2022-06-01
Disable stdlib source via premake (#2259)
jsmall-nvidia
2022-06-01
New language feature: basic error handling. (#2253)
Yong He
2022-05-31
Add Slang::String compatibility with std::ostream (#2256)
Craig Kolb
2022-05-31
Work around MacOS compilation issue with embed stlib (#2255)
Craig Kolb
2022-05-27
Added NativeStringType (#2252)
jsmall-nvidia
2022-05-26
Remove LivenessLocation (#2248)
jsmall-nvidia
2022-05-25
Allow [mutating] methods on existential values (#2245)
Theresa Foley
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
Configuration for warnings (#2241)
Alexey Panteleev
2022-05-17
Refactor prelude emit (#2236)
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-16
Fixed the false successful compile result when the FXC downstream compiler is...
Alexey Panteleev
2022-05-10
Initial support for COM interface in host code. (#2230)
Yong He
2022-05-10
Glslang upgrade (#2228)
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
Output SPIR-V lifetimes (#2221)
jsmall-nvidia
2022-05-05
Preliminary Liveness tracking (#2218)
jsmall-nvidia
2022-04-28
Fix errors when building with the latest Xcode (#2215)
Vincent Isambart
2022-04-28
Fix the way IR "regions" store conditions (#2216)
Theresa Foley
2022-04-28
Disable `class` keyword to define a new type (#2212)
jsmall-nvidia
[next]