index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
diagnostics
Commit message (
Expand
)
Author
Age
*
Use disassemble API from SPIRV-Tools (#6001)
Jay Kwak
2025-01-07
*
Check for undefined %id in spirv_asm block. (#5966)
Yong He
2024-12-30
*
Check mismatching method parameter direction against interface declaration. (...
Yong He
2024-12-30
*
Check decl nesting for namespaces. (#5910)
Yong He
2024-12-18
*
Add verification logic on push and specialization constants. (#5887)
Yong He
2024-12-17
*
Enable exprs for GLSL binding layout qualifiers (#5807)
Darren
2024-12-10
*
Report error on nested functions. (#5792)
Yong He
2024-12-09
*
Fix crash on recursive types. (#5796)
Yong He
2024-12-09
*
Conform non-suffixed integer literals (#5717)
Darren Wihandi
2024-12-03
*
[AD] Add support for resolving custom derivatives where generic parameters ca...
Sai Praveen Bangaru
2024-11-22
*
Change how DeclRef::toText works (#5592)
Sai Praveen Bangaru
2024-11-20
*
Constant-fold for the type-casting in switch-case labels (#5436)
Jay Kwak
2024-10-30
*
Replace the word stdlib or standard-library with core-module for source code ...
Jay Kwak
2024-10-28
*
Properly check switch case. (#5341)
Yong He
2024-10-20
*
Add diagnostic to verify the left hand side of a generic constraint. (#5112)
Yong He
2024-09-19
*
Lower the priority of looking up the rank of scope (#5065)
kaizhangNV
2024-09-18
*
Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)
Yong He
2024-09-18
*
Add load paths to return value check (#5042)
venkataram-nv
2024-09-09
*
Support entrypoints defined in a namespace. (#5011)
Yong He
2024-09-05
*
Fix extension override behavior, and disallow extension on interface types. (...
Yong He
2024-09-04
*
Ignoring construct field warnings on delegatory methods (#4911)
venkataram-nv
2024-08-28
*
Include inout cast operation as an aliasing instruction (#4859)
venkataram-nv
2024-08-16
*
Do not zero-initialize groupshared and rayquery variables (#4838)
ArielG-NV
2024-08-14
*
Warn when inout parameter is never written (#4777)
venkataram-nv
2024-08-12
*
Warnings target switch intrinsic asm (#4727)
venkataram-nv
2024-07-31
*
Fixes for Metal ParameterBlock support. (#4752)
Yong He
2024-07-30
*
Disable warnings for input global variables (#4745)
venkataram-nv
2024-07-26
*
Fix the issue of name mangling (#4691)
kaizhangNV
2024-07-19
*
Warnings for uninitialized fields in constructors (#4680)
venkataram-nv
2024-07-18
*
Fix bug with uninititialized warnings in nested scopes (#4677)
venkataram-nv
2024-07-18
*
Add unexpected end of input error to lexer (#4673)
Ellie Hermaszewska
2024-07-18
*
Warnings function parameters (#4626)
venkataram-nv
2024-07-16
*
Warnings for uninitialized values (#4530)
venkataram-nv
2024-07-09
*
Support integer typed textures for GLSL (#4329)
Jay Kwak
2024-06-11
*
Fix `GetAttributeAtVertex` for spirv and glsl targets. (#4334)
Yong He
2024-06-11
*
SPIRV `Block` decoration fixes. (#4303)
Yong He
2024-06-08
*
Print warning when operator<< shifting too much (#4255)
Jay Kwak
2024-06-04
*
Add diagnostic to prevent defining unsized variables. (#4168)
Yong He
2024-05-15
*
Add host shared library target. (#4098)
Yong He
2024-05-03
*
Added diagnostics & built-in type lowering for `[CUDAKernel]` functions (#4042)
Sai Praveen Bangaru
2024-04-30
*
Switch to direct-to-spirv backend as default. (#4002)
Yong He
2024-04-23
*
Fix __init() functions that returns an existing value (#3866)
sriramm-nv
2024-04-05
*
Fix assertions due to malformed switch statements (#3858)
sriramm-nv
2024-04-03
*
Support SM6.6 keyword "WaveSize" (#3871)
Jay Kwak
2024-04-01
*
Allow bit operators on enum types. (#3862)
Yong He
2024-04-01
*
Support arrow operator `->` on pointers. (#3812)
Yong He
2024-03-21
*
Fix SPIRV for mesh shaders, checks for invalid target code&recursion. (#3788)
Yong He
2024-03-18
*
Add diagnostic on invalid type constraint. (#3769)
Yong He
2024-03-14
*
Link-time constant and linkage API improvements. (#3708)
Yong He
2024-03-07
*
[slangc] generate an error when `-entry` is not specified for targets that re...
Yong He
2024-03-05
[next]