Commit graph

27912 commits

Author SHA1 Message Date
Henrik Rydgård
d465ce5123 Quick Vulkan crashfix 2020-08-22 10:50:39 +02:00
Henrik Rydgård
bf18817fe4
Merge pull request #13319 from hrydgard/state-cleanup-cleanup
State cleanup cleanup
2020-08-22 08:31:07 +02:00
Henrik Rydgård
26ba65f385 Some minor logging improvements that get to tag along the previous commit 2020-08-22 00:32:51 +02:00
Henrik Rydgård
506a86300d More explicit invalidation of any cached state in Thin3D. Fixes #13307 2020-08-22 00:30:29 +02:00
Henrik Rydgård
e8779fdc88
Merge pull request #13314 from unknownbrackets/warnings
GPU: Fix some case warnings
2020-08-20 09:03:57 +02:00
Henrik Rydgård
dec8d2ca1d
Merge pull request #13315 from unknownbrackets/ui-chat
UI: Use standard text wrapping for chat messages
2020-08-20 09:03:18 +02:00
Unknown W. Brackets
3c5d82d30e UI: Use standard text wrapping for chat messages.
This way they will actually wrap in a width-aware way, regardless of
screen size.  They should also better take into account non-Unicode.
2020-08-19 21:58:11 -07:00
Unknown W. Brackets
aa14fef19d UI: Allow text to use native fonts.
Yes, it changes, but we want to show characters outside our atlas.  It's
not just ASCII.
2020-08-19 21:38:46 -07:00
Unknown W. Brackets
631924f3e0 UI: Split chat lines using Unicode. 2020-08-19 21:35:31 -07:00
Unknown W. Brackets
3055deeba6 GPU: Fix some case warnings.
Better to avoid the warnings.
2020-08-19 21:18:44 -07:00
Unknown W. Brackets
d7fa5928d4 Kernel: Avoid two different Heap structs. 2020-08-19 20:56:05 -07:00
Unknown W. Brackets
a60759cca3
Merge pull request #13309 from ANR2ME/initlocalhostip
Avoid using getaddrinfo during initialization
2020-08-19 02:08:32 -04:00
ANR2ME
0298f59fd5 Avoid using getaddrinfo during initialization as it could blocked the thread if there is no network 2020-08-19 12:33:20 +07:00
Henrik Rydgård
0752e7d158
Merge pull request #13302 from unknownbrackets/net-local
Net: Simplify local IP lookup and cleanup instance counter a bit
2020-08-18 21:29:29 +02:00
Henrik Rydgård
2a9f4ac763
Merge pull request #13306 from unknownbrackets/warnings
Audiocodec: Fix warning on older clang
2020-08-18 19:01:51 +02:00
Unknown W. Brackets
1e2a904fb7 Audiocodec: Fix warning on older clang. 2020-08-18 07:21:11 -07:00
Unknown W. Brackets
31830dd4df native: Minor header cleanup. 2020-08-18 06:59:49 -07:00
Unknown W. Brackets
b0ca635414 Windows: Show instance counter only with peers. 2020-08-18 06:59:49 -07:00
Unknown W. Brackets
09a3d1f7cb Net: Use locking consistently for instance counter. 2020-08-18 06:59:49 -07:00
Henrik Rydgård
60801e066f Improve JPEG file detection (mainly for background image use) 2020-08-18 15:31:16 +02:00
sum
b4efca9480
Merge pull request #13305 from sum2012/kernel_minor2
Small mistake in sceKernelExitDeleteThread
2020-08-18 21:23:48 +08:00
sum2012
3f6c80fb07 Small mistake in sceKernelExitDeleteThread
oop
2020-08-18 21:22:12 +08:00
Henrik Rydgård
8c859ef0f8
Merge pull request #13304 from sum2012/kernel_minor
Add a check in sceKernelExitDeleteThread
2020-08-18 15:15:28 +02:00
sum2012
80283d3230 Add a check in sceKernelExitDeleteThread 2020-08-18 21:03:45 +08:00
Henrik Rydgård
d8334ba66f
Merge pull request #13301 from hrydgard/more-gl-state-leaks
More GL state leak fixing
2020-08-18 12:58:13 +02:00
Henrik Rydgård
06a528927e GL: Re-enable mipmaps for thin3d textures. 2020-08-18 12:57:43 +02:00
Unknown W. Brackets
495996e58b Windows: Make the instance counter go by 1, 2, 3. 2020-08-18 00:47:22 -07:00
Unknown W. Brackets
817dd33737
Merge pull request #13294 from hrydgard/software-side-clip
Software renderer clipper: Don't clip on the sides.
2020-08-18 03:31:01 -04:00
Henrik Rydgård
06ab2159e9 Windows: Auto-enable GL validation (debug messages) in debug builds 2020-08-18 09:18:50 +02:00
Henrik Rydgård
5313fc5b36 More work on GL state leaks. Some things really need a redesign. 2020-08-18 09:18:24 +02:00
Unknown W. Brackets
4d307be2b2 Net: Simplify local IP lookup. 2020-08-17 23:34:29 -07:00
Unknown W. Brackets
a89840f309 Net: Cut down on local IP aliasing. 2020-08-17 23:08:35 -07:00
Unknown W. Brackets
6e4e9a2e84
Merge pull request #13298 from sum2012/kernel_patch
Fix sceKernelExitThread
2020-08-17 20:20:35 -04:00
sum2012
35c05ef064 Use ppsspp error name 2020-08-18 06:42:55 +08:00
sum2012
dfad6cd479 oop 2020-08-17 23:18:12 +08:00
sum2012
df1f126715 Fix sceKernelExitThread
fix #13297 fix #9523
According from
https://github.com/jpcsp/jpcsp/blob/master/src/jpcsp/HLE/modules/ThreadManForUser.java#L3924
2020-08-17 23:16:15 +08:00
Henrik Rydgård
ea376ef886 Add support for the 8Bitdo SF30/SN30 Pro controllers on SDL. See #13034 2020-08-17 15:40:27 +02:00
Henrik Rydgård
c2c2ba7eba
Merge pull request #13296 from hrydgard/log-improvements
Log improvements
2020-08-17 09:51:41 +02:00
Henrik Rydgård
c0dffd56aa Log the first 100 block transfers instead of just the first one. Should make it easier to spot interesting things without hacking the log code. 2020-08-16 22:38:15 +02:00
Henrik Rydgård
479dedf0ba Some logging improvements. Show more coordinates for block transfers, etc. 2020-08-16 22:27:21 +02:00
Henrik Rydgård
2e06386cf6 Software renderer clipper: Don't clip on the sides. Fixes #4845 and should fix #7124 for the SW renderer. 2020-08-16 21:38:07 +02:00
Unknown W. Brackets
20eef073b4
Global: Unbreak build. 2020-08-16 10:54:47 -07:00
Henrik Rydgård
365c1402ca
Merge pull request #13293 from hrydgard/logmanager-cleanup
More log/assert cleanup
2020-08-16 16:10:53 +02:00
Henrik Rydgård
1ee70c1bcf Buildfix 2020-08-16 15:05:44 +02:00
Henrik Rydgård
3c8ca6ad8d
Merge pull request #13292 from Kingcom/cmake
Fix undesired re-builds after runnning CMake
2020-08-16 14:50:28 +02:00
Henrik Rydgård
0bf6bd9175 More Log.h cleanup. 2020-08-16 14:48:54 +02:00
Henrik Rydgård
9561a4f80a Move MsgHandler into Log.cpp/h 2020-08-16 14:48:54 +02:00
Henrik Rydgård
5704ebfb61 More cleanup of Log.h, move AndroidAssert into MsgHandler.cpp/h. 2020-08-16 14:48:54 +02:00
Henrik Rydgård
e8a9845d93 First step of cleaning up Log.h. Plus a few other bits and bobs. 2020-08-16 14:48:54 +02:00
sorgts
fce0fdb6dc Fix undesired re-builds after runnning CMake 2020-08-16 14:01:40 +02:00