Revisions of vita3k

Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 51)
- Update to version 20230526.22f307df:
  * 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.
  * renderer: Allow rendered u8u8u8 textures to be sampled again
  * shader: Implement SUBFLR dual op
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 50)
- Update to version 20230524.42d6b4ef:
  * renderer/vulkan: Add additional FP16 check
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 49)
- Update to version 20230524.f88e3356:
  * vita3k/gui: fix apply surface sync setting (#2601)
  * gui: Fix default avatar path on linux
  * renderer/vulkan: Add FSR upscaling
  * renderer: Refractor Screen Filtering
  * gui/vita3k update: Add FreeConsole for run batch in windows. - Should fix install news build in windows terminal.
  * 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.
  * 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.
  * vita3k: Using FreeConsole for Windows for execv and updater. - Set console title. - should fix load exec with using windows 11 terminal.
  * lang: Update ru.xml.
  * gui/user management: Fixed typos
  * gui/controllers dialog: Align text in controllers dialog - lang: a few of lang strings improve
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 48)
- Update to version 20230516.b1e61a16:
  * 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.
  * renderer/vulkan: MSAA depth buffer handling fixes
  * gui/themes: refactor display background, allow respect aspect ratio. gui/user management: small refactor of calculate size for keep aspect ratio.
  * gui/user management: Allow using avatar with keep aspect ratio. - Add ps4 background.
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 47)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 46)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 45)
- Update to version 20230511.4280bea5:
  * gui/user management: Improve and fix text outside for button. - fix texture broken when click on edit.
  * lang: update japanese
  * renderer/texture cache: fix typo of block size set for BC1/4. - should fix all background using ubc1 in arbitrary texture type.
  * kernel: Fix compressed self dump
  * modules/sceModulemgr: fix for MaiDump dumps
  * renderer/vulkan: Fix code cleanup commit
  * Vita3K: code cleanup and optimisations
  * kernel: Fix simple event auto reset
  * shader: Remove warning about unnecesary enclosed ints
  * external, renderer/vulkan: Enable full swizzle on MoltenVK
  * vulkan: Fix nodiscard warnings
  * mem: Fix bug when adding protection
  * ctrl: Improve accuracy of controller functions
  * renderer/vulkan: Enable portability extension on Apple
  * modules/SceJpegUser: Implement sceJpegDecodeMJpeg function. codec/mjpeg: Add support of format AV_PIX_FMT_YUVJ420P. kernel: set variable paused_threads_status in private.
  * vita3k: Add missing cstdint includes
  * nids: Add missing lwmutex nids
  * audio: Fix assertion in AacDecoderState::receive (#2560)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 44)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 43)
- Update to version 20230506.39bfd764:
  * vita3k: implement Pause/resume app.
  * Add new supporter.
  * modules/SceSysmodule: Improve sceSysmoduleIsLoaded check
  * vita3k: bump to 0.1.8.
  * shader: Implement DEPTHF instruction
  * render/vulkan: Improve support for MSAA depth buffers
  * renderer: Fix bug when downscaling without MSAA
  * renderer/gl: Implement U8U8 base color format
  * gui/live area/help: fixed crash
  * gui: Some improve for gui gui/manual: Improve D-pad in slider gui/live area: Remove the zoom instructions gui/settings dialog: Add lang to main buttons
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 42)
- Update to version 20230504.e9969a11:
  * display: Always refresh screen if a dialog is being shown
  * kernel: Implement DONT_WAIT flag for msg pipes
  * lang: Russian translation  (#2542)
  * renderer/gl: Implement U8 base color format
  * gui/manual: handle manual pages of different aspect ratios. gui: move some push back to emplace back for init texture.
  * renderer/vulkan/sync state: stub SCE_GXM_REGION_CLIP_INSIDE. - should fix Ridge racer render in vulkan backend.
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 41)
- Update to version 20230429.be55aa3a:
  * modules/processmgr: Replace uses of os tm to defined vita tm
  * io: use copy_options instead of copy_option
  * modules/kernel: Better logging on stack corruption
  * modules/gxm: Add a check for nullptr on execute command list (#2531)
  * Add new supporters.
  * gui: Correctly apply DPI scaling to fonts
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 40)
- Update to version 20230425.06515bfe:
  * lang: fix small changes. (#2528)
  * about dialog: fix small typo (#2523)
  * README: Add supporters section. FUNDING: Move from patreon to ko-fi. gui/about dialog: remove note useless and update contributors list.
  * gui/about dialog: Add first supporter. - reworks list move to column to table.
  * lang: small Update language. (#2517)
  * modules/SceNgs: Do not return error for sceNgsVoiceGetStateData if mem is null
  * vita3k/gui: fix crash on wrong or absent app icon It can happens on incompletely installed game and no firmware, or just corrupted icon file
  * gui/about dialog: Added ko-fi subscription link.
  * renderer/ogl: Implement F16 base color format
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 39)
- Update to version 20230420.2f341692:
  * util/log: Replace log_hex with log_hex_fast (#2507)
  * gui/about dialog: Add open github author history for contributors. - Add credit of designer of Vita3K icon. - refactor open link.
  * renderer/scene: Implement convert linear to swizzled for transfercopy.
  * gui/live area: Fixed the missing str
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 38)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 37)
- Update to version 20230418.6d422415:
  * net/types: fix compile error for msvc-clang
  * gui: better align in controls_dialog and live area help page. make gui controls configurable and some optimization and refactoring
  * savedata: Fix requiredKiB not being set to 0 when all executed nicely
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 36)
- Update to version 20230413.8623b516:
  * renderer/vulkan: Peform rgba->rgb conversion using ffmpeg
  * net/http: Some improvements
  * modules/SceCommonDialog: Update a few of common strings.
  * external: Update SDL to 2.26.5.
  * codec: Initialize SwrContext to nullptr
  * external/codec: Update ffmpeg
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 35)
- Update to version 20230408.b28657ac:
  * renderer: Simplify batch and state function dispatch
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 34)
- Update to version 20230408.3828e7a5:
  * renderer/vulkan: Implement surface sync
  * gui/vita3k update: fix run script of update when path have space. gui/live area: enable and correct value of frame for psmobile template. gui/home screen: fix sort app list for update compat db when user is not open.
  * Typo fixes #2475
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 33)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 32)
Displaying revisions 61 - 80 of 111
openSUSE Build Service is sponsored by