index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-05-23
Update SPIR-V Headers (#2246)
Theresa Foley
2022-05-19
Move to shader-slang SPIRV-Tools (#2243)
jsmall-nvidia
2022-05-18
Support for querying which parameters are used in emitted code (#2239)
Alexey Panteleev
2022-05-18
Support for `[[vk::spirv_instruction(op)]]` (#2242)
jsmall-nvidia
2022-05-17
Configuration for warnings (#2241)
Alexey Panteleev
2022-05-17
Refactor prelude emit (#2236)
jsmall-nvidia
2022-05-17
More proposals (#2232)
Theresa Foley
2022-05-17
Split render-d3d12.h/cpp into a set of smaller files (#2231)
lucy96chen
2022-05-17
Special handling around return and liveness (#2234)
jsmall-nvidia
2022-05-17
Liveness tracking with phis (#2233)
jsmall-nvidia
2022-05-17
Upgrade to glslang 11.9.0 binaries (#2240)
jsmall-nvidia
2022-05-16
Update SPIR-V generated (#2238)
jsmall-nvidia
2022-05-16
Fix typo in docs. (#2237)
jsmall-nvidia
2022-05-16
Fixed the false successful compile result when the FXC downstream compiler is...
Alexey Panteleev
2022-05-10
Initial support for COM interface in host code. (#2230)
Yong He
2022-05-10
Add design proposal for basic interfaces. (#2229)
Theresa Foley
2022-05-10
Glslang upgrade (#2228)
jsmall-nvidia
2022-05-10
Add support for `spirv_literal` (#2227)
jsmall-nvidia
2022-05-10
Use IR pass to eliminate phi nodes (#2226)
Theresa Foley
2022-05-09
Liveness pass fixes and improvements (#2225)
jsmall-nvidia
2022-05-06
Initial work around groupshared (#2224)
jsmall-nvidia
2022-05-05
Support for HLSL `export` (#2223)
jsmall-nvidia
2022-05-05
Various vulkan/glsl fixes. (#2222)
Yong He
2022-05-05
Output SPIR-V lifetimes (#2221)
jsmall-nvidia
2022-05-05
Preliminary Liveness tracking (#2218)
jsmall-nvidia
2022-05-04
Enable building for aarch64 on MacOS (#2219)
Craig Kolb
2022-05-04
Turn off warnings-as-errors for gfx (#2220)
Theresa Foley
2022-05-04
Changed all uses of attachment (in the context of render/depth stencil target...
lucy96chen
2022-04-28
Fix errors when building with the latest Xcode (#2215)
Vincent Isambart
2022-04-28
Fix the way IR "regions" store conditions (#2216)
Theresa Foley
2022-04-28
Disable `class` keyword to define a new type (#2212)
jsmall-nvidia
2022-04-27
Make artifact an interface (#2195)
jsmall-nvidia
2022-04-27
gfx: Add interop API to control descriptor heap binding. (#2211)
Yong He
2022-04-27
Split out Artifact info (#2193)
jsmall-nvidia
2022-04-26
Improvements around Artifacts (#2192)
jsmall-nvidia
2022-04-26
Linking in DXC (#2190)
jsmall-nvidia
2022-04-26
Overloaded name lookup fix (#2199)
jsmall-nvidia
2022-04-25
Fixed the implementation of RayQuery flags passed through the generic paramet...
Alexey Panteleev
2022-04-25
README: fix url of the linux build badge, and add the macOS build badge (#2204)
Eric Engestrom
2022-04-21
Treat warnings as errors in slang-gfx (#2201)
lucy96chen
2022-04-21
GFX renaming work part 2: slang-gfx.h renames (#2194)
lucy96chen
2022-04-21
Made translation units visible to transitive `import`s. (#2197)
Yong He
2022-04-21
`export` support in HLSL (#2188)
jsmall-nvidia
2022-04-21
Example for compiler crash with recursive function calling (#2196)
jsmall-nvidia
2022-04-19
Make translation units in the same CompileReq visible to `import`. (#2184)
Yong He
2022-04-15
DXIL library support and Artifact type (#2186)
jsmall-nvidia
2022-04-14
GFX renaming work part 1 (#2183)
lucy96chen
2022-04-13
Callable shader fix and explicit payload locations for GLSL (#2185)
Alexey Panteleev
2022-04-12
Small doc improvement around 8/16 bit types. (#2180)
jsmall-nvidia
2022-04-12
Support `[DllImport]` (#2181)
Yong He
[next]