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-07-19
Support parameter block in metal shader objects. (#4671)
Yong He
2024-07-19
Correctly parse multiple escaped newlines (#4672)
Ellie Hermaszewska
2024-07-16
Fix minimal-optimization flag with texture atomics (#4660)
ArielG-NV
2024-07-16
Warnings function parameters (#4626)
venkataram-nv
2024-07-10
Fix the invalid spirv generation for matrix cast (#4588)
kaizhangNV
2024-07-10
WIP Drop Premake (#3703)
Ellie Hermaszewska
2024-07-09
Warnings for uninitialized values (#4530)
venkataram-nv
2024-07-08
Fix the issue in emitFloatCast (#4559)
kaizhangNV
2024-07-05
Add vector overloads for or and and (#4529)
Ellie Hermaszewska
2024-07-05
Add specializations for 1 vectors in functions using the $N glsl intrinsic pl...
Ellie Hermaszewska
2024-06-28
Parse scope for local variable declaration (#4507)
Jay Kwak
2024-06-28
fix `WorkgroupSize()` compiler failiure (#4505)
ArielG-NV
2024-06-27
Remove returned-array-legalization pass for metal (#4478)
ArielG-NV
2024-06-25
Support atomic intrinsics for Metal (#4473)
Jay Kwak
2024-06-24
Add case to `emitVectorReshape` for when using a `vector<M, N>` type with `T`...
ArielG-NV
2024-06-20
Disambiguate int type matrix multiply (#4425)
Jay Kwak
2024-06-13
Implement for metal `SV_GroupIndex` (#4385)
ArielG-NV
2024-06-13
Metal: misc fixes and enable more tests. (#4374)
Yong He
2024-06-13
SPIR-V `SV_InstanceId` support in pixel shader (#4368)
ArielG-NV
2024-06-12
Capability System: Implicit capability upgrade warning/error (#4241)
ArielG-NV
2024-06-12
Fix incorrect drop of decoration when translating glsl global var to entrypoi...
Yong He
2024-06-12
Fix crash on invalid entrypoint varying parameter. (#4349)
Yong He
2024-06-11
Fix crash when using optional type in a generic. (#4341)
Yong He
2024-06-10
Address glslang ordering requirments for 'derivative_group_*NV' (#4323)
ArielG-NV
2024-06-10
enable more metal tests (#4326)
skallweitNV
2024-06-08
SPIRV `Block` decoration fixes. (#4303)
Yong He
2024-06-07
Metal compute tests (#4292)
skallweitNV
2024-06-01
Prevent hoisting of non-hoistable instructions in non-function values with ...
Ellie Hermaszewska
2024-05-24
If no sample is set with a `Texture(.*)MS[]` operation, set sample to 0. (#4225)
ArielG-NV
2024-05-15
Add diagnostic to prevent defining unsized variables. (#4168)
Yong He
2024-05-14
Slang: Support UTF-8 with Byte Order Markers (#4135)
cheneym2
2024-05-08
Fix NonUniformResourceIndex legalization for SPIRV. (#4133)
Yong He
2024-05-07
Make sure pointer local vars have `AliasedPointer` decoration. (#4132)
Yong He
2024-05-01
Fix compile failures when using debug symbol. (#4069)
Yong He
2024-04-28
Add variable pointers to render-test-vk and a related failing test-case (#4041)
ArielG-NV
2024-04-26
WIP: Force Inline If RefType (#4005)
ArielG-NV
2024-04-25
Fix unpackUnorm4x8 and unpackSnorm4x8 (#4033)
Jay Kwak
2024-04-25
Keep const-ness in generic functions (#4028)
Jay Kwak
2024-04-24
Avoid DXC warnings for missing bitwise op parantheses (#4004)
Jay Kwak
2024-04-19
Initial pass to add capability declarations to stdlib intrinsics. (#3912)
ArielG-NV
2024-04-19
Support arithmetics on generic arguments (#3968)
Jay Kwak
2024-04-17
commit to partially fix #3931 (#3972)
ArielG-NV
2024-04-12
Fix IR lowering bug of do-while loops. (#3941)
Yong He
2024-03-27
Fix incorrect SPV stride for unsized array (#3837)
kaizhangNV
2024-03-27
Allow var/param names to be the same as type name. (#3850)
Yong He
2024-03-27
Fix lookup to prevent finding `typedef` itself. (#3848)
Yong He
2024-03-26
Support mutable existential parameters. (#3836)
Yong He
2024-03-26
Fix the sign-extending issue in right shift (#3820)
kaizhangNV
2024-03-23
Make `-no-mangle` option work, add `-no-hlsl-binding`. (#3817)
Yong He
2024-03-21
Diagnose cyclic references in inheritance graph. (#3811)
Yong He
[next]