commit libretro-play for openSUSE:Factory

2020-09-02 Thread root
Hello community,

here is the log from the commit of package libretro-play for openSUSE:Factory 
checked in at 2020-09-03 01:15:58

Comparing /work/SRC/openSUSE:Factory/libretro-play (Old)
 and  /work/SRC/openSUSE:Factory/.libretro-play.new.3399 (New)


Package is "libretro-play"

Thu Sep  3 01:15:58 2020 rev:6 rq:831312 version:0~git20200825

Changes:

--- /work/SRC/openSUSE:Factory/libretro-play/libretro-play.changes  
2020-08-20 22:29:10.343990964 +0200
+++ /work/SRC/openSUSE:Factory/.libretro-play.new.3399/libretro-play.changes
2020-09-03 01:16:39.508525807 +0200
@@ -1,0 +2,16 @@
+Tue Aug 25 20:18:36 UTC 2020 - i...@guoyunhe.me
+
+- Update to version 0~git20200825:
+  * Save/load DIRECT qword buffer state.
+  * Handle DIRECT commands with partial qword transfers.
+  * Cleanup.
+  * Save/load pendingMicroProgram state.
+  * Make delayed MSCAL handling more robust.
+  * Enable DELAYED_MSCAL.
+  * Improve handling of GIF RegList.
+  * Implement HIGHLIGHT texture function.
+  * Increase draw area size.
+  * pselect changes the contents of fd_set inplace, so they need to be reset 
when used in a loop
+  * Set the currently selected Vulkan device in settings dialog.
+
+---

Old:

  libretro-play-0~git20200812.tar.xz

New:

  libretro-play-0~git20200825.tar.xz



Other differences:
--
++ libretro-play.spec ++
--- /var/tmp/diff_new_pack.g1hpxY/_old  2020-09-03 01:16:40.128526035 +0200
+++ /var/tmp/diff_new_pack.g1hpxY/_new  2020-09-03 01:16:40.132526037 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libretro-play
-Version:0~git20200812
+Version:0~git20200825
 Release:0
 Summary:Play! libretro core for PlayStation 2 emulation
 License:MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.g1hpxY/_old  2020-09-03 01:16:40.172526051 +0200
+++ /var/tmp/diff_new_pack.g1hpxY/_new  2020-09-03 01:16:40.172526051 +0200
@@ -3,4 +3,4 @@
 https://github.com/libretro/Play-.git
   fedc1e1c2918a7490a881cdb4ec951a828c19671
 https://github.com/jpd002/Play-.git
-  8db2a0e4103e2d9563d5a86291a2aed061a79234
\ No newline at end of file
+  caf83d311c416c4288ed13a202b8659f12aed1ee
\ No newline at end of file

++ libretro-play-0~git20200812.tar.xz -> libretro-play-0~git20200825.tar.xz 
++
/work/SRC/openSUSE:Factory/libretro-play/libretro-play-0~git20200812.tar.xz 
/work/SRC/openSUSE:Factory/.libretro-play.new.3399/libretro-play-0~git20200825.tar.xz
 differ: char 15, line 1




commit libretro-play for openSUSE:Factory

2020-08-20 Thread root
Hello community,

here is the log from the commit of package libretro-play for openSUSE:Factory 
checked in at 2020-08-20 22:28:58

Comparing /work/SRC/openSUSE:Factory/libretro-play (Old)
 and  /work/SRC/openSUSE:Factory/.libretro-play.new.3399 (New)


Package is "libretro-play"

Thu Aug 20 22:28:58 2020 rev:5 rq:827950 version:0~git20200812

Changes:

