Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Cross.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-06MSL: Properly support passing parameters by value.Hans-Kristian Arntzen
2018-08-06Add test case for phi-only continue block.Hans-Kristian Arntzen
2018-07-27CompilerMSL disable rasterization on buffer writes in vertex shader.Bill Hollings
2018-07-26CompilerMSL vertex entry point return void when rasterization disabled.Bill Hollings
2018-07-09Properly track read dependencies for UAV access chain.Hans-Kristian Arntzen
2018-07-06Fix a lot of redundant code when loading flattened composites.Hans-Kristian Arntzen
2018-07-05Deal with composite constants in variable initializer.Hans-Kristian Arntzen
2018-07-05Add LUT test cases for OpVariable with initializer.Hans-Kristian Arntzen
2018-07-05Remove some redundant spvArrayCopy declarations.Hans-Kristian Arntzen
2018-07-05Add some tests for LUT promotion.Hans-Kristian Arntzen
2018-07-05Deduce constant LUTs from read-write variables.Hans-Kristian Arntzen
2018-07-04Support OpTypeImage with depth == 2 (unknown) properly.Hans-Kristian Arntzen
2018-06-27CompilerMSL support larger texel buffers by using 2D Metal textures.Bill Hollings
2018-06-25Fixes from PR 621 code review.Bill Hollings
2018-06-25Merge branch 'master' of https://github.com/KhronosGroup/SPIRV-CrossBill Hollings
2018-06-25Merge pull request #624 from KhronosGroup/fix-619Hans-Kristian Arntzen
2018-06-25Support branch/loop hints in HLSL.Hans-Kristian Arntzen
2018-06-25Merge pull request #623 from KhronosGroup/fix-618Hans-Kristian Arntzen
2018-06-25Support globallycoherent in HLSL.Hans-Kristian Arntzen
2018-06-25Support ternary expressions in OpSpecConstantOp.Hans-Kristian Arntzen
2018-06-24CompilerMSL pass builtin struct members into functions.Bill Hollings
2018-06-22Deal with some builtins being declared with wrong signedness.Hans-Kristian Arntzen
2018-06-21Prefix integer types with underscoreBrad Davis
2018-06-20Add reflection specific test cases, add reflection testing to test_shaders.shBrad Davis
2018-06-20Deal with switch case labels which share a block.Hans-Kristian Arntzen
2018-06-12Regenerate MSL shaders to fix conflicts from merge.Bill Hollings
2018-06-12Merge branch 'master' of https://github.com/KhronosGroup/SPIRV-CrossBill Hollings
2018-06-12CompilerMSL support matrices & arrays in stage-in & stage-out.Bill Hollings
2018-06-12Do not unpack transposed matrices.Hans-Kristian Arntzen
2018-06-11Also unpack regular unary/binary operations on MSL.Hans-Kristian Arntzen
2018-06-11Unpack expressions when used in functions on MSL.Hans-Kristian Arntzen
2018-06-05Emit matrix layouts in structs directly.Hans-Kristian Arntzen
2018-06-04Sanitize underscores in general, not just for members.Hans-Kristian Arntzen
2018-05-25Fix image load/store on cube arrays in MSL.Hans-Kristian Arntzen
2018-05-25Deal with packed expressions in more scenarios.Hans-Kristian Arntzen
2018-05-25Add test for reading SSBO from fragment shader on MSL.Hans-Kristian Arntzen
2018-05-25Declare read-only SSBOs as const device in MSL.Hans-Kristian Arntzen
2018-05-24Add SREM tests for HLSL/MSL.Hans-Kristian Arntzen
2018-05-24Add reference files for SREM.Hans-Kristian Arntzen
2018-05-16Deal with scoping for Private variables.Hans-Kristian Arntzen
2018-05-15Fix atomic_compare_exchange_weak_explicit.Hans-Kristian Arntzen
2018-05-15Declare OpSpecConstantOp up-front on relevant targets.Hans-Kristian Arntzen
2018-05-15Fix SpecConstantComposite if input is SpecConstantOp.Hans-Kristian Arntzen
2018-05-11Handle inout properly with split access chains.Hans-Kristian Arntzen
2018-05-08Fix split access chains for builtin arrays.Hans-Kristian Arntzen
2018-05-07Don't limit GLSL identifiers with HLSL keywords.Pascal Muetschard
2018-05-04Do not use RMW rewrite for matrices.Hans-Kristian Arntzen
2018-05-04Force recompile if we add row-major transpose functions in MSL.Hans-Kristian Arntzen
2018-05-02Deal with fake overloads when using combined image samplers.Hans-Kristian Arntzen
2018-05-02Reduce test case ... MSL can't deal with certain unusual cases yet.Hans-Kristian Arntzen