summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9307 from Morph1984/not-used-correctlyGravatar liamwhite2022-11-261-3/+3
|\ | | | | maxwell_to_vk: Fix format usage bits and add R16_SINT
| * maxwell_to_vk: Add R16_SINTGravatar Morph2022-11-231-1/+1
| | | | | | | | This was somehow missed when the format was added to GL
| * maxwell_to_vk: Fix format usage bitsGravatar Morph2022-11-231-2/+2
| | | | | | | | | | - VK_FORMAT_B8G8R8A8_UNORM supports the STORAGE_IMAGE_BIT - VK_FORMAT_R4G4B4A4_UNORM_PACK16 does not support the COLOR_ATTACHMENT_BIT
* | Merge pull request #9297 from Kelebek1/sink_oobGravatar liamwhite2022-11-251-6/+8
|\ \ | | | | | | [audio_core] Fix an OoB with sample sinking
| * | Use the maximum input index for samples buffer span size, not just the input ↵Gravatar Kelebek12022-11-221-6/+8
| | | | | | | | | | | | count
* | | Merge pull request #9304 from liamwhite/menu-rollGravatar bunnei2022-11-251-0/+9
|\ \ \ | | | | | | | | Qt: assign menuRole properties for actions
| * | | Qt: assign menuRole properties for actionsGravatar Liam2022-11-231-0/+9
| | |/ | |/|
* | | Merge pull request #9305 from lioncash/requestGravatar bunnei2022-11-2513-72/+78
|\ \ \ | | | | | | | | hle_ipc: Add helper function for determining element counts
| * | | service: Make use of buffer element count helpersGravatar Lioncash2022-11-2312-47/+41
| | | |
| * | | hle_ipc: Add helper functions for getting number of buffer elementsGravatar Lioncash2022-11-231-0/+12
| | | |
| * | | hle_ipc: Mark relevant member functions as [[nodiscard]]Gravatar Lioncash2022-11-231-25/+25
| |/ / | | | | | | | | | | | | Will allow the compiler to complain about cases where ignoring the return value would be a bug.
* | | Merge pull request #9194 from FernandoS27/yfc-fermi2dGravatar liamwhite2022-11-2421-31/+1832
|\ \ \ | | | | | | | | YFC - Fermi2D: Rework blit engine and add a software blitter.
| * | | Fermi2D: Cleanup and address feedback.Gravatar Fernando Sahmkow2022-11-243-8/+150
| | | |
| * | | GPU: Implement additional render target formats.Gravatar Fernando Sahmkow2022-11-247-12/+126
| | | |
| * | | MaxwellDMA: Implement BlockLinear to BlockLinear copies.Gravatar Fernando Sahmkow2022-11-242-1/+69
| | | |
| * | | Fermi2D: Implement Bilinear software filtering and address feedback.Gravatar Fernando Sahmkow2022-11-247-116/+180
| | | |
| * | | Fermi2D: Rework blit engine and add a software blitter.Gravatar Fernando Sahmkow2022-11-2412-18/+1431
| |/ /
* / / GPU: Fix buffer cache issue, engine upload not inlining memory in multiline ↵Gravatar Fernando Sahmkow2022-11-244-15/+9
|/ / | | | | | | and pessismistic invalidation.
* | Merge pull request #9299 from lioncash/castGravatar liamwhite2022-11-222-15/+18
|\ \ | | | | | | k_handle_table: Remove cast to void* in GetObjectForIpc
| * | k_handle_table: Remove cast to void* in GetObjectForIpcGravatar Lioncash2022-11-222-15/+18
| |/ | | | | | | | | | | 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.
* | Merge pull request #9219 from german77/nfc_implGravatar bunnei2022-11-2212-84/+723
|\ \ | |/ |/| service: nfc: Implement NFC IUser service
| * Merge branch 'master' into nfc_implGravatar Narr the Reg2022-11-2084-190/+2159
| |\
| * | service: nfc: Implement nfc userGravatar Narr the Reg2022-11-1912-84/+723
| | |
* | | qt_amiibo_settings: Use WebClient only if ENABLE_WEB_SERVICE is enabledGravatar Morph2022-11-211-0/+4
| | | | | | | | | | | | Resolves compilation errors when ENABLE_WEB_SERVICE is disabled in CMake configuration
* | | Merge pull request #9279 from liamwhite/this-would-have-never-happened-in-rustGravatar Morph2022-11-201-1/+1
|\ \ \ | | | | | | | | dmnt:cht: fix copy-paste error
| * | | dmnt:cht: fix copy-paste errorGravatar Liam2022-11-201-1/+1
| | |/ | |/|
* | | Merge pull request #9216 from vonchenplus/reimp_inline_index_bufferGravatar liamwhite2022-11-205-33/+31
|\ \ \ | |/ / |/| | video_core: Reimplement inline index buffer binding
| * | video_core: Reimplement inline index buffer bindingGravatar Feng Chen2022-11-155-33/+31
| | |
* | | Merge pull request #9238 from german77/cabinet_appletGravatar bunnei2022-11-2020-16/+1310
|\ \ \ | | | | | | | | service: am: Implement cabinet applet
| * | | general: Address review commentsGravatar german772022-11-1314-190/+200
| | | |
| * | | service: am: Fix cabinet applet resultGravatar german772022-11-132-10/+22
| | | |
| * | | yuzu: Implement cabinet applet frontendGravatar german772022-11-136-1/+865
| | | |
| * | | service: am: Implement cabinet applet backendGravatar german772022-11-139-7/+362
| | | |
| * | | input_common: Add amiibo applet functionsGravatar german772022-11-133-1/+19
| | | |
| * | | service: nfc: fix tagprotocol and implement GetApplicationAreaIdGravatar german772022-11-134-8/+43
| | |/ | |/|
* | | Merge pull request #9249 from goldenx86/available-vramGravatar Morph2022-11-201-0/+4
|\ \ \ | | | | | | | | Add available Vulkan VRAM to log files
| * | | Update renderer_vulkan.cppGravatar Matías Locatti2022-11-161-0/+4
| | | |
* | | | Merge pull request #9254 from FernandoS27/auto-cpu-fixGravatar bunnei2022-11-191-1/+0
|\ \ \ \ | | | | | | | | | | Dynarmic: Remove inaccurate NaN from Auto CPU settings.
| * | | | Dynarmic: Remove inaccurate NaN from Auto CPU settings.Gravatar Fernando Sahmkow2022-11-171-1/+0
| |/ / /
* | | | Merge pull request #9191 from german77/touching_soulsGravatar liamwhite2022-11-197-52/+123
|\ \ \ \ | | | | | | | | | | core: hid: Implement true multitouch support
| * | | | service: hid: Only overclock npad controllersGravatar german772022-11-192-6/+30
| | | | |
| * | | | core: hid: Implement true multitouch supportGravatar Narr the Reg2022-11-195-46/+93
| | |/ / | |/| |
* | | | Merge pull request #9260 from liamwhite/youre-in-big-trouble-nowGravatar Fernando S2022-11-191-0/+1
|\ \ \ \ | | | | | | | | | | spirv_emit_context: add missing flat decoration
| * | | | spirv_emit_context: add missing flat decorationGravatar Liam2022-11-181-0/+1
| | | | |
* | | | | Merge pull request #9252 from liamwhite/radv-superiorityGravatar bunnei2022-11-198-13/+27
|\ \ \ \ \ | |/ / / / |/| | | | maxwell3d: HLE multi-layer clear macro
| * | | | maxwell3d: full HLE for multi-layer clearsGravatar Liam2022-11-178-24/+17
| | | | |
| * | | | maxwell3d: HLE multi-layer clear macroGravatar Liam2022-11-162-1/+22
| | |/ / | |/| |
* | | | Merge pull request #9253 from vonchenplus/attr_layerGravatar liamwhite2022-11-185-0/+13
|\ \ \ \ | | | | | | | | | | shader: Implement miss attribute layer
| * | | | shader: Implement miss attribute layerGravatar FengChen2022-11-175-0/+13
| | |_|/ | |/| |
* | | | Merge pull request #9234 from liamwhite/data-cash-moneyGravatar bunnei2022-11-187-8/+214
|\ \ \ \ | | | | | | | | | | kernel: implement data cache management operations