2015-08-22 13:46:22 +02:00
|
|
|
# picasso Changelog
|
|
|
|
|
2016-03-26 14:03:11 +01:00
|
|
|
# v2.4
|
|
|
|
|
|
|
|
- Corrected MAD instruction encoding.
|
|
|
|
- Added command line flag for retrieving the picasso version.
|
|
|
|
|
2016-02-20 00:24:43 +01:00
|
|
|
# v2.3
|
|
|
|
|
|
|
|
- Added `.constfa` for creating floating-point vector constant arrays.
|
|
|
|
- Fixed `.nodvle` bug.
|
|
|
|
|
2016-01-26 13:36:40 +01:00
|
|
|
# v2.2
|
|
|
|
|
|
|
|
- Added proper support for the MOVA instruction.
|
|
|
|
- Added support for inverting the condition in JMPU.
|
|
|
|
- Fixed `lcnt` bug.
|
|
|
|
|
2015-09-05 11:44:23 +02:00
|
|
|
# v2.1
|
|
|
|
|
|
|
|
- Fixed input file open error message.
|
|
|
|
- Fixed `.constf` misallocation bug.
|
|
|
|
|
2015-08-22 13:46:22 +02:00
|
|
|
# v2.0
|
|
|
|
|
|
|
|
- (**Breaking change**) Command line format changed.
|
|
|
|
- Added support for assembling multiple shaders (DVLEs) into a single SHBIN.
|
2015-08-22 23:21:49 +02:00
|
|
|
- Added new directives: `.entry`, `.nodvle`, `.gsh`, `.setf`, `.seti`, `.setb`.
|
2015-08-22 13:46:22 +02:00
|
|
|
- Added auto-detection of inverted forms of opcodes. (Explicitly using `dphi`, `sgei`, `slti` and `madi` is now deprecated)
|
|
|
|
- Several miscellaneous bug fixes.
|
|
|
|
|
|
|
|
# v1.0
|
|
|
|
|
|
|
|
- Initial release.
|