index
:
sirit
master
A runtime SPIR-V assembler
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-05-14
cmake: Support using system SPIRV-Headers
Alexandre Bouvier
2022-04-28
Include <utility> header for gcc 12
voidanix
2021-07-27
sirit: Add TypeSInt/TypeUInt helpers
Lioncash
2021-04-17
sirit: Remove unnecessary std::move in OpLabel
Lioncash
2021-04-17
sirit: substraction -> subtraction typo
Lioncash
2021-04-17
sirit: Resolve -Wdocumentation warnings
Lioncash
2021-04-17
Add Derivatives Instructions.
FernandoS27
2021-04-12
Add OpEmitStreamVertex and OpEndStreamPrimitive
ReinUsesLisp
2021-04-11
Use std::nullopt when possible
ReinUsesLisp
2021-04-11
Remove forward references and add phi node patching
ReinUsesLisp
2021-03-29
Add OpUnreachable
ReinUsesLisp
2021-03-28
Add OpFunctionParameter
ReinUsesLisp
2021-03-19
Add DemoteToHelperInvocation support
ReinUsesLisp
2021-03-08
Add support for sparse texture instructions
ReinUsesLisp
2021-02-24
Add support for self-referencing phi nodes
ReinUsesLisp
2021-02-20
Update SPIRV-Headers
ReinUsesLisp
2021-02-19
Assert when an OpId has an invalid result type
ReinUsesLisp
2021-02-15
Assert operand's id is not zero
ReinUsesLisp
2021-02-14
Add support for forward declarations
ReinUsesLisp
2021-02-12
Add Phi support
ReinUsesLisp
2021-02-07
Fix global variables being added in code
ReinUsesLisp
2021-02-07
Add overload for decorating with enums
ReinUsesLisp
2020-11-26
Add support for `OpGroupNonUniform{All,Any,AllEqual,Ballot}`, and fix `OpGrou...
comex
2020-11-26
Change `count` to `string_words`
comex
2020-11-26
Fix OpExtension.
comex
2020-11-25
Use `requires` clauses to better disambiguate variadic and non-variadic overl...
comex
2020-11-25
Fix Reserve count for trinary ops.
comex
2020-08-10
Fix build errors on gcc
ReinUsesLisp
2020-08-01
Stream SPIR-V instructions directly to a binary
ReinUsesLisp
2020-07-29
Upgrade to C++20 and use std::span
ReinUsesLisp
2020-06-02
memory: Add OpImageTexelPointer
ReinUsesLisp
2020-05-15
barrier: Add OpControlBarrier
ReinUsesLisp
2020-04-25
arithmetic: Add IAddCarry
ReinUsesLisp
2020-01-19
atomic: Fix typo
ReinUsesLisp
2020-01-19
atomic: Add memory atomic instructions
ReinUsesLisp
2019-12-15
image: Remove assumed lod in image samples
ReinUsesLisp
2019-12-11
op: Silence -Wshadow warning
ReinUsesLisp
2019-12-11
op: Fix implicit conversion from char* to bool warning
ReinUsesLisp
2019-12-09
Add OpMemoryBarrier
ReinUsesLisp
2019-11-27
Enable -Wshadow and silence warnings
ReinUsesLisp
2019-11-27
cmake: Always treat warnings as errors
ReinUsesLisp
2019-11-10
Add OpSubgroupBallotKHR and vote instructions
ReinUsesLisp
2019-11-03
Add OpSubgroupReadInvocationKHR
ReinUsesLisp
2019-11-02
Add OpGroupNonUniformShuffleXor
ReinUsesLisp
2019-11-01
Add EmitVertex and EndPrimitive
ReinUsesLisp
2019-11-01
operand: Use pure virtual functions
ReinUsesLisp
2019-11-01
operand: Move operand_type initialization to constructor
ReinUsesLisp
2019-11-01
Drop usage of dynamic_cast in favour of static_cast
ReinUsesLisp
2019-11-01
literal_number: Drop usage of RTTI
ReinUsesLisp
2019-11-01
op: Replace owning star pointers with unique_ptr
ReinUsesLisp
[next]