index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build
/
visual-studio
/
slang
Age
Commit message (
Expand
)
Author
2022-10-12
Shader caching (#2432)
lucy96chen
2022-10-10
Support multi-level break + single-return conversion + general inline. (#2436)
Yong He
2022-09-28
Fix release CI script. (#2421)
Yong He
2022-09-28
Fix build script for macos aarch64. (#2420)
Yong He
2022-08-24
Compiler time evaluation of all int and bool operators. (#2376)
Yong He
2022-08-17
Move -Werror to CI (#2362)
Eric Engestrom
2022-08-16
Move metadata/diagnostics to associated types (#2358)
jsmall-nvidia
2022-08-10
Add `none` literal that is convertible to `Optional`. (#2356)
Yong He
2022-08-10
`is` and `as` operator and `Optional<T>`. (#2355)
Yong He
2022-08-05
Added a new differential type system and various improvements (#2343)
Sai Praveen Bangaru
2022-08-03
Basic pointer usages. (#2342)
Yong He
2022-07-25
Allow `class` to implement COM interface, [DLLExport] (#2338)
Yong He
2022-07-21
Upgrade SPIR-V Tools and GLSLANG (#2335)
jsmall-nvidia
2022-07-12
Support `class` types. (#2321)
Yong He
2022-06-27
Language server fixes and improvements (#2304)
Yong He
2022-06-23
Added basic syntax to mark and request function derivatives, as well as the f...
Sai Praveen Bangaru
2022-06-23
Preserve specialization cache in IR for specialization pass. (#2293)
Yong He
2022-06-22
More Language Server Improvements. (#2289)
Yong He
2022-06-21
Lower throwing COM interface method. (#2282)
Yong He
2022-06-16
Language server: document symbols (#2287)
Yong He
2022-06-13
Language Server improvements. (#2269)
Yong He
2022-06-08
Add smoke test for language server. (#2266)
Yong He
2022-06-07
Major language server features. (#2264)
Yong He
2022-06-01
New language feature: basic error handling. (#2253)
Yong He
2022-05-23
Update SPIR-V Headers (#2246)
Theresa Foley
2022-05-18
Support for querying which parameters are used in emitted code (#2239)
Alexey Panteleev
2022-05-10
Initial support for COM interface in host code. (#2230)
Yong He
2022-05-10
Use IR pass to eliminate phi nodes (#2226)
Theresa Foley
2022-05-05
Output SPIR-V lifetimes (#2221)
jsmall-nvidia
2022-05-05
Preliminary Liveness tracking (#2218)
jsmall-nvidia
2022-04-26
Linking in DXC (#2190)
jsmall-nvidia
2022-04-15
DXIL library support and Artifact type (#2186)
jsmall-nvidia
2022-04-12
Support `[DllImport]` (#2181)
Yong He
2022-04-11
Refactor: eliminate BackEndCompileRequest (#2178)
Theresa Foley
2022-03-28
Allow slangc to generate exe from .slang file. (#2170)
Yong He
2022-03-09
Initial support for documentation extraction in C++ (#2156)
jsmall-nvidia
2022-02-25
Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...
Yong He
2022-01-27
Turn off edit and continue to prevent warnings. (#2097)
Yong He
2021-11-10
Fix a bug with CUDA entry-point params (#2007)
Theresa Foley
2021-10-25
Enabling slang-llvm for host-callable (#1975)
jsmall-nvidia
2021-09-29
Fix ARM64 detection for MSVC (#1951)
Chad Engler
2021-09-09
`reinterpret` and 16-bit value packing. (#1933)
Yong He
2021-08-12
Further implementation of SPIRV direct emit. (#1920)
Yong He
2021-08-10
Enable reading OptiX SBT records via uniform parameters on ray tracing entry ...
Nathan V. Morrical
2021-07-21
Work to mitigate SPIR-V bloat (#1914)
Theresa Foley
2021-07-08
Update VS projects to 2019. (#1901)
Yong He
2021-06-23
Change default VS version to 2017. (#1893)
Yong He
2021-05-14
DXC as DownstreamCompiler (#1845)
jsmall-nvidia
2021-05-14
FXC as DownstreamCompiler (#1844)
jsmall-nvidia
2021-04-16
Update `model-viewer` example and fixing compiler bugs. (#1795)
Yong He
[next]