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-03-10
Fix crash when trying to constant fold non-existent call. (#3728)
Yong He
2024-02-28
Allow non-static const to be considered compile-time constant. (#3645)
Yong He
2024-02-21
Fix parsing of literals in stdlib. (#3610)
Yong He
2024-02-21
Fix SPIRV lowering issue. (#3608)
Yong He
2024-02-02
Capability type checking. (#3530)
Yong He
2024-01-24
[SPIRV] Support `globallycoherent` and `[vk::index()]`. (#3488)
Yong He
2024-01-09
Fix funcs w/ buffer load being treated as readnone. (#3441)
Yong He
2023-12-13
Fix GLSL static initialization bug. (#3409)
Yong He
2023-12-06
Support visibility control and default to `internal`. (#3380)
Yong He
2023-11-16
Unify stdlib `Texture` types into one generic type. (#3327)
Yong He
2023-11-06
Correctly pass values from the conditional block to the loop during inversion...
Ellie Hermaszewska
2023-10-26
Disable frexp test on swiftshader. (#3294)
Yong He
2023-10-26
Make the exponent return value from frexp int (#3284)
Ellie Hermaszewska
2023-09-27
Various SPIRV fixes. (#3231)
Yong He
2023-09-05
SPIR-V image operations (#3163)
Ellie Hermaszewska
2023-09-01
Fix GLSL code gen around RayQuery and HitObject types. (#3173)
Yong He
2023-08-31
Inline all RayQuery/HitObject typed functions when targeting GLSL. (#3172)
Yong He
2023-08-23
Retain int casts when unifying generic params (#3145)
Ellie Hermaszewska
2023-08-22
Add test case for RayQuery parameter. (#3140)
Yong He
2023-08-21
Compile append and consume structured buffers to glsl. (#3142)
Yong He
2023-08-15
SPIRV: debug source and debug line. (#3109)
Yong He
2023-08-16
Fix a bug that warning 39001 can't be fully disabled. (#3112)
Yong He
2023-08-15
Fix ByteAddressBuffer array legalization. (#3106)
Yong He
2023-08-15
SPIR-V WIP (#3064)
Ellie Hermaszewska
2023-08-14
Update target-deps.json (#3103)
Yong He
2023-08-11
Make sure glsl source in spirv is included when compiling with -g3 (#3099)
Yong He
2023-08-10
Fix `Texture2D.Load()` with offset. (#3094)
Yong He
2023-08-10
Allow member lookup through modified type. (#3091)
Yong He
2023-08-09
Support implciit casted swizzled lvalue. (#3077)
Yong He
2023-08-09
Various fixes in GLSL emit. (#3074)
Yong He
2023-08-07
Add warning on mutation of function parameter (#3067)
Theresa Foley
2023-07-27
Fix push constant on global variables. (#3034)
Yong He
2023-07-27
Fix -fvk-u-shift not applying to global constant buffer. (#3033)
Yong He
2023-07-26
Fix scalar swizzle causes invalid glsl output. (#3028)
Yong He
2023-07-20
Fix for vk-shift-* GLSL emit issue (#3004)
jsmall-nvidia
2023-07-10
Fix hit object emit for HLSL + FuncType specialization bug fix. (#2976)
Yong He
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
2023-06-30
Fix for operator assignment issue (#2951)
jsmall-nvidia
2023-06-29
Small fixes to GLSL-legalize and func-property prop. (#2950)
Yong He
2023-06-28
Fix parameter block loads in GLSL emit. (#2946)
Yong He
2023-06-27
Support for infinite literal of from 34.2432#INF (#2944)
jsmall-nvidia
2023-06-26
Fix DCE on mutable calls in a loop. (#2943)
Yong He
2023-06-26
Handling SV_ClipDistance system semantic on GLSL/VK (#2942)
jsmall-nvidia
2023-06-26
Multiple cast issue fix (#2940)
jsmall-nvidia
2023-06-22
Allow multiple attributes to not require separating comma (#2939)
jsmall-nvidia
2023-06-22
[branch] and [flatten] support (#2928)
jsmall-nvidia
2023-06-20
Fix for generic with scope issue (#2925)
jsmall-nvidia
2023-05-30
Disallow duplicate enumerator names in the same enum (#2904)
Ellie Hermaszewska
2023-05-02
Various dxc/fxc compatibility fixes. (#2863)
Yong He
[next]