mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 11:40:05 +00:00
20 lines
717 B
Plaintext
20 lines
717 B
Plaintext
|
Revision history for SPIRV-Tools
|
||
|
|
||
|
v2016.0-dev 2016-04-22
|
||
|
|
||
|
- Adds v<year>.<index> versioning, with "-dev" indicating
|
||
|
work in progress. The intent is to more easly report
|
||
|
and summarize functionality when SPIRV-Tools is incorporated
|
||
|
in downstream projects.
|
||
|
|
||
|
- Summary of functionality (See the README.md for more):
|
||
|
- Supports SPIR-V 1.1 Rev 1
|
||
|
- Supports SPIR-V 1.0 Rev 5
|
||
|
- Supports GLSL std450 extended instructions 1.0 Rev 3
|
||
|
- Supports OpenCL extended instructions 1.0 Rev 2
|
||
|
- Assembler, disassembler are complete
|
||
|
- Supports floating point widths of 16, 32, 64 bits
|
||
|
- Supports integer widths up to 64 bits
|
||
|
- Validator is incomplete
|
||
|
- Supported on Linux, OSX, Android, Windows
|