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
2021-10-25MSL: Workaround compiler crashes when using threadgroup bool.Hans-Kristian Arntzen
2021-10-21Fix all requested changes, test_shaders.py supports compiling MSL 2.4 shaders...丛越
2021-10-19Support Metal 2.4 Intersection Query, Implement GL_EXT_ray_query.丛越
2021-08-23Merge pull request #1722 from billhollings/row-maj-mtx-store-from-constHans-Kristian Arntzen
2021-08-16MSL: Add test for fixes to MSL constant expression type down-casting.Bill Hollings
2021-08-12MSL: Support row-major transpose when storing matrix from constant RHS matrix.Bill Hollings
2020-10-13MSL: Support atomic access to images from argument buffers.Chip Davis
2020-08-13Fix #1445: MSL: Enclose args when convert distance(a,b) to abs(a-b)Le Hoang Quyen
2020-02-24MSL: Add native array test for composite array initialization.Hans-Kristian Arntzen
2020-02-24MSL: Add a workaround path to force native arrays for everything.Hans-Kristian Arntzen
2020-01-25MSL: Support inline uniform blocks in argument buffers.Chip Davis
2019-11-28MSL: Fix automatic binding allocation for image atomic buffers.Hans-Kristian Arntzen
2019-11-05Move all .invalid shaders into no-opt folders.Dan Sinclair
2019-10-24MSL: Do not declare complex composite array in main for non-inlined.Hans-Kristian Arntzen
2019-09-18Update external/ to SPIR-V 1.5Ryan Harrison
2019-09-06MSL: Support dynamic offsets for buffers in argument buffers.Chip Davis
2019-09-05MSL: Force storage images on iOS to use discrete descriptors.Chip Davis
2019-07-24MSL: Adjust BuiltInWorkgroupId for vkCmdDispatchBase().Chip Davis
2019-07-01MSL/HLSL: Support OpOuterProduct.Hans-Kristian Arntzen
2019-06-28Deal with scalar input values for distance/length/normalize.Hans-Kristian Arntzen
2019-06-19MSL: Error out on int64_t/uint64_t buffer members.Hans-Kristian Arntzen
2019-06-19MSL: Support 64-bit integers.Hans-Kristian Arntzen
2019-05-27OpArrayLength must trigger active variables.Hans-Kristian Arntzen
2019-05-27MSL: Implement OpArrayLength.Hans-Kristian Arntzen
2019-05-23MSL: Add test case for complex type alias.Hans-Kristian Arntzen
2019-05-16MSL: Add support for subgroup operations.Chip Davis
2019-03-15Rename "push descriptor set" to "discrete descriptor set".Hans-Kristian Arntzen
2019-03-15MSL: Support VK_KHR_push_descriptor.Hans-Kristian Arntzen
2019-03-15MSL: Implement Metal 2.0 indirect argument buffers.Hans-Kristian Arntzen
2019-01-17Merge pull request #831 from cdavis5e/force-recompile-hooks2019-01-17Hans-Kristian Arntzen
2019-01-17MSL: Hoist fixup hooks in entry_point_args() out of the compile loop.Chip Davis
2019-01-17Add basic test for std140 small vector arrays.Hans-Kristian Arntzen
2018-11-05Support bitcasts of 16-bit types.Chip Davis
2018-11-01Deal with OpSpecConstantOp used as array size.Hans-Kristian Arntzen
2018-11-01Add test case for local_size_x_id and some complex cases.Hans-Kristian Arntzen
2018-09-12MSL: Support array-of-arrays composite construction.Hans-Kristian Arntzen
2018-09-12MSL: Support copying array of arrays.Hans-Kristian Arntzen
2018-09-10Add test shader for composite array initialization.Hans-Kristian Arntzen
2018-05-25Fix image load/store on cube arrays in MSL.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-04Do not use RMW rewrite for matrices.Hans-Kristian Arntzen
2018-05-02Reduce test case ... MSL can't deal with certain unusual cases yet.Hans-Kristian Arntzen
2018-05-02Fix OpCompositeConstruct with arrays in MSL.Hans-Kristian Arntzen
2018-04-04Use declared binding in SPIR-V as a fallback for explicit MSL binds.Hans-Kristian Arntzen
2018-03-13Refactor out noopt shaders to their own folders.Hans-Kristian Arntzen
2018-03-12Update tests for latest SPIRV-Tools and glslang.Hans-Kristian Arntzen
2018-03-05Add some more MSL test shaders.Hans-Kristian Arntzen
2018-02-23Fix multiple declaration of spvDet2x2 on MSL.Hans-Kristian Arntzen
2018-02-22CompilerMSL remove incorrect packing of non-interface type-aliased structs.Bill Hollings