index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
spirv
Age
Commit message (
Expand
)
Author
2024-03-12
Fix `sessionDesc.defaultMatrixLayoutMode` being ineffective. (#3753)
Yong He
2024-03-12
Make type names spec-conformant in SPIRV reflect. (#3748)
Yong He
2024-03-12
[SPIRV] Use VectorTimesScalar opcode. (#3737)
Yong He
2024-03-11
Add `-fvk-use-dx-position-w` and fix ExecutionMode ordering for geometry shad...
Yong He
2024-03-10
Fix spirv builtin for `SV_ShadingRate`. (#3730)
Yong He
2024-03-08
[SPIRV] fix code gen for `SV_Coverage`. (#3718)
Yong He
2024-03-07
[SPIRV] Fix pointer lowering bug. (#3713)
Yong He
2024-03-03
Fix SPIRV pointer codegen. (#3664)
Yong He
2024-03-01
Make slangc commandline parsing compatible with renderdoc. (#3658)
Yong He
2024-03-01
Various SPIRV fixes. (#3655)
Yong He
2024-02-28
[SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644)
Yong He
2024-02-23
SPIRV Fixes. (#3622)
Yong He
2024-02-21
Fix SPIRV lowering issue. (#3608)
Yong He
2024-02-10
Fix spirv legalization of nested ararys. (#3567)
Yong He
2024-02-08
Support pointers in SPIRV. (#3561)
Yong He
2024-02-05
Add per-buffer data layout control. (#3551)
Yong He
2024-02-03
Fix spirv emit that leads to pathological downstream time. (#3546)
Yong He
2024-01-24
[SPIRV] Support `globallycoherent` and `[vk::index()]`. (#3488)
Yong He
2024-01-23
SPIRV Legalization fixes. (#3479)
Yong He
2024-01-22
Bug fixes for the direct spirv backend. (#3474)
Yong He
2024-01-19
Add `-fspv-reflect` support. (#3464)
Yong He
2023-11-27
Fix spirv intrinsics for partial derivatives. (#3355)
Yong He
2023-11-20
Allow whole program compile when using direct spirv backend. (#3342)
Yong He
2023-11-17
Add spirv intrinsic definition for `printf`. (#3340)
Yong He
2023-11-16
GLSL/SPIRV Fixes. (#3337)
Yong He
2023-10-02
More direct-SPIRV fixes. (#3257)
Yong He
2023-10-02
Add SPIRV intrinsics for ShaderExecutionReordering and RW/Buffer. (#3252)
Yong He
2023-09-27
Various SPIRV fixes. (#3231)
Yong He
2023-09-18
Use direct spirv in hello-world example. (#3207)
Yong He
2023-09-08
Fix attribute highlighting + language server crash. (#3198)
Yong He
2023-08-15
SPIR-V WIP (#3064)
Ellie Hermaszewska
2023-08-14
Support per field matrix layout (#3101)
Yong He
2023-04-26
For C-like targets, emit resource declarations before other globals (#2843)
Sai Praveen Bangaru
2023-01-17
Add `set` to spirv_instruction (#2597)
jsmall-nvidia
2022-05-18
Support for `[[vk::spirv_instruction(op)]]` (#2242)
jsmall-nvidia
2021-08-17
Add GLSL450 intrinsics to SPIRV direct emit. (#1921)
Yong He
2021-08-12
Further implementation of SPIRV direct emit. (#1920)
Yong He
2021-03-02
Add command-line control over SPIR-V version (#1730)
Tim Foley
2020-07-31
Upgrade to Glslang 11.0.0 (#1466)
jsmall-nvidia
2019-11-14
Initial work on direct emission of SPIR-V (#1118)
Tim Foley