--- /work/SRC/openSUSE:Factory/libretro-play/libretro-play.changes  
2020-06-11 10:02:52.074806902 +0200
+++ /work/SRC/openSUSE:Factory/.libretro-play.new.3399/libretro-play.changes
2020-08-20 22:29:10.343990964 +0200
@@ -1,0 +2,67 @@
+Wed Aug 12 19:17:07 UTC 2020 - i...@guoyunhe.me
+
+- Update to version 0~git20200812:
+  * Fix iOS build.
+  * Use git describe in Windows installers.
+  * Clean Win32 install scripts.
+  * Automatically insert version in Cydia's package control file.
+  * Use same versioning system in Android APK.
+  * Use git describe to obtain a version number.
+  * Make message a warning.
+  * Implement CdStandby.
+  * Update Android build environment.
+  * Reset TLB handlers on initialization.
+  * Implement TLBR & move TLBWI.
+  * Add basic TLB support.
+  * Properly initialize out links.
+  * Greatly improve block link bookkeeping algorithm.
+  * Simplify cached block handling in EE executor.
+  * Add implementation for TLBWI.
+  * Rename FileIoHandler2240 to FileIoHandler2200.
+  * Add scan path for jailbroken iOS devices.
+  * Update Dependencies submodule.
+  * Update Xcode version used on TravisCI for iOS.
+  * Add function to enable some FP exceptions (for debugging purposes).
+  * Adjust external clock timer divider (multiplied by 2).
+  * Flush image transfer if we get a register write.
+  * Mask frame buffer and depth buffer write addresses.
+  * Add missing transfer case.
+  * Fix some issues in GetBucketLocation.
+  * Update Framework submodule.
+  * Fix GCC10 build.
+  * Fix code style.
+  * Increase delay a bit.
+  * Change the mechanism used to delay MCSERV's GetInfo response.
+  * Add missing D1_ASRx registers.
+  * Handle transfers to VU micro memory that might wrap around the address 
space.
+  * Add project generation scripts for VS2019.
+  * Add delay to MCSERV's GetInfo.
+  * "Triangle" typo.
+  * Prevent crashing when we can't get a file stream.
+  * We're done reading when we got 0 bytes from the file.
+  * Use proper open modes.
+  * Simulate the debugger being detached when quitting the app.
+  * Code style fixes.
+  * Add blending mode 1221 on OpenGL.
+  * Only enable colorOutputWhite if alpha blending is enabled.
+  * Fix blending mode 1201 on OpenGL.
+  * Implement 1201 blending mode in D3D9.
+  * Keep alpha since source alpha is always written to framebuffer.
+  * Implement blending mode 1221 on D3D9.
+  * Add missing blending formulae in D3D9.
+  * Ensure that all drawing has completed before we do a local 2 local transfer
+  * Handle CGSH_OpenGL::ProcessLocalToLocalTransfer texture write
+  * Convert some temporaries into variables.
+  * use gcc 10
+  * fix linux builds, we only need to link directly against libinotify.so on 
FreeBSD (perhaps other variants?)
+  * Fix FreeBSD linking
+  * Fix pselect call
+  * update GamePadDeviceListener to support FreeBSD
+  * update GamePadInputEventListener to support FreeBSD
+  * add freebsd travis ci
+  * remove branching from FCOR/FCAND/FCEQ
+  * print the path when it fails to open
+  * map host0 device to host
+  * add rom0 device
+
+---

Old:

  libretro-play-0~git20200610.tar.xz

New:

  libretro-play-0~git20200812.tar.xz



Other differences:
--
++ libretro-play.spec ++
--- /var/tmp/diff_new_pack.113AN2/_old  2020-08-20 22:29:11.751991622 +0200
+++ /var/tmp/diff_new_pack.113AN2/_new  2020-08-20 22:29:11.751991622 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libretro-play
-Version:0~git20200610
+Version:0~git20200812
 Release:0
 Summary:Play! libretro core for PlayStation 2 emulation
 License:MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.113AN2/_old  2020-08-20 22:29:11.827991658 +0200
+++ /var/tmp/diff_new_pack.113AN2/_new  2020-08-20 22:29:11.831991660 +0200
@@ -3,4 +3,4 @@
 https://github.com/libretro/Play-.git
   fedc1e1c2918a7490a881cdb4ec951a828c19671
 https://github.com/jpd002/Play-.git
-  879bcaa8bec2a12df79f4fcb8ae7ae8dc5b73819
\ No newline at end of file
+  8db2a0e4103e2d9563d5a86291a2aed061a79234
\ No newline at end of file

++ libretro-play-0~git20200610.tar.xz -> libretro-play-0~git20200812.tar.xz 
++
/work/SRC/openSUSE:Factory/libretro-play/libretro-play-0~git20200610.tar.xz 
/work/SRC/openSUSE:Fa

commit libretro-play for openSUSE:Factory

2020-06-11 Thread root
Hello community,

here is the log from the commit of package libretro-play for openSUSE:Factory 
checked in at 2020-06-11 10:02:13

