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
*
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
*
Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)
Ellie Hermaszewska
2023-08-28
*
Initial version of spirv_asm block (#3151)
Ellie Hermaszewska
2023-08-25
*
Fix a bug that warning 39001 can't be fully disabled. (#3112)
Yong He
2023-08-16
*
Use ankerl/unordered_dense as a hashmap implementation (#3036)
Ellie Hermaszewska
2023-08-16
*
Disable strict aliasing for gcc (#3105)
Ellie Hermaszewska
2023-08-15
*
SPIR-V WIP (#3064)
Ellie Hermaszewska
2023-08-15
*
Add spirv-dis as a downstream compiler (#3059)
Ellie Hermaszewska
2023-08-07
*
Add option to use original entrypoint in spirv output. (#3047)
Yong He
2023-08-04
*
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-08-04
*
Fix literals needing cast (#3039)
jsmall-nvidia
2023-08-01
*
Generalize collectInductionValues (#3031)
Ellie Hermaszewska
2023-08-01
*
Don't error on disabled warnings when treatWarnAsErr. (#3013)
Yong He
2023-07-21
*
nsight Aftermath crash example (#2984)
jsmall-nvidia
2023-07-18
*
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-07-07
*
Fix erroneous error claiming variable is being used before its declaration (#...
Ellie Hermaszewska
2023-07-06
*
Squash some warnings (#2956)
Ellie Hermaszewska
2023-07-05
*
Support for infinite literal of from 34.2432#INF (#2944)
jsmall-nvidia
2023-06-27
*
Source embedding for output (#2889)
jsmall-nvidia
2023-05-22
*
HLSL->Vulkan binding support (#2865)
jsmall-nvidia
2023-05-03
*
vkd3d and dxvk integration (#2823)
Ellie Hermaszewska
2023-04-29
*
Minor tidyings around d3d usage (#2854)
Ellie Hermaszewska
2023-04-29
*
Embed stdlib documentation to AST. (#2851)
Yong He
2023-04-27
*
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-26
*
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2023-04-25
*
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-25
*
Fix issue with Obfuscated hash (#2834)
jsmall-nvidia
2023-04-24
[next]