summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Support translation of OpUnreachable instruction (#190)kkyzylov7-1/+70
2016-09-30Fix for translation of OpFMod instruction (#187)kkyzylov6-75/+145
2016-09-29OpVariable in OpSpecConstantOp. (#186)Egor Churaev2-18/+14
2016-09-26Translation of LLVM intrinsics (#185)Alexey Sotkin5-27/+206
2016-09-23Fixing encoding/decoding of OpLine instruction (#184)Alexey Sotkin9-63/+299
2016-09-13OpVariable <id> Initializer can be optional (#182)Egor3-1/+47
2016-09-13Support translation of OpSelectionMerge instruction (#183)kkyzylov6-1/+118
2016-09-08Fix error with adding capability for 1D images (#181)Egor2-2/+45
2016-09-07Support translation of OpCompositeConstruct instruction (#178)kkyzylov8-1/+176
2016-09-07Setting name of target of LinkageAttributes decoration to literal value of th...Alexey Sotkin6-64/+112
2016-09-02Support translation of OpVectorTimesScalar instruction (#177)kkyzylov6-1/+134
2016-09-02Implemented possibility use OpUndef in Basic Block in SPIR-V file. (#170)Egor2-4/+60
2016-09-01Support translation of OpFMod instruction (#176)kkyzylov8-1/+126
2016-08-23Fix argument of invoke function being passed to OpEnqueueKernel (#173)Alexey Sotkin2-9/+119
2016-08-19Fix travis.ci build (#175)Alexey Sotkin1-5/+3
2016-08-11Removed Shader dependency from SampledBuffer and Sampled1D Capabilities. (#172)kkyzylov2-2/+42
2016-08-10Merge pull request #171 from AlexeySotkin/travis_ciAlexey Sotkin1-3/+3
2016-08-10commenting out removal of go from the pathAlexey Sotkin1-3/+3
2016-08-09Translate OpCopyObject SPIRV instruction to LLVM (#168)kkyzylov2-0/+55
2016-07-29Add Float16 capability only in case of appropriate extension (#167)kkyzylov3-2/+121
2016-07-22Add support of 64-bit literals for OpSwitch instruction (#166)kkyzylov7-24/+270
2016-07-22Add missing capability for 1D images and images with Buffer dimensionality. (...bader2-0/+6
2016-07-18Fix missing const qualifier on comparator (MSVC) (#163)Shane Peelar2-2/+2
2016-07-14Cleaning up redundant block-related instructions before conversion to SPIRV (...Alexey Sotkin3-31/+146
2016-07-14Update GettingStarted.rst (#161)Yaxun (Sam) Liu0-0/+0
2016-07-04Fixing assert during translation of instructions which are OpSpecConstantOp o...Alexey Sotkin3-43/+28
2016-07-01Fixes ambigious else with explicit braces (#159)Aaron Enye Shi1-1/+2
2016-06-27fix: OpCapability Kernel missing in a few cases (#156)Dmitry Anikin2-2/+27
2016-06-14Support for PipeStorage (#155)Łukasz Dudziak20-42/+549
2016-06-10extractvalue/insertvalue handling (#154)Florian Ziesche3-11/+132
2016-06-08Change memory access for OpStore and OpLoad (#153)kkyzylov4-27/+133
2016-06-06Adding DeviceEnqueue capability for OpTypeQueue (#152)Alexey Sotkin6-5/+91
2016-06-03Merge pull request #150 from bader/disassembler-fixYaxun (Sam) Liu4-3/+11
2016-06-03[SPIR-V] Fix translation of DeviceEvenType.Alexey Bader1-2/+6
2016-06-03[SPIR-V] Disable 'auto-add-capability' feature during SPIR-V module decoding.Alexey Bader3-1/+5
2016-05-31Preserve image access qualifiers in SPIR-V consumer (#149)Dmitry Anikin3-4/+142
2016-05-25Merge pull request #146 from AlexeySotkin/travis_ciAlexey Sotkin1-0/+1
2016-05-25adding build status imageAlexey Sotkin1-0/+1
2016-05-24Support for SPIRV 1.1 ExecutionModes: Initializer, Finalizer, SubgroupSize, S...Łukasz Dudziak5-27/+259
2016-05-24Support for SPIRV 1.1 MaxByteOffset decoration. (#142)Łukasz Dudziak4-0/+65
2016-05-24Create .travis.yml (#144)Alexey Sotkin1-0/+31
2016-05-24[SPIRV] Fix translation of get_image_* built-in functions for image types wit...bader2-2/+59
2016-05-21Create .travis.ymlAlexey Sotkin1-0/+31
2016-05-20Revert "Update OCL20ToSPIRV.cpp" (#143)bader1-13/+14
2016-05-20Update OCL20ToSPIRV.cpp (#138)Dmitry Anikin1-14/+13
2016-05-18[SPIR-V] Fix translation of OpControlBarrier and OpMemoryBarrier (#134)Andrew Savonichev11-103/+674
2016-05-18Merge branch 'khronos/spirv-3.6.1' of https://github.com/KhronosGroup/SPIRV-L...Yaxun (Sam) Liu0-0/+0
2016-05-18Support SPIRV 1.1Lukasz Dudziak11-27/+225
2016-05-18Merge pull request #137 from KhronosGroup/revert-136-spirv_1_1_supportYaxun (Sam) Liu11-225/+27
2016-05-18Revert "Spirv 1 1 support"Yaxun (Sam) Liu11-225/+27