Comparing /work/SRC/openSUSE:Factory/libretro-play (Old)
 and  /work/SRC/openSUSE:Factory/.libretro-play.new.3606 (New)


Package is "libretro-play"

Thu Jun 11 10:02:13 2020 rev:4 rq:813314 version:0~git20200610

Changes:

--- /work/SRC/openSUSE:Factory/libretro-play/libretro-play.changes  
2020-05-29 21:37:23.894653653 +0200
+++ /work/SRC/openSUSE:Factory/.libretro-play.new.3606/libretro-play.changes
2020-06-11 10:02:52.074806902 +0200
@@ -1,0 +2,27 @@
+Wed Jun 10 19:00:30 UTC 2020 - i...@guoyunhe.me
+
+- Add BuildRequires: Mesa-libGLESv3-devel to fix arm build
+- Update to version 0~git20200610:
+  * Fedora32 build fix
+  * std::string needs #include 
+  * std::runtime_error needs #include 
+  * std::runtime_error needs #include 
+  * Make sure sticky flags arrive at the proper time.
+  * Add test to check sticky flag handling.
+  * Handle VU branching peculiarities found in Star Ocean 3.
+  * Formatting niceties.
+  * Implement ERSADD.
+  * Spice up test case.
+  * Add VU branch test.
+  * Add label support in VuAssembler.
+  * Cleanup.
+  * Fix build error.
+  * Fix formatting.
+  * Enable linear filtering in some scenarios.
+  * Linear texture sampling (not enabled yet).
+  * Fix warnings.
+  * Apply (0.5, 0.5) offset to snap on pixel grid.
+  * Implement HWREG.
+  * Add support for some missing pixel formats.
+
+---

Old:

  libretro-play-0~git20200525.tar.xz

New:

  libretro-play-0~git20200610.tar.xz



Other differences:
--
++ libretro-play.spec ++
--- /var/tmp/diff_new_pack.M0vHGO/_old  2020-06-11 10:02:56.114819914 +0200
+++ /var/tmp/diff_new_pack.M0vHGO/_new  2020-06-11 10:02:56.118819926 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libretro-play
-Version:0~git20200525
+Version:0~git20200610
 Release:0
 Summary:Play! libretro core for PlayStation 2 emulation
 License:MIT
@@ -26,6 +26,7 @@
 Source: %{name}-%{version}.tar.xz
 
 BuildRequires:  Mesa-devel
+BuildRequires:  Mesa-libGLESv3-devel
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  gcc-c++

++ _servicedata ++
--- /var/tmp/diff_new_pack.M0vHGO/_old  2020-06-11 10:02:56.170820094 +0200
+++ /var/tmp/diff_new_pack.M0vHGO/_new  2020-06-11 10:02:56.170820094 +0200
@@ -3,4 +3,4 @@
 https://github.com/libretro/Play-.git
   fedc1e1c2918a7490a881cdb4ec951a828c19671
 https://github.com/jpd002/Play-.git
-  755706625b7711f7e5a39891ebf126b979b5853f
\ No newline at end of file
+  879bcaa8bec2a12df79f4fcb8ae7ae8dc5b73819
\ No newline at end of file

++ libretro-play-0~git20200525.tar.xz -> libretro-play-0~git20200610.tar.xz 
++
/work/SRC/openSUSE:Factory/libretro-play/libretro-play-0~git20200525.tar.xz 
/work/SRC/openSUSE:Factory/.libretro-play.new.3606/libretro-play-0~git20200610.tar.xz
 differ: char 27, line 1




commit libretro-play for openSUSE:Factory

2020-05-29 Thread root
Hello community,

here is the log from the commit of package libretro-play for openSUSE:Factory 
checked in at 2020-05-29 21:23:01

Comparing /work/SRC/openSUSE:Factory/libretro-play (Old)
 and  /work/SRC/openSUSE:Factory/.libretro-play.new.3606 (New)


Package is "libretro-play"

Fri May 29 21:23:01 2020 rev:3 rq:809950 version:0~git20200525

Changes:

