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
Age
Commit message (
Expand
)
Author
2019-10-06
common_types: Include types within the Sirit namespace
Lioncash
2019-09-11
Add asserts against nullptr operands
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-16
stream: Insert supplied string in one operation
Lioncash
2019-03-16
stream: Change std::string overload for Write to use a std::string_view
Lioncash
2019-03-14
stream: Get rid of undefined behavior
Lioncash
2019-03-14
CMakeLists: Apply compilation flags to the sirit target
Lioncash
2019-03-14
op: Use std::vector's insert member function within vector variant of Add()
Lioncash
2019-03-14
Pass std::string by value where applicable.
Lioncash
2019-03-14
Merge pull request #11 from lioncash/default
ReinUsesLisp
2019-03-14
operand: Append default to the default constructor
Lioncash
2019-03-14
Merge pull request #9 from lioncash/unused
ReinUsesLisp
2019-03-14
op: Amend constructor initializer list order
Lioncash
2019-03-14
sirit: Remove unused variable in AddAnnotation()
Lioncash
2019-03-14
src: Amend missing override specifiers
Lioncash
2019-03-13
Assert on empty Emit
ReinUsesLisp
2019-03-13
Remove Op prefix on Type instructions
ReinUsesLisp
2019-03-11
Add ellipsis overloads for instructions ending in vectors
ReinUsesLisp
2019-03-11
Update README.md and remove automatic capabilities addition
ReinUsesLisp
2019-03-11
Change clang-format settings
ReinUsesLisp
2019-03-11
Sort macro defitions for image instructions
ReinUsesLisp
2019-03-11
Remove undefined behaviour from literal number
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
Remove WriteEnum abstraction
ReinUsesLisp
2018-11-16
Fixup assert formatting
ReinUsesLisp
2018-11-16
Rename "insts" directory to "instructions"
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-13
Fixup empty GLSL extension creation
ReinUsesLisp
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
[prev]
[next]