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
2019-01-30Support initializers on StorageClassOutput.fix-838Hans-Kristian Arntzen
2019-01-28Run format_all.sh.Hans-Kristian Arntzen
2019-01-28MSL: Use correct size for structs.Hans-Kristian Arntzen
2019-01-28MSL: Add a preliminary check for bad arrays of structs.Hans-Kristian Arntzen
2019-01-28MSL: Use correct alignment rule for whole structs.Hans-Kristian Arntzen
2019-01-28Merge pull request #841 from KhronosGroup/fix-840Hans-Kristian Arntzen
2019-01-28HLSL/MSL: Fix texture projection with Dref.Hans-Kristian Arntzen
2019-01-18Merge pull request #836 from KhronosGroup/fix-834Hans-Kristian Arntzen
2019-01-18MSL: Deal with resource name aliasing.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-17Merge pull request #833 from KhronosGroup/fix-829Hans-Kristian Arntzen
2019-01-17MSL: Fix image load/store for short vectors.Hans-Kristian Arntzen
2019-01-17Merge pull request #832 from KhronosGroup/fix-828Hans-Kristian Arntzen
2019-01-17Avoid unintentional name conflict with HLSL backend.Hans-Kristian Arntzen
2019-01-17Merge pull request #830 from cdavis5e/forced-signedness-var-ptrHans-Kristian Arntzen
2019-01-17Fixup some MSL comments.Hans-Kristian Arntzen
2019-01-17Need to know the original packed type when unpacking loads.Hans-Kristian Arntzen
2019-01-17Run format_all.sh.Hans-Kristian Arntzen
2019-01-17Add basic test for std140 small vector arrays.Hans-Kristian Arntzen
2019-01-17Refactor out packed expressions to extended decorations.Hans-Kristian Arntzen
2019-01-17Replace custom use of DecorationCPacked with an explicit one.Hans-Kristian Arntzen
2019-01-17Refactor access_chain_internal to be more readable from callsite.Hans-Kristian Arntzen
2019-01-17Deal with packing/unpacking on store.Hans-Kristian Arntzen
2019-01-17MSL: Fix some types I missed when implementing variable pointers.Chip Davis
2019-01-16MSL: Start considering float[] and float2[] in std140 layout.Hans-Kristian Arntzen
2019-01-15Merge pull request #821 from cdavis5e/pass-sampled-images2019-01-15Hans-Kristian Arntzen
2019-01-14Merge pull request #825 from KhronosGroup/fix-819Hans-Kristian Arntzen
2019-01-14MSL: Fix passing a sampled image to a function.Chip Davis
2019-01-14MSL: Add option to pad fragment outputs.Hans-Kristian Arntzen
2019-01-14Merge pull request #824 from KhronosGroup/fix-751Hans-Kristian Arntzen
2019-01-14Merge pull request #823 from KhronosGroup/fix-818Hans-Kristian Arntzen
2019-01-14Fix deadlock on Travis with --parallel.Hans-Kristian Arntzen
2019-01-14MSL: Fix case where we pass arrays to functions by value.Hans-Kristian Arntzen
2019-01-14Merge pull request #822 from cdavis5e/illegal-identifiers-mslHans-Kristian Arntzen
2019-01-14MSL: Add more illegal identifiers.Chip Davis
2019-01-11Change reference to AppVeyor statusHans-Kristian Arntzen
2019-01-11Run format_all.sh.Hans-Kristian Arntzen
2019-01-11Merge pull request #816 from KhronosGroup/fix-794Hans-Kristian Arntzen
2019-01-11Merge pull request #815 from KhronosGroup/fix-811Hans-Kristian Arntzen
2019-01-11Merge pull request #813 from KhronosGroup/fix-781Hans-Kristian Arntzen
2019-01-11HLSL: Support BaseVertex/BaseInstance offsets.Hans-Kristian Arntzen
2019-01-11HLSL: Support dual-source blending.Hans-Kristian Arntzen
2019-01-11Workaround bugs on MSVC.Hans-Kristian Arntzen
2019-01-10Iterate over just types in reflection backend.Hans-Kristian Arntzen
2019-01-10Use hashmaps in CFG as well.Hans-Kristian Arntzen
2019-01-10Make meta a hashmap.Hans-Kristian Arntzen
2019-01-10Rewrite how IDs are iterated over.Hans-Kristian Arntzen
2019-01-09Merge pull request #810 from KhronosGroup/tese-input-arrayHans-Kristian Arntzen
2019-01-09Fix input array size in tessellation evaluation shaders.Hans-Kristian Arntzen