index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
core
Age
Commit message (
Expand
)
Author
2024-05-10
Fix race-condition and visual artifacts issues (#4152)
kaizhangNV
2024-05-09
fix typo (#4144)
Tomáš Pazdiora
2024-05-03
Add host shared library target. (#4098)
Yong He
2024-04-19
Add metal downstream compiler + metallib target. (#3990)
Yong He
2024-04-19
allow preludes in include folder (#3976)
Tomáš Pazdiora
2024-04-17
Add skeleton for metal backend. (#3971)
Yong He
2024-04-15
[GFX] Fix d3d12 buffer view creation logic for StructuredBuffers. (#3954)
Yong He
2024-04-09
typos (#3913)
Pema Malling
2024-03-07
Uniformity analysis. (#3704)
Yong He
2024-02-22
Add API for querying and reusing precompiled binary modules. (#3614)
Yong He
2024-02-20
Support link time type specialization. (#3604)
Yong He
2024-02-06
Improve Capability System (#3555)
Yong He
2023-12-08
WIP: CMake (#3326)
Ellie Hermaszewska
2023-12-05
Support `include` for pulling file into the current module. (#3377)
Yong He
2023-10-25
Fix warnings for gcc 12.3 (#3286)
Ellie Hermaszewska
2023-10-09
Run curated spirv-opt passes through slang-glslang. (#3266)
Yong He
2023-10-06
Small type system fixes. (#3265)
Yong He
2023-10-04
SPIRV compiler performance fixes. (#3258)
Yong He
2023-09-29
Fix for problem with OrderedHashSet causing crash (#3251)
jsmall-nvidia
2023-09-13
Add all RayQuery SPIRV Intrinsics. (#3204)
Yong He
2023-09-07
Fix GLSL output for `gl_ClipDistance` input builtin. (#3193)
Yong He
2023-09-07
Add -repro-fallback-directory (#3188)
jsmall-nvidia
2023-09-01
Fix GLSL code gen around RayQuery and HitObject types. (#3173)
Yong He
2023-08-28
Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)
Ellie Hermaszewska
2023-08-16
Run vk tests on spirv backend with expected failure list. (#3128)
Yong He
2023-08-15
squash warnings (#3113)
Ellie Hermaszewska
2023-08-16
Use ankerl/unordered_dense as a hashmap implementation (#3036)
Ellie Hermaszewska
2023-08-15
SPIR-V WIP (#3064)
Ellie Hermaszewska
2023-08-07
Add spirv-dis as a downstream compiler (#3059)
Ellie Hermaszewska
2023-08-08
Add missing empty case to Array::makeArray (#3058)
Ellie Hermaszewska
2023-08-08
Allow parsing some SPIR-V enums in intrinsics (#3062)
Ellie Hermaszewska
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-08-01
Generalize collectInductionValues (#3031)
Ellie Hermaszewska
2023-07-18
Simplify Lookup and improve compiler performance. (#2996)
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-11
Add perf benchmark utility. (#2977)
Yong He
2023-06-09
Small improvements around StringBlob (#2924)
jsmall-nvidia
2023-06-08
Improvements around StringBlob (#2921)
jsmall-nvidia
2023-05-05
Squash a couple of warnings on clang (#2870)
Ellie Hermaszewska
2023-05-04
Add SLANG_ASSUME and use it in release asserts (#2859)
Ellie Hermaszewska
2023-05-02
Markdown CommandOptions (#2860)
jsmall-nvidia
2023-04-29
CommandOptions (#2856)
jsmall-nvidia
2023-04-29
vkd3d and dxvk integration (#2823)
Ellie Hermaszewska
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-25
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2023-04-25
Bump glm and stb + small neatenings (#2831)
Ellie Hermaszewska
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-20
Improve SourceMap coverage/testing (#2818)
jsmall-nvidia
2023-04-20
Changes for vkd3d proton (#2813)
Ellie Hermaszewska
[next]