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
/
prelude
Commit message (
Expand
)
Author
Age
*
Always define OptixTraversableHandle (#8411)
Simon Kallweit
2025-09-09
*
Enable CUDA support for additional HLSL intrinsic tests (#8293)
Harsh Aggarwal (NVIDIA)
2025-09-04
*
Updated support to enable batch3 (#8219)
Harsh Aggarwal (NVIDIA)
2025-08-20
*
Enable CUDA testing for batch 2 (#8147)
jarcherNV
2025-08-12
*
Fix intrinsic LoadLocalRootTableConstant for optix (#7949)
Harsh Aggarwal (NVIDIA)
2025-08-07
*
Initial copy elision pass (#8042)
ArielG-NV
2025-08-07
*
Fix 7441: CUDA boolean vector layout to use 1-byte elements (#7862)
Harsh Aggarwal (NVIDIA)
2025-08-01
*
Fix CUDA backend missing U32_firstbitlow implementation (#7921)
Copilot
2025-07-29
*
fix typo (#7794)
Dennis Brakhane
2025-07-17
*
Perf improvements to IR serialization (#7751)
Ellie Hermaszewska
2025-07-17
*
Fix CUDA issues with texture reads and surface writes (#7780)
Mukund Keshava
2025-07-16
*
Replace SLANG_ALIGN_OF with C++11 alignof (#7523)
Julius Ikkala
2025-07-03
*
Enable LSS hit object test (#7273)
Mukund Keshava
2025-05-30
*
Add LSS intrinsics (#7200)
Mukund Keshava
2025-05-27
*
Implement shader execution reordering support for OptiX (#7211)
Harsh Aggarwal (NVIDIA)
2025-05-26
*
[CUDA] Add template specializations for signed integer texture fetches (#7161)
Simon Kallweit
2025-05-20
*
cuda: Add more formats for texture read/write (#7012)
Mukund Keshava
2025-05-12
*
Fix various intptr_t issues by defining its width in `getIntTypeInfo` (#6786)
Julius Ikkala
2025-05-09
*
[CUDA] Fix surface write intrinsics (#7004)
Simon Kallweit
2025-05-07
*
Add countbits 16-bit and 8-bit support (#6433) (#6897)
sricker-nvidia
2025-05-05
*
Add subscript operator support in cuda (#6830)
Mukund Keshava
2025-04-30
*
Implement 64bit countbits intrinsic (#6433) (#6845)
sricker-nvidia
2025-04-19
*
Improve embed tool to search all include directories as determined by CMake (...
Sai Praveen Bangaru
2025-03-25
*
Fix matrix comparison operators on CPU (#6296)
Julius Ikkala
2025-02-05
*
Added const version for the operator[] in Matrix (#6186)
Norbert Nopper
2025-01-28
*
Add intptr_t abs/min/max operations for CPU & CUDA targets (#6160)
Julius Ikkala
2025-01-24
*
Fix static build and install (#6158)
Dario Mylonopoulos
2025-01-24
*
Fix issue with slang-embed & include ordering (#5680)
Sai Praveen Bangaru
2024-11-25
*
Fix CUDA prelude for makeMatrix (#5509)
Yong He
2024-11-07
*
format
Ellie Hermaszewska
2024-10-29
*
format cmake files (#5406)
Ellie Hermaszewska
2024-10-29
*
Replace the word stdlib or standard-library with core-module for source code ...
Jay Kwak
2024-10-28
*
declutter top level CMakeLists.txt (#5391)
Ellie Hermaszewska
2024-10-24
*
Cleanup atomic intrinsics. (#5324)
Yong He
2024-10-17
*
Allow building using external dependencies (#5076)
Tobias Frisch
2024-10-04
*
Add missing make_bool intrinsics in cuda prelude. (#4735)
Yong He
2024-07-24
*
Allow CPP/CUDA/Metal to lower/legalize buffer-elements to support column_majo...
ArielG-NV
2024-07-18
*
Move the file public header files to `include` dir (#4636)
kaizhangNV
2024-07-17
*
Add `float16` support to slang-torch (#4584)
Sai Praveen Bangaru
2024-07-10
*
Correct type for double log10 (#4550)
Ellie Hermaszewska
2024-07-05
*
Error out when constructing tensor views from tensors with 0 stride. (#4516)
Sai Praveen Bangaru
2024-07-01
*
Prevent pointer validation for zero-size arrays (#4021)
Sai Praveen Bangaru
2024-04-24
*
Avoid DXC warnings for missing bitwise op parantheses (#4004)
Jay Kwak
2024-04-24
*
Implement 8.14-8.19 of OpenGL-GLSL specification
ArielG-NV
2024-04-03
*
Improve cpp prelude. (#3725)
Yong He
2024-03-08
*
Enable SLANG_MAKE_VECTOR calls when using SLANG_CUDA_ENABLE_HALF without SLAN...
NBickford
2024-02-24
*
Generate lookup tables from cmake (#3461)
Ellie Hermaszewska
2024-01-24
*
WIP: CMake (#3326)
Ellie Hermaszewska
2023-12-08
*
CUDA: Fixes for NVRTC 12.x and warp mask ambiguity; adds CC 8.x warp reductio...
Neil Bickford
2023-11-07
*
Make the exponent return value from frexp int (#3284)
Ellie Hermaszewska
2023-10-26
[next]