aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2019-03-11Remove undefined behaviour from literal numberReinUsesLisp
2019-03-08Add OpExtensionReinUsesLisp
2019-01-05Add OpSwitchReinUsesLisp
2018-12-04Add OpExecutionModeReinUsesLisp
2018-12-02Add OpKillReinUsesLisp
2018-11-16Remove WriteEnum abstractionReinUsesLisp
2018-11-16Fixup assert formattingReinUsesLisp
2018-11-16Rename "insts" directory to "instructions"ReinUsesLisp
2018-11-16Upgrade from LGPLv2.1 to LGPLv3ReinUsesLisp
2018-11-16Avoid CMake SPIR-V module dependenciesReinUsesLisp
2018-11-16Fixup testsReinUsesLisp
2018-11-13Merge pull request #5 from FernandoS27/imageReinUsesLisp
2018-11-13Implemented Image InstructionsFernandoS27
2018-11-13Fixup empty GLSL extension creationReinUsesLisp
2018-11-12Merge pull request #6 from FernandoS27/conversionReinUsesLisp
2018-11-12Implement main conversion instructionsFernandoS27
2018-11-11Merge pull request #4 from FernandoS27/logicalReinUsesLisp
2018-11-11Implemented ALL the logical instructionsFernandoS27
2018-11-11Merge pull request #3 from FernandoS27/bitReinUsesLisp
2018-11-11Merge pull request #2 from FernandoS27/glslReinUsesLisp
2018-11-11Implemented a bunch of glsl functionsFernandoS27
2018-11-11Implemented the rest of the bitwise operationsFernandoS27
2018-11-11Merge pull request #1 from FernandoS27/arithReinUsesLisp
2018-11-10Added more arithmetic instructionsFernandoS27
2018-11-06Annotations return target and add OpUModReinUsesLisp
2018-11-05Update README.mdReinUsesLisp
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
2018-11-01Fixup build issuesReinUsesLisp
2018-11-01Use unique_ptr for instruction implementationsReinUsesLisp
2018-10-31Rename Ref alias to IdReinUsesLisp
2018-10-31Remove Op prefix for NameReinUsesLisp
2018-10-31Add Op* prefix to instructions that have to be emitedReinUsesLisp
2018-10-31Update testReinUsesLisp
2018-10-31Add OpStoreReinUsesLisp
2018-10-31Add OpUndefReinUsesLisp