--- /work/SRC/openSUSE:Factory/libretro-play/libretro-play.changes  
2020-05-12 22:33:02.863958983 +0200
+++ /work/SRC/openSUSE:Factory/.libretro-play.new.3606/libretro-play.changes
2020-05-29 21:37:23.894653653 +0200
@@ -1,0 +2,34 @@
+Thu May 28 12:23:46 UTC 2020 - i...@guoyunhe.me
+
+- Update to version 0~git20200525:
+  * fix FreeBSD builds
+  * Add SSE & SSE2 compiler flags to Unix builds.
+  * improve VU MOVE/RNEXT instruction
+  * Disable resume/pause menu when executable is not loaded.
+  * Add few test cases in MinMax test.
+  * Clamp vectors before comparing in MINI/MAX.
+  * Implement CIoman::Mkdir
+  * A sample is 16-bits.
+  * Implement ADDAq.
+  * Prevent ITOF0 & ITOF12 from clobbering VF0.
+  * Add constraint to CheckAsync matcher.
+  * Handle SPU IRQs in CORE0 output area.
+  * Updated README for Ubuntu builds
+  * Update CodeGen submodule.
+  * Update CodeGen submodule.
+  * Update CodeGen submodule.
+  * Use LoadFromRefIdx in ILW.
+  * Update CodeGen submodule.
+  * Use StoreAtRefIdx in ISW.
+  * Use StoreAtRefIdx4 in QueueInFlagPipeline.
+  * Update Dependencies submodule.
+  * update submodules
+  * silence nlohmann_json warning
+  * silence warning
+  * travis linux parallel build
+  * LibMc2: Warn if optional functions are not found.
+  * Make sure we can't ChDir out of the memory card's path.
+  * Add quotes around paths.
+  * Fix symbol error when building libretro core with gcc-8
+
+---

Old:

  libretro-play-0~git20200503.tar.xz

New:

  libretro-play-0~git20200525.tar.xz



Other differences:
--
++ libretro-play.spec ++
--- /var/tmp/diff_new_pack.pKhNSO/_old  2020-05-29 21:37:24.374655082 +0200
+++ /var/tmp/diff_new_pack.pKhNSO/_new  2020-05-29 21:37:24.378655094 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libretro-play
-Version:0~git20200503
+Version:0~git20200525
 Release:0
 Summary:Play! libretro core for PlayStation 2 emulation
 License:MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.pKhNSO/_old  2020-05-29 21:37:24.430655249 +0200
+++ /var/tmp/diff_new_pack.pKhNSO/_new  2020-05-29 21:37:24.430655249 +0200
@@ -3,4 +3,4 @@
 https://github.com/libretro/Play-.git
   fedc1e1c2918a7490a881cdb4ec951a828c19671
 https://github.com/jpd002/Play-.git
-  c950bf43d0d8528e3bbabcd75b11dc0aad055d3f
\ No newline at end of file
+  755706625b7711f7e5a39891ebf126b979b5853f
\ No newline at end of file

++ libretro-play-0~git20200503.tar.xz -> libretro-play-0~git20200525.tar.xz 
++
/work/SRC/openSUSE:Factory/libretro-play/libretro-play-0~git20200503.tar.xz 
/work/SRC/openSUSE:Factory/.libretro-play.new.3606/libretro-play-0~git20200525.tar.xz
 differ: char 26, line 1




commit libretro-play for openSUSE:Factory

2020-05-12 Thread root
Hello community,

here is the log from the commit of package libretro-play for openSUSE:Factory 
checked in at 2020-05-12 22:32:22

Comparing /work/SRC/openSUSE:Factory/libretro-play (Old)
 and  /work/SRC/openSUSE:Factory/.libretro-play.new.2738 (New)


Package is "libretro-play"

Tue May 12 22:32:22 2020 rev:2 rq:802837 version:0~git20200503

Changes:

