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
/
diagnostics
Age
Commit message (
Expand
)
Author
2024-06-11
Support integer typed textures for GLSL (#4329)
Jay Kwak
2024-06-11
Fix `GetAttributeAtVertex` for spirv and glsl targets. (#4334)
Yong He
2024-06-08
SPIRV `Block` decoration fixes. (#4303)
Yong He
2024-06-04
Print warning when operator<< shifting too much (#4255)
Jay Kwak
2024-05-15
Add diagnostic to prevent defining unsized variables. (#4168)
Yong He
2024-05-03
Add host shared library target. (#4098)
Yong He
2024-04-30
Added diagnostics & built-in type lowering for `[CUDAKernel]` functions (#4042)
Sai Praveen Bangaru
2024-04-23
Switch to direct-to-spirv backend as default. (#4002)
Yong He
2024-04-05
Fix __init() functions that returns an existing value (#3866)
sriramm-nv
2024-04-03
Fix assertions due to malformed switch statements (#3858)
sriramm-nv
2024-04-01
Support SM6.6 keyword "WaveSize" (#3871)
Jay Kwak
2024-04-01
Allow bit operators on enum types. (#3862)
Yong He
2024-03-21
Support arrow operator `->` on pointers. (#3812)
Yong He
2024-03-18
Fix SPIRV for mesh shaders, checks for invalid target code&recursion. (#3788)
Yong He
2024-03-14
Add diagnostic on invalid type constraint. (#3769)
Yong He
2024-03-07
Link-time constant and linkage API improvements. (#3708)
Yong He
2024-03-05
[slangc] generate an error when `-entry` is not specified for targets that re...
Yong He
2024-03-01
Make slangc commandline parsing compatible with renderdoc. (#3658)
Yong He
2024-02-26
Allow default values for `extern` symbols. (#3632)
Yong He
2024-02-20
Language server robustness fix. (#3607)
Yong He
2024-02-20
Support link time type specialization. (#3604)
Yong He
2024-02-06
Improve Capability System (#3555)
Yong He
2024-02-02
Capability type checking. (#3530)
Yong He
2024-02-01
Add slangc option to specialize entrypoint + auto glsl mode. (#3531)
Yong He
2023-12-12
Define `Texture::Sample` for float element types only. (#3403)
Yong He
2023-12-12
Add check for invalid use of modifiers. (#3402)
Yong He
2023-12-11
Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)
Yong He
2023-12-06
Change default visibility of interface members and update docs. (#3381)
Yong He
2023-12-06
Support visibility control and default to `internal`. (#3380)
Yong He
2023-11-29
Improve generic type argument inference. (#3370)
Yong He
2023-11-14
Add GLSL Compatibility. (#3321)
Yong He
2023-11-06
Fix ICE when lowering an associatedtype declref from an derived interface. (#...
Yong He
2023-10-26
Add more diagnostics around use of custom derivatives. (#3291)
Yong He
2023-10-09
Update slang-glslang binaries to v13.0.0.x-g (#3268)
Yong He
2023-10-06
Small type system fixes. (#3265)
Yong He
2023-09-28
Support `constref` parameters passing. (#3249)
Yong He
2023-09-19
Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...
Sai Praveen Bangaru
2023-09-08
Fix attribute highlighting + language server crash. (#3198)
Yong He
2023-09-07
Fix compiler crashing when `[BackwardDerivativeOf(fn)]` refers to an unresolv...
Sai Praveen Bangaru
2023-09-06
Make a warning if a [mutating] method is called on an in param. (#3184)
jsmall-nvidia
2023-08-18
Allow loop counters to be used as constexpr arguments. (#3139)
Yong He
2023-08-14
Support per field matrix layout (#3101)
Yong He
2023-08-07
Add spirv-dis as a downstream compiler (#3059)
Ellie Hermaszewska
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-21
Fix data-flow analysis not propagating diff property through differentiable c...
Sai Praveen Bangaru
2023-07-19
Support for vk-shift-* without explicit bindings (#3000)
jsmall-nvidia
2023-07-14
Fix vk-shift-* mapping issue (#2993)
jsmall-nvidia
2023-07-12
Extend `no_diff` to support subscript operations on resources and array varia...
Sai Praveen Bangaru
2023-07-06
Fix erroneous error claiming variable is being used before its declaration (#...
Ellie Hermaszewska
2023-07-05
Disable l-value coercion for ref types (#2960)
jsmall-nvidia
[next]