v2.6.1
This commit is contained in:
parent
346f761609
commit
644ff23e11
@ -1,5 +1,9 @@
|
||||
# picasso Changelog
|
||||
|
||||
# v2.6.1
|
||||
|
||||
- Reduced `mad` opdesc allocation errors by automatically swapping out of bounds opdesc entries with other ones in the addressable range (5 bits).
|
||||
|
||||
# v2.6
|
||||
|
||||
- Added `.in` directive for explicit specifying (and allocating) input registers and exporting them in the DVLE uniform table.
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT([picasso],[2.6.0],[fincs.alt1@gmail.com])
|
||||
AC_INIT([picasso],[2.6.1],[fincs.alt1@gmail.com])
|
||||
AC_CONFIG_SRCDIR([source/picasso_frontend.cpp])
|
||||
|
||||
AM_INIT_AUTOMAKE([1.10])
|
||||
|
Loading…
Reference in New Issue
Block a user