Updated Changelog (markdown)

gdkchan
2021-10-05 04:24:09 -03:00
parent 752ef477c9
commit 30a6032ea5

@@ -1,6 +1,20 @@
# Ryujinx Changelog # Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file All updates to the Ryujinx official master build will be documented in this file
## 1.0.7061 - 2021-10-04
### Changed:
- Reduces cost for range list creation and inheritance.
- Fixes potential performance regression introduced on version 1.0.7044.
## 1.0.7060 - 2021-10-04
### Fixed:
- Allow textures to be used without having a sampler pool set.
- Improves rendering on Cotton Guardian Force Saturn Tribute.
## 1.0.7059 - 2021-10-04
### Fixed:
- Fixes a bug introduced on version 1.0.7052 that could cause a memory leak and eventually a crash playing H264 videos.
## 1.0.7058 - 2021-09-28 ## 1.0.7058 - 2021-09-28
### Added: ### Added:
- Added the ability to signal a write as "precise" on the tracking, which signals a special handler (if present) which can be used to avoid unnecessary flush actions, or maybe even more. For buffers, precise writes specifically do not flush, and instead punch a hole in the modified range list to indicate that the data on GPU has been replaced. - Added the ability to signal a write as "precise" on the tracking, which signals a special handler (if present) which can be used to avoid unnecessary flush actions, or maybe even more. For buffers, precise writes specifically do not flush, and instead punch a hole in the modified range list to indicate that the data on GPU has been replaced.