Skip to content

Tags: EpicGames/SPIRV-Cross

Tags

2019-07-26

Toggle 2019-07-26's commit message

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

Toggle 2019-06-21's commit message
Run format_all.sh.

2019-05-20

Toggle 2019-05-20's commit message
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

Toggle 2019-05-14's commit message
Only deploy on new tags.

2019-04-26

Toggle 2019-04-26's commit message
GLSL: Support GL_EXT_scalar_block_layout.

2019-03-29

Toggle 2019-03-29's commit message

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

Toggle 2019-03-22's commit message

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

Toggle 2019-02-20's commit message

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

Toggle 2019-01-31's commit message

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

Toggle 2019-01-17's commit message

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.