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
/
bugs
Age
Commit message (
Expand
)
Author
2024-12-11
Fix the logic to determine whether lower generic pass should run. (#5837)
Yong He
2024-12-10
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-09
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-06
Implement explciit binding for metal and wgsl. (#5778)
Yong He
2024-12-04
WGPU: Add new test and explanation for disabled test (#5731)
Anders Leino
2024-11-22
Don't treat StrcturedBuffer<IFoo> as a specializable param. (#5645)
Yong He
2024-11-21
Add datalayout for constant buffers. (#5608)
Yong He
2024-11-21
Refresh of disabled WGPU tests (#5614)
Anders Leino
2024-11-20
Fix WGPU test by provding TEST_INPUT for outputBuffer (#5611)
Anders Leino
2024-11-08
Require GL_EXT_samplerless_texture_functions only if needed (#5527)
cheneym2
2024-11-07
Fix user-attribute-lookup wgpu crash (#5510)
cheneym2
2024-11-07
Enable a bunch of WGPU tests (#5513)
Anders Leino
2024-11-06
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-05
Fix issue of infinity float literal (#5489)
kaizhangNV
2024-11-04
Various WGSL fixes. (#5490)
Yong He
2024-10-30
Constant-fold for the type-casting in switch-case labels (#5436)
Jay Kwak
2024-10-29
Use Offset instead of ConstOffset for GLSL function textureGatherOffset (#5426)
Jay Kwak
2024-10-28
Replace the word stdlib or standard-library with core-module for source code ...
Jay Kwak
2024-10-20
Properly check switch case. (#5341)
Yong He
2024-10-19
Remove use of Variable Pointer capability. (#5352)
Yong He
2024-10-17
Cleanup atomic intrinsics. (#5324)
Yong He
2024-10-15
Fix type checking on generic extensions. (#5316)
Yong He
2024-10-15
Enable WebGPU tests in CI (#5239)
Anders Leino
2024-10-09
Fix spirv lowering logic around pointer to unsized array. (#5243)
Yong He
2024-10-08
Look through attributes and rates when determining by reference initializatio...
Ellie Hermaszewska
2024-09-27
Fix bug in `translateGlslGlobalVar()`. (#5181)
Yong He
2024-09-27
Fix l-value computation for subscript call. (#5177)
Yong He
2024-09-18
Lower the priority of looking up the rank of scope (#5065)
kaizhangNV
2024-09-11
Fix the issue in resolving the overload functions (#5060)
kaizhangNV
2024-09-09
Fix generic IInteger `mod` implementation. (#5037)
Yong He
2024-09-05
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-04
Open existential on arguments after overload resolution. (#4982)
Yong He
2024-08-30
Draft: integrate slang-rhi (#4970)
Simon Kallweit
2024-08-30
Fix redundant decorations in IRParam (#4964)
Jay Kwak
2024-08-22
Fix a false failure when using the latest SPIR-V (#4904)
Jay Kwak
2024-08-18
Make sure to resolve overloaded expr for call args. (#4864)
Yong He
2024-08-12
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-01
Allow implicit 'uniform' entrypoint parameters. (#4765)
Yong He
2024-07-30
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-25
Disallow multi-dim vector subscript in slang IR (#4277)
Sriram Murali
2024-07-25
Fix around extensions and `IDifferentiable` requirement synthesis. (#4729)
Yong He
2024-07-24
Support 1-dimensional matrix for HLSL (#4728)
Jay Kwak
[next]