index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2025-02-26
Fix precompiledTargetModule tests (#6455)
cheneym2
2025-02-24
Add implementation for 'uploadTextureData' in metal (#6443)
kaizhangNV
2025-02-23
Improve performance when compiling small shaders. (#6396)
Yong He
2025-02-21
Fix slang raytracing test (#6404)
ksavoie-nv
2025-02-20
Metal fix (#6413)
kaizhangNV
2025-02-19
Show adapter info in slang-test (#6388)
cheneym2
2025-02-18
Cleanups for render-api (#6360)
Anders Leino
2025-02-14
Fix metal issue (#6361)
kaizhangNV
2025-02-13
Disallow only resources in constant buffers in parameterblocks on metal (#6342)
Ellie Hermaszewska
2025-02-13
Reflection Fixes. (#6346)
Yong He
2025-02-13
Migrate slang-test away from deprecated Slang API (#6343)
Anders Leino
2025-02-12
Allow LHS of `where` to be any type. (#6333)
Yong He
2025-02-12
Correct dependencies on core module source (#6340)
Ellie Hermaszewska
2025-02-07
Add test for visibility in translation unit with multiple source files (#6306)
Anders Leino
2025-02-05
Enable D3D12 experimental feature to use coopvec (#6290)
Jay Kwak
2025-02-05
Feature/initialize list side branch (#6058)
kaizhangNV
2025-02-04
Correct NVAPI include (#6263)
Ellie Hermaszewska
2025-01-31
Update Slang-RHI and enable any debug layers up-front (#6226)
Anders Leino
2025-01-30
Support cooperative vector including Vulkan-Header (#6228)
Jay Kwak
2025-01-30
Support cooperative vector (#6223)
Jay Kwak
2025-01-28
Fix geometry shader related modifier lowering. (#6197)
Yong He
2025-01-28
Add a unit test to cover type-conformance compilation API. (#6178)
Yong He
2025-01-24
Fix static build and install (#6158)
Dario Mylonopoulos
2025-01-22
Cache and reuse glsl module. (#6152)
Yong He
2025-01-17
test-server should use d3d12core.dll from bin directory (#6095)
Jay Kwak
2025-01-17
Add groupshared atomic array test. (#6107)
Yong He
2025-01-17
Avoid using the backend validation when using test server (#6094)
Jay Kwak
2025-01-15
Fix argument buffer tier2 layout computation. (#6101)
Yong He
2025-01-08
slang-test: Ensure runtime is consistent (#6021)
Anders Leino
2025-01-07
Add backtraces to examples (#5973)
Anders Leino
2025-01-07
Lower varying parameters as pointers instead of SSA values. (#5919)
Yong He
2025-01-07
Fix some robustness issues in the examples (#5984)
Anders Leino
2025-01-06
Properly set D3D12SDKPath (#5993)
Jay Kwak
2025-01-03
Create DirectDeclRef when creating Decl to prevent invalid dedup. (#5945)
Yong He
2025-01-03
Fix parameter location reflection for pure data paramblocks. (#5956)
Yong He
2025-01-01
Allow explicit test root (#5980)
bspeice
2024-12-26
Support dispatchComputeIndirect and draw(Indexed)Indirect with count buffer f...
AdamYuan
2024-12-18
Fix metadata of register space and varying params. (#5906)
Yong He
2024-12-17
Support specializing generic entrypoints in `findAndCheckEntryPoint`. (#5890)
Yong He
2024-12-17
Fix entrypoint auto discovery logic. (#5885)
Yong He
2024-12-18
Fix `getArgumentValueFloat` when arg is int. (#5888)
Yong He
2024-12-11
Fix attribute reflection. (#5823)
Yong He
2024-12-10
A small mistake. (#5819)
HappyLi3
2024-12-10
Fix a crash when search for files. (#5818)
Yong He
2024-12-09
Allow pointers to existential values. (#5793)
Yong He
2024-12-09
Fix reflection for pointer element types. (#5797)
Yong He
2024-12-05
Remove duplicate call to install() for libslang (#5767)
Ellie Hermaszewska
2024-12-02
Move c++ parsing code from slang-cpp-extractor to static library (#5675)
Lauro Oyen
2024-11-25
Fix issue with slang-embed & include ordering (#5680)
Sai Praveen Bangaru
2024-11-21
Enable some rendering tests (#5623)
Anders Leino
[next]