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-12-12
Correct casing of windows includes (#5849)
Ellie Hermaszewska
2024-12-10
Fix a crash when search for files. (#5818)
Yong He
2024-12-05
Add API for getting last internal error message (#5772)
Simon Kallweit
2024-11-21
Enable some rendering tests (#5623)
Anders Leino
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-10-29
preparation for clang format (#5422)
Ellie Hermaszewska
2024-10-29
format cmake files (#5406)
Ellie Hermaszewska
2024-10-28
Assorted auto-diff enhancements for increased performance & more streamlined ...
Sai Praveen Bangaru
2024-10-25
Replace stdlib on Slang API with CoreModule (#5405)
Jay Kwak
2024-10-24
declutter top level CMakeLists.txt (#5391)
Ellie Hermaszewska
2024-10-17
Fix D3D12Core.dll loading problem (#5315)
Jay Kwak
2024-10-15
Move C interface from slang.h to slang-deprecated.h (#5301)
Ellie Hermaszewska
2024-10-15
Enable WebGPU tests in CI (#5239)
Anders Leino
2024-10-08
Fix build for clang-14 (#5235)
James0124
2024-10-07
Add WGSL support for slang-test (#5174)
Anders Leino
2024-10-04
Allow building using external dependencies (#5076)
Tobias Frisch
2024-09-25
Enable emscripten builds to compile slang.dll to WebAssembly. (#5131)
Anders Leino
2024-09-09
Initial WGSL support (#5006)
Anders Leino
2024-09-03
Add Path::removeNonEmpty() to remove non-empty dir (#4984)
kaizhangNV
2024-08-30
Fix prelude generation by using relative paths for including `slang.h` (#4973)
Sai Praveen Bangaru
2024-08-30
Draft: integrate slang-rhi (#4970)
Simon Kallweit
2024-08-26
Fix Varying Variable Location Assignments With Hull Shaders (#4915)
ArielG-NV
2024-08-26
Feature/record unit test (#4910)
kaizhangNV
2024-08-20
Implement Path::createDirectoryRecursive (#4871)
kaizhangNV
2024-08-19
Remove using SpvStorageClass values casted into AddressSpace values (#4861)
Ellie Hermaszewska
2024-08-13
GitHub action benchmark (#4804)
venkataram-nv
2024-08-12
Support unicode identifier names. (#4772)
Yong He
2024-08-07
Reduce dependency on std library (#4785)
skallweitNV
2024-07-24
Cleanup global memory allocations on shutdown. (#4731)
Yong He
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2024-06-17
Feature/capture (#4397)
kaizhangNV
2024-06-13
capture/replay: implement infrastructure for capture (#4372)
kaizhangNV
2024-06-12
Delete glsl_vulkan and glsl_vulkan_one_desc targets. (#4361)
Yong He
2024-06-12
Capability System: Implicit capability upgrade warning/error (#4241)
ArielG-NV
2024-06-07
Precompute UIntSet from individual capabilities inside generator (#4269)
ArielG-NV
2024-06-07
Metal compute tests (#4292)
skallweitNV
2024-06-06
make String::trim consistent with String::trimStart/trimEnd (#4285)
skallweitNV
2024-06-05
initial set of lldb formatters (#4272)
Simon Kallweit
2024-06-04
Use memcpy to replace strncpy_s (#4270)
kaizhangNV
2024-06-04
Add APIs to get profile of compile time (#4242)
kaizhangNV
2024-05-31
Capabilities generator inclusive join and misc (#4237)
ArielG-NV
2024-05-29
Add options to speedup compilation. (#4240)
Yong He
2024-05-28
Print memory leak info in Debug build of slangc.exe (#4210)
Jay Kwak
2024-05-24
Fix clang-18 build (#4222)
exdal
2024-05-16
Capabilities System, CapabilitySet Logic Overhaul (#4145)
ArielG-NV
2024-05-14
Slang: Support UTF-8 with Byte Order Markers (#4135)
cheneym2
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
[next]