SHA256
1
0
forked from pool/rpcs3

Accepting request 845070 from home:xenonpk

- Update to version 0.0.12~git20201029:
  * Qt: Add "Configure Game Patches" to game list (#9154)
  * ci: Update docker to 1.6
  * ci: Use system cURL on Linux build
  * Revert "TSX: adjust transaction logic"
  * NET: Add SO_RCVBUF / SO_SNDBUF defaults to .._bnet_socket
  * atomic.cpp: fix memory ordering loads and release stores
  * Revert part of CellHddGameCheck
- Update to version 0.0.12~git20201028:
  * TSX: adjust transaction logic
  * Fix cpu_flag::temp, make sure it removes cpu_flag::wait
  * SPU: make vm::check_addr checks safe under vm::range_lock
  * SPU: improve accurate DMA
  * atomics.cpp: add support for waiting on 128-bit atomics
  * Remove some vm::reservation_lock instances
  * vm: improve range_lock and shareable cache (Non-TSX)
  * atomic.cpp: implement notify callback
- Update to version 0.0.12~git20201027:
  * DS4: Add error logging and remove some unused code
  * Qt: fix never played nonsense
  * rsx: Driver compatibility improvements (#9131)
  * Qt: move TTY option to TTY tab (#9147)
- Update to version 0.0.12~git20201026:
  * ci: Set glslang checksum back to auto-builds
  * Partially revert "Fix debug build gcc/clang linker."
  * Fixup for cpu_flag::temp
  * atomic.cpp: add sparse atomics
  * Implement cpu_flag::temp flag
  * rsx: Block-level reservation access
  * atomic.cpp: add std primitive fallback for other platforms
  * ci: Set GLSLANG_URL back to auto-builds
  * SPURS: Implement spursJobchainPopUrgentCommand
  * CellSpurs: Minor fixes
  * SPU: Fix LS capture entry point
- Update to version 0.0.12~git20201024:
  * atomic.cpp: use new thread alerting API (Win8+)
  * Add imports for some undocumented NTDLL functions
  * Fix UTF-8 strings in perf_meter files
  * SPU: use normal notify() thread function
  * atomic.cpp: experimental optimization (Win7+)
  * atomic.cpp: rewrite internals (again)
  * atomic.cpp: integrate callback check in ptr_cmp function
  * Improve raw_notify a bit
- Update to version 0.0.12~git20201024:
  * SPU: Save LS capture executable in one segment
- Update to version 0.0.12~git20201024:
  * HLE: improve cellHddGameCheck
  * Qt: add custom game icons
  * Debugger: Fix SignedHex
  * Debugger: Simplify thread pause state change
  * SPU: cleanup channels logging
  * SPU Debugger: Implement basic instructions's constants propagation
  * Debugger: Optimize thread disasm type select
  * SPU Debugger: Add made-up MR mnemonic
  * kernel-explorer: Add SPURS wkl arg
- Update to version 0.0.12~git20201021:
  * LV2: cleanup syscall table (#9106)
  * Revert "Atomics: use WaitOnAddress if available (Win8+)"
  * Revert "atomic.cpp: fixup for WaitOnAddress path"
  * atomic.cpp: fixup for WaitOnAddress path
- Update to version 0.0.12~git20201021:
  * Atomics: use WaitOnAddress if available (Win8+)
  * Improve vm::reservation_op
  * Remove XABORT in PPU/SPU transactions.
  * Add "Enable Performance Report" debug setting
  * Fixup for perf_meter.hpp
  * SPU: report too many PUTLLC attempts (TSX)
  * TSX: add prefetchw instruction in transaction code
  * SPU: fix GETLLAR regression
  * TSX: improve transaction repeat handling
  * Improve cpu_thread::suspend_all (TSX-FA)
  * Implement perf stat counter for PPU/SPU reservation ops
  * Implement cpu_thread::if_suspended
  * Implement priorities for cpu_thread::suspend_all tasks

OBS-URL: https://build.opensuse.org/request/show/845070
OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=28
This commit is contained in:
Duarte Pousa 2020-10-30 16:17:37 +00:00 committed by Git OBS Bridge
parent 9d0e81bcbc
commit 0b437114c7
5 changed files with 115 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/RPCS3/rpcs3.git</param>
<param name="changesrevision">a90801e2aa2d77ab369a087529d6199257692f13</param></service></servicedata>
<param name="changesrevision">59b3a3d26b6dad27dc13d68e73aec7e6ece8ecc1</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,113 @@
-------------------------------------------------------------------
Thu Oct 29 12:23:43 UTC 2020 - pousaduarte@gmail.com
- Update to version 0.0.12~git20201029:
* Qt: Add "Configure Game Patches" to game list (#9154)
* ci: Update docker to 1.6
* ci: Use system cURL on Linux build
* Revert "TSX: adjust transaction logic"
* NET: Add SO_RCVBUF / SO_SNDBUF defaults to .._bnet_socket
* atomic.cpp: fix memory ordering loads and release stores
* Revert part of CellHddGameCheck
-------------------------------------------------------------------
Wed Oct 28 13:38:56 UTC 2020 - pousaduarte@gmail.com
- Update to version 0.0.12~git20201028:
* TSX: adjust transaction logic
* Fix cpu_flag::temp, make sure it removes cpu_flag::wait
* SPU: make vm::check_addr checks safe under vm::range_lock
* SPU: improve accurate DMA
* atomics.cpp: add support for waiting on 128-bit atomics
* Remove some vm::reservation_lock instances
* vm: improve range_lock and shareable cache (Non-TSX)
* atomic.cpp: implement notify callback
-------------------------------------------------------------------
Tue Oct 27 17:32:00 UTC 2020 - pousaduarte@gmail.com
- Update to version 0.0.12~git20201027:
* DS4: Add error logging and remove some unused code
* Qt: fix never played nonsense
* rsx: Driver compatibility improvements (#9131)
* Qt: move TTY option to TTY tab (#9147)
-------------------------------------------------------------------
Mon Oct 26 17:20:21 UTC 2020 - pousaduarte@gmail.com
- Update to version 0.0.12~git20201026:
* ci: Set glslang checksum back to auto-builds
* Partially revert "Fix debug build gcc/clang linker."
* Fixup for cpu_flag::temp
* atomic.cpp: add sparse atomics
* Implement cpu_flag::temp flag
* rsx: Block-level reservation access
* atomic.cpp: add std primitive fallback for other platforms
* ci: Set GLSLANG_URL back to auto-builds
* SPURS: Implement spursJobchainPopUrgentCommand
* CellSpurs: Minor fixes
* SPU: Fix LS capture entry point
-------------------------------------------------------------------
Sun Oct 25 00:19:09 UTC 2020 - pousaduarte@gmail.com
- Update to version 0.0.12~git20201024:
* atomic.cpp: use new thread alerting API (Win8+)
* Add imports for some undocumented NTDLL functions
* Fix UTF-8 strings in perf_meter files
* SPU: use normal notify() thread function
* atomic.cpp: experimental optimization (Win7+)
* atomic.cpp: rewrite internals (again)
* atomic.cpp: integrate callback check in ptr_cmp function
* Improve raw_notify a bit
-------------------------------------------------------------------
Sat Oct 24 12:32:47 UTC 2020 - pousaduarte@gmail.com
- Update to version 0.0.12~git20201024:
* SPU: Save LS capture executable in one segment
-------------------------------------------------------------------
Fri Oct 23 23:34:10 UTC 2020 - pousaduarte@gmail.com
- Update to version 0.0.12~git20201024:
* HLE: improve cellHddGameCheck
* Qt: add custom game icons
* Debugger: Fix SignedHex
* Debugger: Simplify thread pause state change
* SPU: cleanup channels logging
* SPU Debugger: Implement basic instructions's constants propagation
* Debugger: Optimize thread disasm type select
* SPU Debugger: Add made-up MR mnemonic
* kernel-explorer: Add SPURS wkl arg
-------------------------------------------------------------------
Wed Oct 21 19:50:42 UTC 2020 - pousaduarte@gmail.com
- Update to version 0.0.12~git20201021:
* LV2: cleanup syscall table (#9106)
* Revert "Atomics: use WaitOnAddress if available (Win8+)"
* Revert "atomic.cpp: fixup for WaitOnAddress path"
* atomic.cpp: fixup for WaitOnAddress path
-------------------------------------------------------------------
Wed Oct 21 02:03:40 UTC 2020 - pousaduarte@gmail.com
- Update to version 0.0.12~git20201021:
* Atomics: use WaitOnAddress if available (Win8+)
* Improve vm::reservation_op
* Remove XABORT in PPU/SPU transactions.
* Add "Enable Performance Report" debug setting
* Fixup for perf_meter.hpp
* SPU: report too many PUTLLC attempts (TSX)
* TSX: add prefetchw instruction in transaction code
* SPU: fix GETLLAR regression
* TSX: improve transaction repeat handling
* Improve cpu_thread::suspend_all (TSX-FA)
* Implement perf stat counter for PPU/SPU reservation ops
* Implement cpu_thread::if_suspended
* Implement priorities for cpu_thread::suspend_all tasks
-------------------------------------------------------------------
Mon Oct 19 11:25:46 UTC 2020 - pousaduarte@gmail.com

View File

@ -17,7 +17,7 @@
Name: rpcs3
Version: 0.0.12~git20201018
Version: 0.0.12~git20201029
Release: 0
Summary: PS3 emulator/debugger
License: GPL-2.0