Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 772 Bytes

Changelog.md

File metadata and controls

40 lines (20 loc) · 772 Bytes

SMOL-V Change Log

For an overview, see readme.

2020 02 13

  • Added support for SPIR-V 1.4 and 1.5 versions.

2019 05 02

  • Better handling of invalid SPIR-V inputs.

2018 10 27

  • Added support for SPIR-V 1.2 and 1.3 versions.

2016 09 04

  • Tests: added suite of shaders from Shadertoy.

2016 09 01

  • Improve compression for programs already processed by spirv-remap. "Relative to result ID" entries now encode negative numbers in a more compact way.
  • More compact encoding of MemberDecorate op sequences.
  • Tests: added suite of shaders from DOTA2 and Talos Principle.

2016 08 31

  • Optional flag to strip debug information from SPIR-V: kEncodeFlagStripDebugInfo. (Florian Penzkofer)

2016 08 27

  • Initial version.