index
:
sirit
master
A runtime SPIR-V assembler
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2022-05-14
cmake: Support using system SPIRV-Headers
Alexandre Bouvier
2021-04-17
Add Derivatives Instructions.
FernandoS27
2020-08-01
Stream SPIR-V instructions directly to a binary
ReinUsesLisp
2020-01-19
atomic: Add memory atomic instructions
ReinUsesLisp
2019-12-09
Add OpMemoryBarrier
ReinUsesLisp
2019-11-02
Add OpGroupNonUniformShuffleXor
ReinUsesLisp
2019-03-14
CMakeLists: Apply compilation flags to the sirit target
Lioncash
2018-11-16
Rename "insts" directory to "instructions"
ReinUsesLisp
2018-11-13
Implemented Image Instructions
FernandoS27
2018-11-04
Add support for GLSLstd450 and OpFAbs
ReinUsesLisp
2018-11-02
Add OpArithmetic
ReinUsesLisp
2018-11-02
Add OpShift arithmetic and logical operations
ReinUsesLisp
2018-11-02
Add OpLogicalNot and OpBitcast
ReinUsesLisp
2018-11-02
Add version select and OpLogicalNot
ReinUsesLisp
2018-11-01
Use unique_ptr for instruction implementations
ReinUsesLisp
2018-10-31
Add Op* prefix to instructions that have to be emited
ReinUsesLisp
2018-10-31
Add OpUndef
ReinUsesLisp
2018-10-28
Use variant instead of creating an object for literals
ReinUsesLisp
2018-10-28
Fixup build errors
ReinUsesLisp
2018-10-23
Add OpDecorate
ReinUsesLisp
2018-10-18
Add OpVariable
ReinUsesLisp
2018-08-31
Add OpName and debug symbols
ReinUsesLisp
2018-08-28
Split literal files
ReinUsesLisp
2018-08-28
Rename opcodes -> insts
ReinUsesLisp
2018-08-27
Add OpConstant
ReinUsesLisp
2018-08-26
Add boolean constants
ReinUsesLisp
2018-08-26
Move flow and function opcodes into their own file
ReinUsesLisp
2018-08-26
Move type opcodes to their own file
ReinUsesLisp
2018-08-25
Rename Ref -> Op
ReinUsesLisp
2018-08-25
Implement stuff
ReinUsesLisp
2018-08-23
aloha
ReinUsesLisp