Skip to content

Tags: EpicGames/SPIRV-Cross

Tags

2019-07-26

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request KhronosGroup#1103 from KhronosGroup/fix-1100

MSL: Cleanup temporary use with emit_uninitialized_temporary.

2019-06-21

Run format_all.sh.

2019-05-20

Fix formatting, update C ABI version.

There are some issues with clang-format which require auto-formatting to
be disabled for this file.

2019-05-14

Only deploy on new tags.

2019-04-26

GLSL: Support GL_EXT_scalar_block_layout.

2019-03-29

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request KhronosGroup#921 from KhronosGroup/fix-902

Add an option to override the namespace used for spirv_cross.

2019-03-22

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request KhronosGroup#900 from KhronosGroup/fix-899

GLSL/HLSL: Implement NMin/NMax/NClamp.

2019-02-20

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request KhronosGroup#865 from KhronosGroup/fix-863

Always value-cast FP16 constants instead of using literals.

2019-01-31

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request KhronosGroup#844 from KhronosGroup/fix-783

Add support for 8-bit arithmetic in GLSL and MSL

2019-01-17

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request KhronosGroup#831 from cdavis5e/force-recompile-hooks

MSL: Hoist fixup hooks in entry_point_args() out of the compile loop.