index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-07-12
Pool inst worklists and hashsets to avoid rehashing. (#2982)
Yong He
2023-07-12
Create and cache flattened inheritance lists (#2740)
Theresa Foley
2023-07-12
Use scratchData on `IRInst` to replace HashSets. (#2978)
Yong He
2023-07-12
Extend `no_diff` to support subscript operations on resources and array varia...
Sai Praveen Bangaru
2023-07-12
Fix native string emit for CUDA/Cpp backend. (#2980)
Yong He
2023-07-12
Update autodiff documentation. (#2979)
Yong He
2023-07-11
Add perf benchmark utility. (#2977)
Yong He
2023-07-10
Add support for texture footprint queries (#2970)
Theresa Foley
2023-07-10
Fix hit object emit for HLSL + FuncType specialization bug fix. (#2976)
Yong He
2023-07-10
Add glsl intrinsic for SampleCmpLevelZero with offset and correct existing in...
Ellie Hermaszewska
2023-07-10
Do not fail when emitting GLSL using unorm/snorm textures (#2973)
Ellie Hermaszewska
2023-07-08
Rename Self-Hosted CI config. (#2972)
Yong He
2023-07-07
Test self-hosted runner (#2971)
Yong He
2023-07-07
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-07-07
Do not use member function of incomplete SemanticsVisitor (#2968)
Ellie Hermaszewska
2023-07-06
Fix erroneous error claiming variable is being used before its declaration (#...
Ellie Hermaszewska
2023-07-06
Add support for length for scalar floating point types. (#2965)
jsmall-nvidia
2023-07-06
Work around for NonUniformResourceIndex with non integral types. (#2963)
jsmall-nvidia
2023-07-06
Assert on some resource creation in render-test-main (#2957)
Ellie Hermaszewska
2023-07-05
Bottleneck DeclRef creation through ASTBuilder. (#2689)
Yong He
2023-07-05
Squash some warnings (#2956)
Ellie Hermaszewska
2023-07-05
Disable l-value coercion for ref types (#2960)
jsmall-nvidia
2023-07-05
Initial sizeof/alignof implementation. (#2954)
jsmall-nvidia
2023-07-03
Refactor "meta" decls for stdlib texture types (#2932)
Theresa Foley
2023-06-30
Non-Recursive CFG DFS. (#2953)
Yong He
2023-06-30
Fix for operator assignment issue (#2951)
jsmall-nvidia
2023-06-29
Issue diagnostic for incorrect parameter types & directionality when defining...
Sai Praveen Bangaru
2023-06-29
Apply SCCP on global scope before unrolling loops. (#2952)
Yong He
2023-06-29
Small fixes to GLSL-legalize and func-property prop. (#2950)
Yong He
2023-06-29
Fix handling result codes in D3D12 resource creation calls (#2949)
skallweitNV
2023-06-29
Warn on semicolon after `if`. (#2948)
Yong He
2023-06-28
Fix parameter block loads in GLSL emit. (#2946)
Yong He
2023-06-28
Add support for vk::image_format attribute (#2945)
jsmall-nvidia
2023-06-27
Support for infinite literal of from 34.2432#INF (#2944)
jsmall-nvidia
2023-06-27
Pointer layout support (#2930)
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-23
Fix typo of `i` in default initialization in docs.
jsmall-nvidia
2023-06-23
Update 03-convenience-features.md
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-21
Avoid materializing multiple swizzle gradients (#2923)
Sai Praveen Bangaru
2023-06-20
Fix for generic with scope issue (#2925)
jsmall-nvidia
2023-06-13
Fixes for Shader Execution Reordering on VK (#2929)
Theresa Foley
2023-06-12
Update shader-execution-reordering.md
jsmall-nvidia
2023-06-09
Small improvements around StringBlob (#2924)
jsmall-nvidia
2023-06-08
Improvements around StringBlob (#2921)
jsmall-nvidia
2023-06-08
Attempt to fix doc generation issue (#2922)
jsmall-nvidia
2023-06-07
Update to DXC binaries 2023_03_01 (#2920)
jsmall-nvidia
[next]