update to FNA 21.03.05. Tested with Unexplored without issues.

Changelog:

21.03.05

Emergency update to FAudio 21.03.05

21.03

New Features:
* Added a .editorconfig, in the hopes that VS/JetBrains will have an easier time matching code style
* Update to FNA3D 21.03
* Update to FAudio 21.03

Fixes:
* Use Unicode.GetString for FACTRendererDetails, works around a BRUTE issue
* XACT data is now loaded to native memory rather than managed, avoids some annoying GC behavior

21.02

New Features:
* Update to FNA3D 21.02
* By default, support for the FNA3D Vulkan pipeline cache is limited to desktop only
* Update to FAudio 21.02

Fixes:
* Visual Studio fixes for AnyCPU and app.config
* Fix for possible graphics spec violations in the VideoPlayer
* Sampler state is now updated when calling SetRenderTargets
* GraphicsDeviceManager device callbacks now pass the GDM as sender, not the GraphicsDevice
This commit is contained in:
thfr 2021-03-07 17:04:31 +00:00
parent 8ece3e97e9
commit 5633dea800
2 changed files with 8 additions and 9 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2021/02/24 22:29:43 thfr Exp $
# $OpenBSD: Makefile,v 1.5 2021/03/07 17:04:31 thfr Exp $
V = 21.01
V = 21.03.05
COMMENT = XNA4 reimplementation for open platforms
DISTNAME = fna-${V:S/.//g}
PKGNAME = fna-${V}
REVISION = 0
CATEGORIES = games
HOMEPAGE = https://fna-xna.github.io/
MAINTAINER = Thomas Frohwein <thfr@openbsd.org>

View File

@ -1,6 +1,6 @@
SHA256 (fna-21.01/521c8532f03b3608a141b36d7c1343e816b46cb1.tar.gz) = Cj2HaaOFBDsXtb/LPiedFdKzTb59XU9nMU7fuR9C6gc=
SHA256 (fna-21.01/ebff244074bb3c28aeeb8cf7b383b5a029d7e28d.tar.gz) = 34qgjqOOFTODn6zSKEs6Gt9jbdaJi9MR/7rw12tlXIA=
SHA256 (fna-21.01/fna-2101.zip) = FAh4zZE+AoqKsKusB813r7IFJu2j1q1ZHMPZLXdA0iA=
SIZE (fna-21.01/521c8532f03b3608a141b36d7c1343e816b46cb1.tar.gz) = 5607
SIZE (fna-21.01/ebff244074bb3c28aeeb8cf7b383b5a029d7e28d.tar.gz) = 19825
SIZE (fna-21.01/fna-2101.zip) = 3905072
SHA256 (fna-21.03.05/521c8532f03b3608a141b36d7c1343e816b46cb1.tar.gz) = Cj2HaaOFBDsXtb/LPiedFdKzTb59XU9nMU7fuR9C6gc=
SHA256 (fna-21.03.05/ebff244074bb3c28aeeb8cf7b383b5a029d7e28d.tar.gz) = 34qgjqOOFTODn6zSKEs6Gt9jbdaJi9MR/7rw12tlXIA=
SHA256 (fna-21.03.05/fna-210305.zip) = rb1CeZHeuAEWd5KnL7Z1tbOjjYVmgSXTfKDWOKlefXk=
SIZE (fna-21.03.05/521c8532f03b3608a141b36d7c1343e816b46cb1.tar.gz) = 5607
SIZE (fna-21.03.05/ebff244074bb3c28aeeb8cf7b383b5a029d7e28d.tar.gz) = 19825
SIZE (fna-21.03.05/fna-210305.zip) = 3931095