Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-26 | Merge pull request #9324 from v1993/master | Morph | |
crypto: use user-provided keys whenever possible | |||
2022-11-27 | crypto: use user-provided keys whenever possible | Valeri | |
Solves an issue where autogenerated title keys would take precedence over those provided by user. | |||
2022-11-26 | Merge pull request #9318 from goldenx86/glsl-ftw | bunnei | |
Replace GLSL as the default OpenGL shader backend | |||
2022-11-26 | Oops | Matías Locatti | |
2022-11-26 | Replace GLSL as the default OpenGL shader backend | Matías Locatti | |
GLASM is not very compatible with the latest games, and too many people have the special superpower to break their Vulkan support. | |||
2022-11-26 | Merge pull request #9288 from vonchenplus/deferred_draw | liamwhite | |
video_core: Fine tune maxwell drawing trigger mechanism | |||
2022-11-26 | Merge pull request #9307 from Morph1984/not-used-correctly | liamwhite | |
maxwell_to_vk: Fix format usage bits and add R16_SINT | |||
2022-11-25 | Merge pull request #9297 from Kelebek1/sink_oob | liamwhite | |
[audio_core] Fix an OoB with sample sinking | |||
2022-11-25 | Merge pull request #9302 from liamwhite/why-are-we-still-using-ado | bunnei | |
externals: always use LibreSSL on Windows | |||
2022-11-25 | Merge pull request #9304 from liamwhite/menu-roll | bunnei | |
Qt: assign menuRole properties for actions | |||
2022-11-25 | Merge pull request #9305 from lioncash/request | bunnei | |
hle_ipc: Add helper function for determining element counts | |||
2022-11-24 | Merge pull request #9194 from FernandoS27/yfc-fermi2d | liamwhite | |
YFC - Fermi2D: Rework blit engine and add a software blitter. | |||
2022-11-24 | Merge pull request #9312 from FernandoS27/pokemomma | Morph | |
GPU: Fix buffer cache issue, engine upload not inlining memory in multiple lines, etc | |||
2022-11-24 | Fermi2D: Cleanup and address feedback. | Fernando Sahmkow | |
2022-11-24 | GPU: Fix buffer cache issue, engine upload not inlining memory in multiline ↵ | Fernando Sahmkow | |
and pessismistic invalidation. | |||
2022-11-24 | GPU: Implement additional render target formats. | Fernando Sahmkow | |
2022-11-24 | MaxwellDMA: Implement BlockLinear to BlockLinear copies. | Fernando Sahmkow | |
2022-11-24 | Fermi2D: Implement Bilinear software filtering and address feedback. | Fernando Sahmkow | |
2022-11-24 | Fermi2D: Rework blit engine and add a software blitter. | Fernando Sahmkow | |
2022-11-23 | maxwell_to_vk: Add R16_SINT | Morph | |
This was somehow missed when the format was added to GL | |||
2022-11-23 | maxwell_to_vk: Fix format usage bits | Morph | |
- VK_FORMAT_B8G8R8A8_UNORM supports the STORAGE_IMAGE_BIT - VK_FORMAT_R4G4B4A4_UNORM_PACK16 does not support the COLOR_ATTACHMENT_BIT | |||
2022-11-23 | service: Make use of buffer element count helpers | Lioncash | |
2022-11-23 | hle_ipc: Add helper functions for getting number of buffer elements | Lioncash | |
2022-11-23 | hle_ipc: Mark relevant member functions as [[nodiscard]] | Lioncash | |
Will allow the compiler to complain about cases where ignoring the return value would be a bug. | |||
2022-11-23 | Qt: assign menuRole properties for actions | Liam | |
2022-11-23 | externals: always use LibreSSL on Windows | Liam | |
2022-11-22 | Merge pull request #9299 from lioncash/cast | liamwhite | |
k_handle_table: Remove cast to void* in GetObjectForIpc | |||
2022-11-22 | k_handle_table: Remove cast to void* in GetObjectForIpc | Lioncash | |
This was used to get around the KProcess class being incomplete. We can just move this to the cpp file and eliminate the cast entirely, letting the compiler do its work. | |||
2022-11-22 | Merge pull request #9219 from german77/nfc_impl | bunnei | |
service: nfc: Implement NFC IUser service | |||
2022-11-22 | Use the maximum input index for samples buffer span size, not just the input ↵ | Kelebek1 | |
count | |||
2022-11-22 | video_core: Optimize maxwell drawing trigger mechanism | FengChen | |
2022-11-21 | Merge pull request #9292 from Morph1984/amiibo-web-service | Narr the Reg | |
qt_amiibo_settings: Use WebClient only if ENABLE_WEB_SERVICE is enabled | |||
2022-11-21 | qt_amiibo_settings: Use WebClient only if ENABLE_WEB_SERVICE is enabled | Morph | |
Resolves compilation errors when ENABLE_WEB_SERVICE is disabled in CMake configuration | |||
2022-11-20 | Merge pull request #9279 from liamwhite/this-would-have-never-happened-in-rust | Morph | |
dmnt:cht: fix copy-paste error | |||
2022-11-20 | Merge pull request #9216 from vonchenplus/reimp_inline_index_buffer | liamwhite | |
video_core: Reimplement inline index buffer binding | |||
2022-11-20 | Merge branch 'master' into nfc_impl | Narr the Reg | |
2022-11-20 | dmnt:cht: fix copy-paste error | Liam | |
2022-11-20 | Merge pull request #9238 from german77/cabinet_applet | bunnei | |
service: am: Implement cabinet applet | |||
2022-11-20 | Merge pull request #9249 from goldenx86/available-vram | Morph | |
Add available Vulkan VRAM to log files | |||
2022-11-20 | Merge pull request #9274 from Morph1984/issue-forms | Morph | |
github: Add new issue form templates | |||
2022-11-20 | github: Add blank issue template | Morph | |
This is meant to only be used by developers. | |||
2022-11-19 | github: Remove old markdown form | Morph | |
Replaced by the newer issue forms template | |||
2022-11-19 | github: Add new feature request issue form | Morph | |
2022-11-19 | github: Add new bug report issue form | Morph | |
2022-11-19 | Merge pull request #9271 from merryhime/dynarmic-mwe128-stack-misalignment | Fernando S | |
dynarmic: Fix stack misalignment in GenMemory128Accessors | |||
2022-11-19 | Merge pull request #9254 from FernandoS27/auto-cpu-fix | bunnei | |
Dynarmic: Remove inaccurate NaN from Auto CPU settings. | |||
2022-11-19 | dynarmic: Fix stack misalignment in GenMemory128Accessors | Merry | |
2022-11-19 | Merge pull request #9191 from german77/touching_souls | liamwhite | |
core: hid: Implement true multitouch support | |||
2022-11-19 | Merge pull request #9260 from liamwhite/youre-in-big-trouble-now | Fernando S | |
spirv_emit_context: add missing flat decoration | |||
2022-11-19 | service: nfc: Implement nfc user | Narr the Reg | |