~ppsspp/ppsspp/+git/ppsspp:rewind-zstd

Last commit made on 2023-11-12
Get this branch:
git clone -b rewind-zstd https://git.launchpad.net/~ppsspp/ppsspp/+git/ppsspp

Branch merges

Branch information

Name:
rewind-zstd
Repository:
lp:~ppsspp/ppsspp/+git/ppsspp

Recent commits

a1e1386... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Address feedback

7f6e6ae... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Add experimental, disabled XOR mode, leaving all compression to ZSTD. Seems to perform worse.

f6e5249... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Add ZSTD compression on top of the redundancy compression

9e0c5b3... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Remove "mem hog" comment from snapshot frequency

cc6f9a7... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Oops, fix for previous commit. And minor optimization.

2530bc8... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Merge pull request #18411 from Kethen/allow_plugin_blacklist

allow `ALL = true` then `gameID = false` blacklisting

b875101... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Merge pull request #18413 from hrydgard/cache-drawpixels

Cache and hash data for DrawPixels

632fa1c... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Cache and hash data for DrawPixels.

We already had a cache to reuse texture objects so just
opportunistically reuse them when easy to do so.

030a031... by Katharine Chui <email address hidden>

allow `ALL = true` then `gameID = false` blacklisting

3287c26... by =?utf-8?q?Henrik_Rydg=C3=A5rd?= <email address hidden>

Merge pull request #18408 from hrydgard/ui-refactoring-1

UI: Remove unnecessary mutexes, assorted cleanup