- Update to version 0.0.27~git20230515:

* Better accuracy for FREST/FRSQEST (#13863)
  * SPU Executable Code Dumping Tool
  * vk: Minor refactor in OOM handler to skip scans if we already found a match
  * vk: Refactor memory allocators to easily inspect device properties
  * vk: Use gc to clean up stale surface cache resources instead of fudging with frame counters.
  * vk: Rewrite draw call setup sequence to avoid OOM situations introducing stale descriptors
  * vk: Don't erase texture cache images directly. Use gc instead.
  * vk: Implement max VRAM override in config
  * vk: Refactor the vram exhausted handler
  * vk: Refactor vram exhausted handler to minimize risk of UAF hazards
  * vk: Tune resource quotas
  * vk: Improve spill robustness
  * vk: Lower scratch dimension alignment to 256 to minimize wastage
  * rsx: Do not allow 'compatible' check to pass if the size does not match
  * Logs: fix  Stack Cell Errors setting reading
  * System.cpp: Make boot of disc updates more strict

OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=63
This commit is contained in:
Yunhe Guo 2023-05-16 12:08:17 +00:00 committed by Git OBS Bridge
parent c5e5649b54
commit f31051f04c
5 changed files with 26 additions and 5 deletions

View File

@ -5,4 +5,4 @@
</service>
<service name="tar_scm">
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
<param name="changesrevision">db7f84f9f8682abb20e145849fbbdcef7e13f0c2</param></service></servicedata>
<param name="changesrevision">f11770b88b022d23c51578c3908b78b418d95243</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34c6d84e41e211a1856bdd36d52735c3fcd19bea4c5943c401a398cbe83c67c6
size 52137296

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02fbaba6c35823ca0a2671985cc147ea9fdbe6f3dd7aba2c07ae87b6be3e4f1d
size 52139200

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue May 16 11:59:34 UTC 2023 - i@guoyunhe.me
- Update to version 0.0.27~git20230515:
* Better accuracy for FREST/FRSQEST (#13863)
* SPU Executable Code Dumping Tool
* vk: Minor refactor in OOM handler to skip scans if we already found a match
* vk: Refactor memory allocators to easily inspect device properties
* vk: Use gc to clean up stale surface cache resources instead of fudging with frame counters.
* vk: Rewrite draw call setup sequence to avoid OOM situations introducing stale descriptors
* vk: Don't erase texture cache images directly. Use gc instead.
* vk: Implement max VRAM override in config
* vk: Refactor the vram exhausted handler
* vk: Refactor vram exhausted handler to minimize risk of UAF hazards
* vk: Tune resource quotas
* vk: Improve spill robustness
* vk: Lower scratch dimension alignment to 256 to minimize wastage
* rsx: Do not allow 'compatible' check to pass if the size does not match
* Logs: fix Stack Cell Errors setting reading
* System.cpp: Make boot of disc updates more strict
-------------------------------------------------------------------
Thu May 11 15:30:54 UTC 2023 - i@guoyunhe.me

View File

@ -17,7 +17,7 @@
Name: rpcs3
Version: 0.0.27~git20230510
Version: 0.0.27~git20230515
Release: 0
Summary: PS3 emulator/debugger
License: GPL-2.0-only