index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
slang.h
Age
Commit message (
Expand
)
Author
2021-06-02
Various Fixes to gfx, reflection and emit. (#1867)
Yong He
2021-05-21
[gfx] Support StructuredBuffer<IInterface>. (#1851)
Yong He
2021-05-14
FXC as DownstreamCompiler (#1844)
jsmall-nvidia
2021-04-30
Clean up the way we stride over sub-object ranges for D3D11 and Vulkan (#1829)
Tim Foley
2021-04-29
Update gfx back-ends to handle static specialization (#1826)
Tim Foley
2021-04-23
Add `ISession::getParameterBlockLayout()` (#1805)
Yong He
2021-04-20
Various fixes to make `model-viewer` example almost working. (#1801)
Yong He
2021-04-20
Small filesystem improvements (#1802)
jsmall-nvidia
2021-04-16
Update `model-viewer` example and fixing compiler bugs. (#1795)
Yong He
2021-04-01
Refactor D3D12 renderer root signature creation (#1779)
Tim Foley
2021-04-01
Associating GUID (or UUID) with types (#1776)
jsmall-nvidia
2021-03-12
Add a CPU renderer implementation (#1750)
Tim Foley
2021-03-11
stdlib documentation (#1745)
jsmall-nvidia
2021-02-04
[gfx] Shader-object driven shader compilation. (#1688)
Yong He
2021-01-26
Integrate reflection more deeply into gfx layer (#1677)
Tim Foley
2021-01-11
LZ4 compression support (#1654)
jsmall-nvidia
2021-01-07
Fill in some missing bits of capability API (#1652)
Tim Foley
2021-01-05
Use "capability" system to select VKRT extension (#1647)
Tim Foley
2020-12-10
Building with embedded stdlib (#1634)
jsmall-nvidia
2020-12-07
Fix mistake where some public API functions weren't extern "C" (#1631)
Tim Foley
2020-12-03
Add shader object parameter binding to renderer_test. (#1622)
Yong He
2020-12-01
Make SlangCompileRequest COM type (#1620)
jsmall-nvidia
2020-11-19
File system refactor (#1611)
jsmall-nvidia
2020-11-18
Test for serializing out and reading back Stdlib (#1605)
jsmall-nvidia
2020-10-28
Add sequential ID cache in Linkage for witness tables and RTTI objects. (#1590)
Yong He
2020-10-14
Add reflection API access to global params type layout (#1577)
Tim Foley
2020-09-26
Add API for whole program compilation. (#1562)
Yong He
2020-09-24
Enable default cpp prelude. (#1560)
Yong He
2020-09-02
Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)
Yong He
2020-09-01
Support dynamic existential shader parameters in render-test (#1525)
Yong He
2020-08-25
Export witness table and RTTI objects in compiled libraries. (#1514)
Yong He
2020-08-03
First pass support for Sampler Feedback (#1470)
jsmall-nvidia
2020-06-18
Prelude is associated with SourceLanguage (#1398)
jsmall-nvidia
2020-06-02
Added spGetBuildTagString. (#1365)
jsmall-nvidia
2020-05-15
Add a few missing enum cases to slang.h (#1347)
Tim Foley
2020-02-14
Add a bunch of stdlib declarations for SM 6.4 and 6.5 (#1221)
Tim Foley
2020-01-31
Some Slang API additions (#1195)
Tim Foley
2020-01-08
Cover a few corner cases in reflection API (#1163)
Tim Foley
2019-12-12
Feature/source downstream compiler (#1153)
jsmall-nvidia
2019-12-12
Use DownstreamCompiler for all downstream compilers (#1152)
jsmall-nvidia
2019-12-12
Slang compiles CUDA source via NVRTC (#1151)
jsmall-nvidia
2019-12-05
Added -dump-intermediate-prefix option (#1146)
jsmall-nvidia
2019-12-04
Setting downstream compiler (#1144)
jsmall-nvidia
2019-12-04
Feature/string hash review (#1142)
jsmall-nvidia
2019-12-03
getStringHash on string literals (#1140)
jsmall-nvidia
2019-11-05
API support for IR modules - setting references to libs, and returns lib from...
jsmall-nvidia
2019-11-01
Using repro as a file system (#1104)
jsmall-nvidia
2019-10-31
Reference IR modules with entry point (#1101)
jsmall-nvidia
2019-10-23
Expose more repro in API, support output params. (#1087)
jsmall-nvidia
2019-10-21
First pass Repro documentation (#1086)
jsmall-nvidia
[next]