Skip to content

Commit 45fa4d0

Browse files
committed
v2.7
1 parent bbfbf4c commit 45fa4d0

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# picasso Changelog
22

3+
# v2.7
4+
5+
- Added `dst`, `litp` and `break` instructions (thanks to @Tilka).
6+
- Added check to enforce index regs being used only with floating point vector uniforms.
7+
- Renamed index registers to match D3D naming conventions (`a0.x`, `a0.y`, `aL`) (old names still accepted).
8+
- Miscellaneous bugfixes and improvements (thanks to @lioncash).
9+
310
# v2.6.2
411

512
- Fixed several compilation errors in some compilers.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.61)
5-
AC_INIT([picasso],[2.6.2],[fincs.alt1@gmail.com])
5+
AC_INIT([picasso],[2.7.0],[fincs.alt1@gmail.com])
66
AC_CONFIG_SRCDIR([source/picasso_frontend.cpp])
77

88
AM_INIT_AUTOMAKE([1.10])

0 commit comments

Comments
 (0)