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
/
include
Age
Commit message (
Expand
)
Author
2019-11-03
Add OpSubgroupReadInvocationKHR
ReinUsesLisp
2019-11-02
Add OpGroupNonUniformShuffleXor
ReinUsesLisp
2019-11-01
Add EmitVertex and EndPrimitive
ReinUsesLisp
2019-10-18
Remove Emit entry in favor of auto-emitting code
ReinUsesLisp
2019-10-18
Assemble uint32_t instead of uint8_t
ReinUsesLisp
2019-09-09
Revert "operand: Implement operand hashing and use hashed set for declarations"
ReinUsesLisp
2019-09-09
Revert "Fix declarations hashing"
ReinUsesLisp
2019-09-09
Fix declarations hashing
ReinUsesLisp
2019-09-09
Add OpAny and OpAll
ReinUsesLisp
2019-09-09
Add OpVectorExtractDynamic and OpVectorInsertDynamic
ReinUsesLisp
2019-07-14
Relicense to The BSD 3-clause license
ReinUsesLisp
2019-06-08
operand: Implement operand hashing and use hashed set for declarations
ReinUsesLisp
2019-03-14
CMakeLists: Apply compilation flags to the sirit target
Lioncash
2019-03-14
Pass std::string by value where applicable.
Lioncash
2019-03-14
sirit: Add missing reference argument specifier for OpLabel
Lioncash
2019-03-13
Remove Op prefix on Type instructions
ReinUsesLisp
2019-03-11
Add missing instruction commentaries
ReinUsesLisp
2019-03-11
Add ellipsis overloads for instructions ending in vectors
ReinUsesLisp
2019-03-11
Add name overload to OpLabel
ReinUsesLisp
2019-03-11
Change clang-format settings
ReinUsesLisp
2019-03-08
Add OpExtension
ReinUsesLisp
2019-01-05
Add OpSwitch
ReinUsesLisp
2018-12-04
Add OpExecutionMode
ReinUsesLisp
2018-12-02
Add OpKill
ReinUsesLisp
2018-11-16
Upgrade from LGPLv2.1 to LGPLv3
ReinUsesLisp
2018-11-13
Merge pull request #5 from FernandoS27/image
ReinUsesLisp
2018-11-13
Implemented Image Instructions
FernandoS27
2018-11-12
Implement main conversion instructions
FernandoS27
2018-11-11
Implemented ALL the logical instructions
FernandoS27
2018-11-11
Merge pull request #3 from FernandoS27/bit
ReinUsesLisp
2018-11-11
Implemented a bunch of glsl functions
FernandoS27
2018-11-11
Implemented the rest of the bitwise operations
FernandoS27
2018-11-10
Added more arithmetic instructions
FernandoS27
2018-11-06
Annotations return target and add OpUMod
ReinUsesLisp
2018-11-04
Add OpFDiv
ReinUsesLisp
2018-11-04
Add OpFNegate
ReinUsesLisp
2018-11-04
Add support for GLSLstd450 and OpFAbs
ReinUsesLisp
2018-11-04
Add OpCompositeConstruct
ReinUsesLisp
2018-11-03
Remove Op* prefix for constants
ReinUsesLisp
2018-11-03
Add OpMemberName
ReinUsesLisp
2018-11-03
Add OpCompositeExtract
ReinUsesLisp
2018-11-03
Debug fixups
ReinUsesLisp
2018-11-03
Add OpString
ReinUsesLisp
2018-11-03
Add OpIAdd and OpBitwiseAnd
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
Add OpFunctionCall
ReinUsesLisp
2018-11-01
Add OpReturnValue
ReinUsesLisp
[next]