--- /work/SRC/openSUSE:Factory/libretro-play/libretro-play.changes  
2020-02-04 19:53:36.197330349 +0100
+++ /work/SRC/openSUSE:Factory/.libretro-play.new.2738/libretro-play.changes
2020-05-12 22:33:02.863958983 +0200
@@ -1,0 +2,397 @@
+Tue May 05 06:32:46 UTC 2020 - i...@guoyunhe.me
+
+- Update to version 0~git20200503:
+  * Only log scan process if we want to.
+  * Code style fix.
+  * Update Dependencies submodule.
+  * Use non-throwing variant of directory_iterator.
+  * Enclose directory listing in a try/catch block.
+  * Log scanning process.
+  * Fix code style.
+  * Implement LoadModuleBufferAddress.
+  * Implement CdGetReadPos.
+  * Enable Tenkaichi test.
+  * Fix code style.
+  * Clarify comment.
+  * Add some invalidation range tests.
+  * Make GetTransferInvalidationRange function public.
+  * Add test base class.
+  * Extract invalidation range computation logic.
+  * Constify some functions.
+  * Change check method.
+  * Add GsAreaTest.
+  * Allow Vulkan instance to be created without validation layer active.
+  * Update Framework submodule.
+  * Fix code style.
+  * Allow selecting a specific device to be used by Vulkan.
+  * Save & load device/vendor IDs.
+  * Use suitable physical device.
+  * Account for textures with 0 buffer width
+  * Display available devices.
+  * Fix build errors.
+  * Add missing files.
+  * Add Vulkan DeviceInfo module.
+  * Update Framework submodule.
+  * Use GetStructPtr.
+  * Implement alternative GS CSR register
+  * Fix edge cases in RegisterVblankHandler
+  * Implement ReleaseVblankHandler in VBlank IOP module
+  * Implement missing blendmode 1002
+  * document CCdvdfsv::Invoke592 method 0 structure
+  * Fix stylin issues.
+  * Update CodeGen submodule.
+  * Use GetStructPtr to obtain VsyncFlag locations.
+  * Add MAX in test.
+  * Implement MINI/MAX VU operations differently.
+  * Setup denormal handling mode in test.
+  * Add VU MinMax test.
+  * Remove dead code.
+  * Handle alternate WriteFile function.
+  * Handle error case in ReadFile.
+  * Test signed values.
+  * Fix some return values.
+  * Hook Mc2 functions when specific IOP modules are loaded.
+  * Make sure SearchFile returns not found if file is not there.
+  * Tweak the function detection heuristic.
+  * Hook Mc2 functions somewhere else.
+  * Implement ChDir.
+  * Clean ReadFile handling.
+  * Use defines for operation results.
+  * Flesh out GetDir implementation.
+  * Function 5 is ReadFileAsync.
+  * Fix some problems in GetDir.
+  * Default to port 0.
+  * Add WriteFileAsync.
+  * Add MkDirAsync and CreateFileAsync.
+  * Add some basic error checking.
+  * Use constant for memory card port.
+  * Find function pointers using an heuristic.
+  * Hook the underlaying check async function.
+  * Fix function id.
+  * Initial version of libmc2 HLE.
+  * MC investigation again.
+  * MC investigation.
+  * Various hooks that made the SIO2 test working.
+  * More MemoryCard SIO2 investigation.
+  * Memory Card SIO2 protocol investigation.
+  * Add DMACMAN and SECRMAN HLE modules.
+  * Fix strip command line.
+  * Add error check and logging in RetroArch Android build script.
+  * Build using NDK r21.
+  * Update Gradle & Gradle Plugin.
+  * update model after checking all s3 entries
+  * moving warning call to its own function
+  * display s3 bootables as they're proccessed
+  * Bootable dialog, add statusbar
+  * prevent dialog closure when proccessing s3 bootables
+  * explicitly set S3 bootable std::async flag to std::launch::async
+  * move S3 bootable processing to std::async
+  * Handle splitting of image transfers that may have addresses that go out of 
bounds.
+  * Flush command buffer when we're about to read GS RAM.
+  * Update CodeGen submodule.
+  * Update Nuanceur submodule.
+  * Code style fixes.
+  * Update mainwindow.cpp
+  * Update main.cpp
+  * Use Xenial for Travis ARM64 builds.
+  * Update CodeGen submodule.
+  * Update CodeGen submodule.
+  * Mask GS Regs
+  * Update Framework submodule
+  * Code style fixes.
+  * Add PSMZ16 swizzle table.
+  * Implement transfer read handlers.
+  * Fix validation warning.
+  * Remove annoying asserts.
+  * Cache CLUT transfers. Allow previous transfers to be reused.
+  * Store CLUT in a buffer instead of image.
+  * Add PSMT8 Local to Local transfers.
+  * Fix destination alpha test.
+  * Add destination alpha test for 32-bit frame buffers.
+  * Add destination alpha test.
+  * Add missing alpha test condition.
+  * Rename VulkanT