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
/
slang
Age
Commit message (
Expand
)
Author
2022-10-13
Allow multi-level breaks to break out of `switch` statements. (#2451)
Yong He
2022-10-13
Shader cache index header (#2448)
lucy96chen
2022-10-13
Add getVersionString() to IDownstreamCompiler (#2446)
lucy96chen
2022-10-13
Fix missing implementations in ConjunctionSubtypeWitness. (#2449)
Yong He
2022-10-12
Allow setting shader model upon d3d device creation. (#2442)
Yong He
2022-10-12
Add support for SV_ViewID (#2440)
Ellie Hermaszewska
2022-10-12
Add specialization args test (#2444)
lucy96chen
2022-10-12
Shader caching (#2432)
lucy96chen
2022-10-11
Small IR cleanups. (#2441)
Yong He
2022-10-10
Support multi-level break + single-return conversion + general inline. (#2436)
Yong He
2022-10-08
Fix for issue with user attribute lookup (#2437)
jsmall-nvidia
2022-10-06
Add syntax for multi-level break. (#2431)
Yong He
2022-10-05
Various gfx fixes. (#2434)
Yong He
2022-10-04
Fix `ApplyExtensionToType` on own type being extended. (#2430)
Yong He
2022-10-04
Squash some warnings from gcc 12.2 (#2428)
Ellie Hermaszewska
2022-10-03
IMutableFileSystem::saveFileBlob (#2427)
jsmall-nvidia
2022-09-29
GFX: support D3D12EnableExperimentalFeatures. (#2424)
Yong He
2022-09-28
Improvements around diagnostic controls (#2414)
jsmall-nvidia
2022-09-26
Support clang-format `file` and `--fallback-style` in slangd. (#2412)
Yong He
2022-09-20
Fix regression in check-overload. (#2407)
Yong He
2022-09-20
Use `printf` in tests. (#2406)
Yong He
2022-09-20
Support partial inference of generic arguments (#2404)
Theresa Foley
2022-09-15
Add support for GL_EXT_debug_printf extension to slang (#2399)
Qubaef
2022-09-15
Run simple compute kernel in gfx-smoke test. (#2400)
Yong He
2022-09-15
Language feature: pointer sized int types. (#2401)
Yong He
2022-09-13
Allow interface requirements to reference to the interface type itself. (#2398)
Yong He
2022-09-13
Deduplicate AST type nodes and cache lookup operations. (#2397)
Yong He
2022-09-06
Specialize and SSA in a loop + better diagnostics on dynamic dispatch failur...
Yong He
2022-09-05
Fix resource inout param specialization. (#2394)
Yong He
2022-09-05
Fix matrix packing/unpacking logic. (#2393)
Yong He
2022-09-05
Multi parameter `__subscript` (#2392)
Yong He
2022-09-01
Make ISlangFileSystem derive from ICastable (#2386)
jsmall-nvidia
2022-09-01
Remove artifact from SourceFile (#2384)
jsmall-nvidia
2022-09-01
Small fix to enable generic typealias. (#2391)
Yong He
2022-09-01
Public interface for arithmetic types in stdlib. (#2389)
Yong He
2022-09-01
Deduplicate consts and IRSpecialize in IR, propagate type info for `IntVal`. ...
Yong He
2022-09-01
Make FileSystem files and OS files distinct (#2383)
jsmall-nvidia
2022-09-01
Passing source to Downstream compilation as artifacts (#2382)
jsmall-nvidia
2022-08-26
DownstreamCompileOptions using POD types (#2381)
jsmall-nvidia
2022-08-24
Allow `static const` interface requirements. (#2378)
Yong He
2022-08-24
Disable module name translation when it ends with ".slang" (#2377)
Yong He
2022-08-24
Compiler time evaluation of all int and bool operators. (#2376)
Yong He
2022-08-24
Use enums with backing types in Slang API (#2375)
jsmall-nvidia
2022-08-24
Assorted Artifact improvements (#2374)
jsmall-nvidia
2022-08-22
Improve binary compatibility for DownstreamCompiler types (#2371)
jsmall-nvidia
2022-08-22
Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)
Yong He
2022-08-22
Support compile-time constant int val in the form of polynomials. (#2372)
Yong He
2022-08-22
Replace DownstreamCompileResult with Artifact (#2369)
jsmall-nvidia
2022-08-20
Call `gfx` in slang program. (#2370)
Yong He
2022-08-18
Trigger function signature on typing "," (#2366)
Yong He
[next]