aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
2019-11-03Add OpSubgroupReadInvocationKHRReinUsesLisp
2019-11-02Add OpGroupNonUniformShuffleXorReinUsesLisp
2019-11-01Add EmitVertex and EndPrimitiveReinUsesLisp
2019-10-18Remove Emit entry in favor of auto-emitting codeReinUsesLisp
2019-10-18Assemble uint32_t instead of uint8_tReinUsesLisp
2019-09-09Revert "operand: Implement operand hashing and use hashed set for declarations"ReinUsesLisp
2019-09-09Revert "Fix declarations hashing"ReinUsesLisp
2019-09-09Fix declarations hashingReinUsesLisp
2019-09-09Add OpAny and OpAllReinUsesLisp
2019-09-09Add OpVectorExtractDynamic and OpVectorInsertDynamicReinUsesLisp
2019-07-14Relicense to The BSD 3-clause licenseReinUsesLisp
2019-06-08operand: Implement operand hashing and use hashed set for declarationsReinUsesLisp
2019-03-14CMakeLists: Apply compilation flags to the sirit targetLioncash
2019-03-14Pass std::string by value where applicable.Lioncash
2019-03-14sirit: Add missing reference argument specifier for OpLabelLioncash
2019-03-13Remove Op prefix on Type instructionsReinUsesLisp
2019-03-11Add missing instruction commentariesReinUsesLisp
2019-03-11Add ellipsis overloads for instructions ending in vectorsReinUsesLisp
2019-03-11Add name overload to OpLabelReinUsesLisp
2019-03-11Change clang-format settingsReinUsesLisp
2019-03-08Add OpExtensionReinUsesLisp
2019-01-05Add OpSwitchReinUsesLisp
2018-12-04Add OpExecutionModeReinUsesLisp
2018-12-02Add OpKillReinUsesLisp
2018-11-16Upgrade from LGPLv2.1 to LGPLv3ReinUsesLisp
2018-11-13Merge pull request #5 from FernandoS27/imageReinUsesLisp
2018-11-13Implemented Image InstructionsFernandoS27
2018-11-12Implement main conversion instructionsFernandoS27
2018-11-11Implemented ALL the logical instructionsFernandoS27
2018-11-11Merge pull request #3 from FernandoS27/bitReinUsesLisp
2018-11-11Implemented a bunch of glsl functionsFernandoS27
2018-11-11Implemented the rest of the bitwise operationsFernandoS27
2018-11-10Added more arithmetic instructionsFernandoS27
2018-11-06Annotations return target and add OpUModReinUsesLisp
2018-11-04Add OpFDivReinUsesLisp
2018-11-04Add OpFNegateReinUsesLisp
2018-11-04Add support for GLSLstd450 and OpFAbsReinUsesLisp
2018-11-04Add OpCompositeConstructReinUsesLisp
2018-11-03Remove Op* prefix for constantsReinUsesLisp
2018-11-03Add OpMemberNameReinUsesLisp
2018-11-03Add OpCompositeExtractReinUsesLisp
2018-11-03Debug fixupsReinUsesLisp
2018-11-03Add OpStringReinUsesLisp
2018-11-03Add OpIAdd and OpBitwiseAndReinUsesLisp
2018-11-02Add OpArithmeticReinUsesLisp
2018-11-02Add OpShift arithmetic and logical operationsReinUsesLisp
2018-11-02Add OpLogicalNot and OpBitcastReinUsesLisp
2018-11-02Add version select and OpLogicalNotReinUsesLisp
2018-11-01Add OpFunctionCallReinUsesLisp
2018-11-01Add OpReturnValueReinUsesLisp