Revisions of vita3k
Sergey Kondakov (X0F)
committed
(revision 111)
- Update to version 20240914T132423.e70999ad: * external: Fix OpenSSL path installation for the new 3.3.2 version. - Set and use OPENSSL_ROOT_DIR as a cache variable to copy the bin files. * external/ci: set macOS minimum version to 11.0 (#3361) * gui/interface: Fix reinstall using DnD and Vulkan * modules/SceJpeg: Implement MCU-based decoding and pitch calculation * renderer/gl: Remove unnecessary translate_type() call for compressed textures (#3372) * app: Disable round window corners on Windows * gui/vita3k updater: Fix batch script path handling on Windows. - Replaced '/' with '\\' to fix path handling and resolve issues caused by incorrect path interpretation. * renderer/gl: Add support for SCE_GXM_COLOR_BASE_FORMAT_U8U8U8 color format * external: Update boost to 1.86. - Adding crc module. Fix Boost linkage issues in release build. - Fix path of BOOST_LIBRARYDIR. * external: update sdl to version 2.30.7 * external: Update Vulkan dependencies * gui: free sdl cursors for all backends * external: update imgui to version v1.91.1 * imgui: ImGuiChildFlags_Border migration * vita3k: cleanup (#3357) * README: update * renderer/vk: use physical_device if not null * renderer/gl: fix bcn compressed size in upload_texture_impl * gui: some small improvements * vita3k/interface: support JPEG screenshot format * cmake: set boost minimum version * sdl: build compatibility with version < 2.24.0 * [gui] common_dialog.cpp fix save info dialog crash (#3337) * gui: Fix char* comparasion being made over string literal * external: Update submodules (#3329) * external: Update sdl to 2.30.5 (#3324) * io/modules: Make modules load the case sensitive file found in fs * .github/workflows: Push build to store repository using ghr (#3320) * audio: Improve audio output timing accuracy
Sergey Kondakov (X0F)
committed
(revision 110)
Sergey Kondakov (X0F)
committed
(revision 109)
Sergey Kondakov (X0F)
committed
(revision 108)
Sergey Kondakov (X0F)
committed
(revision 107)
Sergey Kondakov (X0F)
committed
(revision 106)
Sergey Kondakov (X0F)
committed
(revision 105)
Sergey Kondakov (X0F)
committed
(revision 104)
Sergey Kondakov (X0F)
committed
(revision 103)
Sergey Kondakov (X0F)
committed
(revision 102)
Sergey Kondakov (X0F)
committed
(revision 101)
Sergey Kondakov (X0F)
committed
(revision 100)
Sergey Kondakov (X0F)
committed
(revision 99)
Sergey Kondakov (X0F)
committed
(revision 98)
Sergey Kondakov (X0F)
committed
(revision 97)
- Update to version 20240319T211715.cb15157c: * shader: Replace std map by std array to store shader code in convert_gxp_usse_to_spirv (#3252) * renderer: add actual GPU name into github issue template * vita3k: big code cleanup * shader: Fix misuse of spv::Builder::createOp with spv::OpVectorShuffle (#3247) * kernel: Add support for module unloading/reloading (#3246) * gui/live area: Fix transparency of Info bar. (#3234) * external: update ffmpeg (#3249) * renderer: Improve transfer copy and downscale (#3232) * external, cpu: Update dynarmic (#3241) * vkutil: Fix regression (#3238) * vita3k: Fix some vma assert issues (#3236) * external: Import CppCommon to detect CPU and OS (#3227) * lang: Improve Polish localization. * gui/information bar: Add support of read battery level.
Sergey Kondakov (X0F)
committed
(revision 96)
- Update to version 20240223T145508.17c1c3b6: * renderer/vulkan: Fix MSAA2x (#3223) * gui/settings: Add audio tab translation (#3215) * vita3k: some minor bugfixes * renderer: Implement fractional upscaling (#3207) * renderer/texture: Fix texture export for gamma textures (#3210) * modules/SceHttp: fix crash on HLE of creating https connection * gui/lang: Update minor lang strings. (#3206) * io: implement music0, photo0, video0 devices * renderer: Add screenshot support (#3202) * build: fix openssl pre-build path. (#3205) * gui/settings dialog; Add audio tab & small refactor. (#3198) * workflows: Update actions (#3196) * app: Improve path support for Linux and macOS. (#3193) * gui, audio: Implement global volume percent setting. (#3194) * vita3k: set fs::path type for string paths and refactoring * util: Rename restrict macro (#3192) * ci: Use static dependencies on windows (#3190) * display: Add FPS hack (#3189) * gui: Fix audio parameter (#3188) * modules/SceAudio: Fix sceAudioOutSetConfig implementation (#3186) * .github: Create GitHub issue templates (#3180) * vita3k: typo fixes (#3179) * external, packages: Use OpenSSL for crypto operations * external: Update psvpfstools * renderer/vulkan: Fix depth/stencil identification (#3184) * renderer/vulkan: Fix typo in pipeline_cache (#3176) * renderer/vulkan: Improvements for asynchronous pipeline compilation (#3169) * vita3K: Bump version to 0.2.0. (#3173) * gui/settings_dialog: Update lang strings and adjust debug options. (#3168)
Sergey Kondakov (X0F)
committed
(revision 95)
Sergey Kondakov (X0F)
committed
(revision 94)
Sergey Kondakov (X0F)
committed
(revision 93)
- Update to version 20240110T120730.482b347d: * .github/labeler: small fixes (#3170) * renderer/vulkan: Fix issue with surface cache typeless copies (#3164) * Vita2024K: Happy 2024 * renderer: Rewrite TransferCopy (#3163) * renderer/vulkan: Improve surface cache (#3160) * modules/SceGxm: Improve softlock prevention for sync object (#3162) * shader: Implement SMBO instruction * shader: fix integer MOV instruction * shader: Fix CMP(MSK) instruction * renderer, shader: Rewrite regformat implementation * shader: Implement fx10 unpacking * modules/SceNgs: Improve sceNgsAT9GetSectionDetails (#3150) * modules/SceThreadmgr: Return 1 as the process id (#3148) * renderer/vulkan: Implement async pipeline compilation (#3145) * modules/SceGxm: Workaround to prevent softlock when swapping images (#3140) * renderer: Use accurate sync object synchronisation only with high accuracy (#3141) * Fixes an issue where if Vita3K is called to run from an AppImage (not AS an AppImage) it will incorrectly believe that it is running AS an AppImage, and try to read its files from a place they do not exist * lang: Update Indonesia and Malaysia translations. (#3122) * .github: Add bot labeler (#3132) * modules/SceGxm: Decrease stubbed rendertarget size (#3136) * modules: Stub some unkown CommonDialog function (#3135) * kernel: Page-align the stack size (#3134) * app_context_menu: fix URL for stete_report * renderer/vulkan: Use empty mask if frag has no output (#3130) * shader: Fix dual absolute + typo * shader: Fix constant loading * kernel: Improve thread end callback (#3129) * shader: Improve get_predicate (#3123) * gui: fix undefined behavior (#3112)
Sergey Kondakov (X0F)
committed
(revision 92)
Displaying revisions 1 - 20 of 111