From df1b2d522e367f2961d46840902692c9ae221d2167026354450101142232da26 Mon Sep 17 00:00:00 2001 From: Duarte Pousa Date: Sun, 7 Nov 2021 00:55:15 +0000 Subject: [PATCH] Update on 2021-11-07 OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=307 --- _servicedata | 2 +- ppsspp-1.12.3~git20211029.tar.xz | 3 -- ppsspp-1.12.3~git20211106.tar.xz | 3 ++ ppsspp.changes | 49 ++++++++++++++++++++++++++++++++ ppsspp.spec | 2 +- 5 files changed, 54 insertions(+), 5 deletions(-) delete mode 100644 ppsspp-1.12.3~git20211029.tar.xz create mode 100644 ppsspp-1.12.3~git20211106.tar.xz diff --git a/_servicedata b/_servicedata index c9577fb..060b163 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - 63966cb7a70d8190c7b2f5f4ebd27a6caebe0787 \ No newline at end of file + 1f502b8f948c9607a3d5127531461878752b5d81 \ No newline at end of file diff --git a/ppsspp-1.12.3~git20211029.tar.xz b/ppsspp-1.12.3~git20211029.tar.xz deleted file mode 100644 index 25e02ad..0000000 --- a/ppsspp-1.12.3~git20211029.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f6be2de0f318e40285bf219b8961f155a0fd92d0c89f7c3bd6cb6cb2347594d -size 229620416 diff --git a/ppsspp-1.12.3~git20211106.tar.xz b/ppsspp-1.12.3~git20211106.tar.xz new file mode 100644 index 0000000..42013b5 --- /dev/null +++ b/ppsspp-1.12.3~git20211106.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6fb0a910f97d8e66cdd1781fd9b8c2728e8fe549b057a7ececca2d9b17279f5 +size 229701664 diff --git a/ppsspp.changes b/ppsspp.changes index 651e2e6..24ecb0e 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Sun Nov 07 00:39:23 UTC 2021 - pousaduarte@gmail.com + +- Update to version 1.12.3~git20211106: + * GLES: Explicitly enable ARB_cull_distance. + * Update (id_ID.ini) translation + * Update CMakeLists.txt + * Update CMakeLists.txt & zh_CN.ini + * softgpu: Fix depth cull in softgpu. + * softgpu: Clip full weighted Z without truncating. + * Remove the vertex cache from the OpenGL backend. + * softgpu: Improve accuracy of line drawing. + * Headless: Indicate HAS_DISPLAY=0. + * GE Debugger: Record until some drawing. + * Fix zimtool compilation. + * GPU: Sort line verts to correct bias. + * New update translation id_ID.ini + * Update id_ID.ini + * Build: Add missing bundle identifier to macOS builds + * Lang: Fix some Indonesian strings. + * Lang: Fix CRC value formatting in id_ID and pt_BR. + * Lang: Indonesian translation. + * GPU: Keep diagonal lines the same width. + * Vulkan: Remove wide line handling. + * GPU: Expand lines to triangles. + * GPU: Correct point width/height. + * Vulkan: Disable large points feature. + * GPU: Expand points into triangles for higher res. + * GPU: Refactor out rectangle expansion. + * GPU: Skip cull for lines and points. + * vmulq_laneq_f32 not supported on ARM32 + * GPU: Cleanup comments on swtranform cull. + * Optimize the rotation a bit (limit to VK/D3D11, mat2 instead of mat4) + * NEON/SSE-optimize some matrix multiplications used by software transform + * Sneak in a gradle bump + * Don't forget to check for bufferedRendering before enabling screen rotation in the shader. + * GPU: Implement cull behavior in sw transform. + * GPU: Rename pos/uv w for clarity. + * GPU: Correct w on immediate prim. + * GPU: Remove buggy rectangle culling. + * D3D11: Fix fog in software transform. + * GPU: Correct software transform projection. + * GPU: Add fog separately for swtransform verts. + * GPU: Restore rotation handling in sw transform. + * GPU: Process proj matrix in sw transform. + * GPU: Set projection matrix per backend. + * GPU: Update viewport params before sw transform. + * GPU: Move swtransform flippedY to params. + ------------------------------------------------------------------- Sun Oct 31 00:32:20 UTC 2021 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index ce89c78..454419b 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -18,7 +18,7 @@ %define _lto_cflags %{nil} Name: ppsspp -Version: 1.12.3~git20211029 +Version: 1.12.3~git20211106 Release: 0 Summary: PlayStation Portable Emulator License: GPL-2.0-or-later