index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-08-17
Warning on lossy implicit casts. (#2367)
Yong He
2022-08-17
Move -Werror to CI (#2362)
Eric Engestrom
2022-08-16
Compute canonical path for modules loaded from source. (#2365)
Yong He
2022-08-16
Add gfx interface definition in Slang. (#2364)
Yong He
2022-08-16
IDownstreamCompiler interface (#2361)
jsmall-nvidia
2022-08-16
Add some simple macro defines including __HLSL_VERSION (#2363)
jsmall-nvidia
2022-08-16
Move metadata/diagnostics to associated types (#2358)
jsmall-nvidia
2022-08-16
Remove CompileResult to use IArtifact (#2357)
jsmall-nvidia
2022-08-12
Fix logic of `is` operator. (#2359)
Yong He
2022-08-11
Artifact closer to being able to replace CompileResult (#2354)
jsmall-nvidia
2022-08-10
Add `none` literal that is convertible to `Optional`. (#2356)
Yong He
2022-08-10
`is` and `as` operator and `Optional<T>`. (#2355)
Yong He
2022-08-10
Yet more refactoring around Artifact (#2352)
jsmall-nvidia
2022-08-10
Artifact and ICastable (#2351)
jsmall-nvidia
2022-08-10
Language server pointer type support + add `DLLImport` test (#2350)
Yong He
2022-08-09
Artifact split interface and implementation (#2349)
jsmall-nvidia
2022-08-09
Support for Items on IArtifact (#2347)
jsmall-nvidia
2022-08-05
Added a new differential type system and various improvements (#2343)
Sai Praveen Bangaru
2022-08-04
Split debug-layer into smaller files (#2344)
lucy96chen
2022-08-04
Implicit pointer dereference when using member operator. (#2348)
Yong He
2022-08-03
Improvements around Artifact (#2346)
jsmall-nvidia
2022-08-03
Basic pointer usages. (#2342)
Yong He
2022-07-28
Create nvapi-support.md
jsmall-nvidia
2022-07-27
Split render-cpu into smaller files (#2340)
lucy96chen
2022-07-27
Updated slang-binaries (#2341)
jsmall-nvidia
2022-07-25
Split render-cuda.cpp into smaller files (#2334)
lucy96chen
2022-07-25
Update Slang binaries (#2339)
jsmall-nvidia
2022-07-25
Allow `class` to implement COM interface, [DLLExport] (#2338)
Yong He
2022-07-21
Small fixes for github actions for windows. (#2337)
jsmall-nvidia
2022-07-21
Allow dynamic dispatch to handle nested interface-typed fields. (#2336)
Yong He
2022-07-21
Upgrade SPIR-V Tools and GLSLANG (#2335)
jsmall-nvidia
2022-07-19
Typo fixes in cpu-target.md. (#2333)
jsmall-nvidia
2022-07-19
Yet more improvements/fixes to cpu-target.md (#2330)
jsmall-nvidia
2022-07-18
Added forward-mode autodiff support for more instructions (#2331)
Sai Praveen Bangaru
2022-07-18
Atomic ref counting for ISlangSharedLibrary (#2332)
jsmall-nvidia
2022-07-15
More cpu-target.md improvements. (#2329)
jsmall-nvidia
2022-07-15
Improvements to cpu-target documentation (#2328)
jsmall-nvidia
2022-07-14
Language Server: Auto format bug fixes. (#2326)
Yong He
2022-07-13
Added support for differentiating out and inout parameters. (#2323)
Sai Praveen Bangaru
2022-07-13
Small improvements around 'size versioning' and TargetDesc (#2325)
jsmall-nvidia
2022-07-12
Support `class` types. (#2321)
Yong He
2022-07-12
Fixed incorrectly scoped variable causing crashes on certain linux toolchains...
Sai Praveen Bangaru
2022-07-11
Added support for differentiating calls to basic functions, as well as arithm...
Sai Praveen Bangaru
2022-07-06
WAR for double/host-callable/x86 (#2314)
jsmall-nvidia
2022-07-01
Language server: auto completion of `import` file and directories. (#2312)
Yong He
2022-07-01
Fix for issue with redirecting stdout/err to a file (#2311)
jsmall-nvidia
2022-07-01
Upgrade to glslang 11.10.0+ (#2306)
jsmall-nvidia
2022-06-30
Added `[__custom_jvp(func)]` attribute, and modified the derivative pass to o...
Sai Praveen Bangaru
2022-06-30
Language server: extract documentation from ordinary comments (#2308)
Yong He
2022-06-30
Split render-d3d11.cpp into smaller files (#2307)
lucy96chen
[next]