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
/
bugs
Commit message (
Expand
)
Author
Age
*
Lower varying parameters as pointers instead of SSA values. (#5919)
Yong He
2025-01-07
*
Check whether array element is fully specialized (#6000)
kaizhangNV
2025-01-07
*
Fix the logic to determine whether lower generic pass should run. (#5837)
Yong He
2024-12-11
*
Enable exprs for GLSL binding layout qualifiers (#5807)
Darren
2024-12-10
*
Create scope for synthesized property decl. (#5817)
Yong He
2024-12-10
*
Don't emit a warning when implicit casting from known in-range int lit to hal...
Yong He
2024-12-10
*
Allow pointers to existential values. (#5793)
Yong He
2024-12-09
*
Fix crash during emitCast of attributed type, allow MaxIters to take linktime...
Yong He
2024-12-09
*
Implement explciit binding for metal and wgsl. (#5778)
Yong He
2024-12-06
*
WGPU: Add new test and explanation for disabled test (#5731)
Anders Leino
2024-12-04
*
Don't treat StrcturedBuffer<IFoo> as a specializable param. (#5645)
Yong He
2024-11-22
*
Add datalayout for constant buffers. (#5608)
Yong He
2024-11-21
*
Refresh of disabled WGPU tests (#5614)
Anders Leino
2024-11-21
*
Fix WGPU test by provding TEST_INPUT for outputBuffer (#5611)
Anders Leino
2024-11-20
*
Require GL_EXT_samplerless_texture_functions only if needed (#5527)
cheneym2
2024-11-08
*
Fix user-attribute-lookup wgpu crash (#5510)
cheneym2
2024-11-07
*
Enable a bunch of WGPU tests (#5513)
Anders Leino
2024-11-07
*
Fix IntVal unification logic to insert type casts + buffer element lowering r...
Yong He
2024-11-06
*
Fix WGSL parameter block binding. (#5500)
Yong He
2024-11-06
*
Make various parameters and return types require specialization when targetin...
Anders Leino
2024-11-06
*
Fix issue of infinity float literal (#5489)
kaizhangNV
2024-11-05
*
Various WGSL fixes. (#5490)
Yong He
2024-11-04
*
Constant-fold for the type-casting in switch-case labels (#5436)
Jay Kwak
2024-10-30
*
Use Offset instead of ConstOffset for GLSL function textureGatherOffset (#5426)
Jay Kwak
2024-10-29
*
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
*
Remove use of Variable Pointer capability. (#5352)
Yong He
2024-10-19
*
Cleanup atomic intrinsics. (#5324)
Yong He
2024-10-17
*
Fix type checking on generic extensions. (#5316)
Yong He
2024-10-15
*
Enable WebGPU tests in CI (#5239)
Anders Leino
2024-10-15
*
Fix spirv lowering logic around pointer to unsized array. (#5243)
Yong He
2024-10-09
*
Look through attributes and rates when determining by reference initializatio...
Ellie Hermaszewska
2024-10-08
*
Fix bug in `translateGlslGlobalVar()`. (#5181)
Yong He
2024-09-27
*
Fix l-value computation for subscript call. (#5177)
Yong He
2024-09-27
*
Lower the priority of looking up the rank of scope (#5065)
kaizhangNV
2024-09-18
*
Fix the issue in resolving the overload functions (#5060)
kaizhangNV
2024-09-11
*
Fix generic IInteger `mod` implementation. (#5037)
Yong He
2024-09-09
*
Fix SPIRV SV_TessFactor type adaptation logic. (#5010)
Yong He
2024-09-05
*
Support `where` clause and type equality constraint. (#4986)
Yong He
2024-09-05
*
Open existential on arguments after overload resolution. (#4982)
Yong He
2024-09-04
*
Draft: integrate slang-rhi (#4970)
Simon Kallweit
2024-08-30
*
Fix redundant decorations in IRParam (#4964)
Jay Kwak
2024-08-30
*
Fix a false failure when using the latest SPIR-V (#4904)
Jay Kwak
2024-08-22
*
Make sure to resolve overloaded expr for call args. (#4864)
Yong He
2024-08-18
*
Emit memory qualifier once for GLSL targets (#4819)
ArielG-NV
2024-08-12
*
Warn when inout parameter is never written (#4777)
venkataram-nv
2024-08-12
*
Allow implicit 'uniform' entrypoint parameters. (#4765)
Yong He
2024-08-01
*
Move SPIRV global variables into a context variable (#4741)
ArielG-NV
2024-07-30
*
Set `nullptr` to the default value of the target VarDeclBase (#4757)
ArielG-NV
2024-07-30
*
Disallow multi-dim vector subscript in slang IR (#4277)
Sriram Murali
2024-07-25
[next]