index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
compiler-core
Commit message (
Expand
)
Author
Age
*
Mark SPIRV artifact as non-executable. (#5356)
Yong He
2024-10-20
*
Move C interface from slang.h to slang-deprecated.h (#5301)
Ellie Hermaszewska
2024-10-15
*
Add slang-wasm target (#5237)
Anders Leino
2024-10-11
*
Add WGSL support for slang-test (#5174)
Anders Leino
2024-10-07
*
Allow building using external dependencies (#5076)
Tobias Frisch
2024-10-04
*
Add COM API for querying metadata. (#5168)
Yong He
2024-09-30
*
Initial WGSL support (#5006)
Anders Leino
2024-09-09
*
Remove incorrect UTF decode assert (#5028)
cheneym2
2024-09-06
*
Support mixture of precompiled and non-precompiled modules (#4860)
cheneym2
2024-08-29
*
Support unicode identifier names. (#4772)
Yong He
2024-08-12
*
Remove disassemle debug code (#4779)
cheneym2
2024-08-06
*
Initial support for precompiled DXIL in slang-modules (#4755)
cheneym2
2024-08-05
*
Cleanup global memory allocations on shutdown. (#4731)
Yong He
2024-07-24
*
Correctly parse multiple escaped newlines (#4672)
Ellie Hermaszewska
2024-07-19
*
Add unexpected end of input error to lexer (#4673)
Ellie Hermaszewska
2024-07-18
*
Use slang-glslang.dll for spirv-validation (#4642)
Jay Kwak
2024-07-17
*
Move the file public header files to `include` dir (#4636)
kaizhangNV
2024-07-17
*
Implement non member function atomic texture support (#4544)
ArielG-NV
2024-07-10
*
Fix Lexer to recognize swizzling on an integer scalar value (#4515)
Jay Kwak
2024-07-09
*
Delete glsl_vulkan and glsl_vulkan_one_desc targets. (#4361)
Yong He
2024-06-12
*
[gfx] Metal graphics support (#4324)
skallweitNV
2024-06-10
*
work on gfx metal backend (#4287)
skallweitNV
2024-06-06
*
Fix performance issue in source-map (#4261)
Yong He
2024-06-03
*
Improve compile time performance. (#3857)
Yong He
2024-05-29
*
Slang: Support UTF-8 with Byte Order Markers (#4135)
cheneym2
2024-05-14
*
Add host shared library target. (#4098)
Yong He
2024-05-03
*
Fix macos CI and clang warnings. (#4019)
Yong He
2024-04-24
*
Silent compiler warning about missing override keywords (#4018)
Jay Kwak
2024-04-24
*
Add metal downstream compiler + metallib target. (#3990)
Yong He
2024-04-19
*
Add skeleton for metal backend. (#3971)
Yong He
2024-04-17
*
Allow bit operators on enum types. (#3862)
Yong He
2024-04-01
*
Add slangc interface to compile and use ir modules. (#3615)
Yong He
2024-02-23
*
Add API for querying and reusing precompiled binary modules. (#3614)
Yong He
2024-02-22
*
Refactor compiler option representations. (#3598)
Yong He
2024-02-20
*
Improve Capability System (#3555)
Yong He
2024-02-06
*
Fix LSP compatibility issues with Visual Studio. (#3520)
Yong He
2024-01-26
*
Generate lookup tables from cmake (#3461)
Ellie Hermaszewska
2024-01-24
*
Fix language server for VS. (#3473)
Yong He
2024-01-22
*
Capability def parsing & codegen + disjoint sets (#3451)
Yong He
2024-01-18
*
Add check for invalid use of modifiers. (#3402)
Yong He
2023-12-12
*
WIP: CMake (#3326)
Ellie Hermaszewska
2023-12-08
*
Support `include` for pulling file into the current module. (#3377)
Yong He
2023-12-05
*
experimental fix: return `JSONValue::Type::Null` as "" (#3336)
Stephan Seitz
2023-11-16
*
CUDA: Fixes for NVRTC 12.x and warp mask ambiguity; adds CC 8.x warp reductio...
Neil Bickford
2023-11-07
*
Run curated spirv-opt passes through slang-glslang. (#3266)
Yong He
2023-10-09
*
Add all RayQuery SPIRV Intrinsics. (#3204)
Yong He
2023-09-13
*
Correctly identify the number of operands to image sampling operands in SPIR-...
Ellie Hermaszewska
2023-09-12
*
Add -repro-fallback-directory (#3188)
jsmall-nvidia
2023-09-07
*
Add SPIRV atomics intrinsics and fix buffer layout lowering. (#3170)
Yong He
2023-08-31
*
s/depreciated/deprecated/ (#3153)
Ellie Hermaszewska
2023-08-29
[next]