bookmist
1cd8c8378e
kernel/sync_primitives: more accurate implementation of message pipes
2023-06-05 00:04:31 +02:00
Macdu
6c900b2a33
renderer: Fix stencil and depth sampling
2023-06-04 12:09:22 +02:00
Macdu
58a571e8ea
modules/SceGxm, renderer/vulkan: Implement visibility buffer using occlusion queries
2023-06-04 00:51:51 +02:00
nishinji
1458f474f5
shaders-builtin: Add bicubic filter
2023-06-02 16:45:25 +02:00
CoffeeBrewer64
ca92b35e3b
vita3K: Remove SceGxmProgram.grammar ( #2620 )
2023-05-29 17:57:09 +02:00
Zangetsu38
9837745e54
config: Add option of vulkan validation layer.
...
- Allow can disable it for no impact performance of game when sdk is installed.
2023-05-28 23:07:59 +02:00
Saturnsky
d16f87c337
modules/sceJpegEncUser, codec: Implement stubbed functions ( #2608 )
...
- MJpeg and sceJpegEncoderSetValidRegion functions are not yet supported.
- Ignores the CompressionRatio parameter.
2023-05-28 16:07:31 +02:00
bookmist
a197d981e0
modules/SceNet: a bit more correct error codes
2023-05-27 20:45:58 +03:00
bookmist
befe57b3f2
modules/SceHttp: fix crash at HLE http on connection closing
2023-05-27 20:45:58 +03:00
bookmist
33991d6a3b
modules/SceRtcUser: implement sceRtcTickAddYears, sceRtcTickAddMonths
2023-05-27 20:45:58 +03:00
bookmist
bf2e6da45b
modules/SceGxm: Workaround possible crash on game exit (exit_delete_all_threads)
...
Crash happens when internal kernel display_queue_thread is destroyed before internal sdl SceGxmDisplayQueue thread
2023-05-27 20:45:58 +03:00
bookmist
841336b9e6
modules/SceNpTrophy: stubbed impl of sceNpTrophyGetGroupInfo. also remove std:: from types
2023-05-27 20:45:58 +03:00
bookmist
04b356173b
modules/SceLibKernel: stubbed sceKernelGetRWLockInfo, sceKernelTrySendMsgPipe
2023-05-27 20:45:58 +03:00
bookmist
1733c14a8c
modules/SceThreadmgr: implement sceKernelDeleteCallback
2023-05-27 20:45:58 +03:00
bookmist
4b0593d308
modules/SceAudiodec: a bit better logs
2023-05-27 20:45:58 +03:00
bookmist
b011ee0fac
modules/SceVideodec: describe enums
2023-05-27 20:45:58 +03:00
Macdu
5e0b62ccf3
shader: Improve shader handling of Vita's MSAA
2023-05-27 14:28:14 +02:00
Macdu
23910123d3
shader: correct frag_coord position when upscaling is enabled
2023-05-27 14:28:14 +02:00
Macdu
de93bb6898
renderer/vulkan: Improve support for not-downscaled MSAA surfaces
2023-05-27 14:28:14 +02:00
bookmist
e85d11eee0
CMake: fix build of dynarmic/mcl library on msvc-clang with clang 16
...
Also drop no more used workaround
2023-05-27 13:06:07 +03:00
Macdu
dd4a96f870
renderer/vulkan: Fix flat viewport when upscaling is used
2023-05-27 00:03:22 +02:00
Macdu
95a706f8ce
modules/SceGxm: Fix typo in sceGxmMapMemory
2023-05-26 20:31:55 +02:00
Zangetsu38
22f307df38
modules/SceMotion: stub SceMotionGetState with set value to zero.
...
- Fixes head movement of Sackboy occurring independently in LBP.
- Also fixes the issue in Gravity Rush where the screen turns black when using gravity or during specific moments involving the motion sensor.
motion: Prepares for future motion support.
2023-05-26 12:17:33 +02:00
Macdu
e4cde74a4b
renderer: Allow rendered u8u8u8 textures to be sampled again
2023-05-26 11:32:23 +02:00
Macdu
95ac080563
shader: Implement SUBFLR dual op
2023-05-25 22:14:42 +02:00
Macdu
42d6b4efaf
renderer/vulkan: Add additional FP16 check
2023-05-24 22:21:05 +02:00
Lupia
f88e3356e7
vita3k/gui: fix apply surface sync setting ( #2601 )
2023-05-24 12:00:52 +02:00
Pedro Montes Alcalde
a82758551d
gui: Fix default avatar path on linux
2023-05-23 20:34:53 -03:00
Macdu
edca8593ae
renderer/vulkan: Add FSR upscaling
2023-05-23 23:11:22 +02:00
Macdu
18f9b84276
renderer: Refractor Screen Filtering
2023-05-23 23:11:22 +02:00
Zangetsu38
a714356768
gui/vita3k update: Add FreeConsole for run batch in windows.
...
- Should fix install news build in windows terminal.
2023-05-22 23:32:16 +02:00
Zangetsu38
1c10fe1d1e
vita3k/script/update-windows: Fix number of current build.
...
- move check last release version to github api.
- Add 1 sec timeout for fix display begin of batch.
2023-05-22 21:25:00 +02:00
Zangetsu38
968df5b60b
gui/user management: Big Refactor for more close to PS4.
...
- reworks size and position of avatar.
- Add box for avatar and user name.
- reworks user name position.
- limit input to 16 letter.
- move menu select to switch.
2023-05-22 14:16:53 +02:00
Zangetsu38
9d45a5fc66
vita3k: Using FreeConsole for Windows for execv and updater.
...
- Set console title.
- should fix load exec with using windows 11 terminal.
2023-05-20 16:14:34 +02:00
HuanJiCanShang
c453f24cd9
lang: Update ru.xml.
2023-05-18 05:12:33 +02:00
Croden1999
5268c0e514
gui/user management: Fixed typos
2023-05-17 21:05:31 +02:00
Croden1999
3abd4e362c
gui/controllers dialog: Align text in controllers dialog
...
- lang: a few of lang strings improve
2023-05-17 11:42:52 +02:00
Zangetsu38
b1e61a164a
gui/theme: create function for init all user user backgrounds.
...
- clean and reset variable when switch user.
- set init value of current theme/user background.
- should fix crash on boot emu when using custom background.
2023-05-16 13:28:53 +02:00
Macdu
1c00966142
renderer/vulkan: MSAA depth buffer handling fixes
2023-05-16 03:23:24 +02:00
Zangetsu38
cf5581b218
gui/themes: refactor display background, allow respect aspect ratio.
...
gui/user management: small refactor of calculate size for keep aspect ratio.
2023-05-15 19:23:15 +02:00
Zangetsu38
60a68325bd
gui/user management: Allow using avatar with keep aspect ratio.
...
- Add ps4 background.
2023-05-15 12:28:49 +02:00
Zangetsu38
4280bea590
gui/user management: Improve and fix text outside for button.
...
- fix texture broken when click on edit.
2023-05-11 16:56:14 +02:00
nishinji
e6752f9929
lang: update japanese
2023-05-11 14:34:23 +02:00
Zangetsu38
8b8eb4b60a
renderer/texture cache: fix typo of block size set for BC1/4.
...
- should fix all background using ubc1 in arbitrary texture type.
2023-05-11 12:37:47 +02:00
Macdu
a80acaab74
kernel: Fix compressed self dump
2023-05-11 04:28:11 +02:00
bookmist
d4100ece08
modules/sceModulemgr: fix for MaiDump dumps
2023-05-11 01:17:12 +03:00
Macdu
c28611a2ab
renderer/vulkan: Fix code cleanup commit
2023-05-10 16:10:08 +02:00
bookmist
4ba2e086cc
Vita3K: code cleanup and optimisations
2023-05-10 15:31:55 +03:00
Macdu
1b7e038ddd
kernel: Fix simple event auto reset
2023-05-10 01:36:38 +02:00
Pedro Montes Alcalde
4af2b07b01
shader: Remove warning about unnecesary enclosed ints
2023-05-09 17:28:59 -03:00