summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12852 from Calinou/multiplayer-color-player-countsGravatar liamwhite2024-02-031-4/+21
|\
| * Color player counts in the multiplayer public lobby listGravatar Hugo Locurcio2024-01-301-4/+21
* | Merge pull request #12851 from Calinou/multiplayer-persist-filtersGravatar liamwhite2024-02-032-1/+19
|\ \
| * | Persist filters in multiplayer public lobby listGravatar Hugo Locurcio2024-01-302-1/+19
| |/
* | Merge pull request #12850 from Calinou/multiplayer-add-hotkeysGravatar liamwhite2024-02-032-1/+13
|\ \
| * | Add hotkeys for multiplayer actionsGravatar Hugo Locurcio2024-01-302-1/+13
| |/
* | Merge pull request #12857 from liamwhite/constGravatar Fernando S2024-02-0231-91/+100
|\ \
| * | service: use const references for input raw dataGravatar Liam2024-02-0131-91/+100
* | | Merge pull request #12845 from liamwhite/notifGravatar Fernando S2024-02-023-126/+324
|\ \ \
| * | | notif: rewrite for new IPCGravatar Liam2024-01-293-126/+324
* | | | Merge pull request #12885 from Moonlacer/eclipse-fixGravatar liamwhite2024-02-022-2/+5
|\ \ \ \
| * | | | Clang FixGravatar Moonlacer2024-02-011-2/+3
| * | | | Add Samsung Proprietary Driver ID to Reorder PassGravatar Moonlacer2024-02-012-1/+3
* | | | | Merge pull request #12761 from liamwhite/mp-compositeGravatar Fernando S2024-02-0290-3497/+3667
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | hardware_composer: implement speed limit extensionsGravatar Liam2024-01-315-22/+50
| * | | | nvnflinger/gpu: implement layer stack compositionGravatar Liam2024-01-3128-252/+469
| * | | | renderer_opengl: implement layer stack compositionGravatar Liam2024-01-3110-290/+402
| * | | | renderer_vulkan: implement layer stack compositionGravatar Liam2024-01-3122-952/+662
| * | | | renderer_opengl: split up blit screen resources into antialias and window ada...Gravatar Liam2024-01-3113-229/+329
| * | | | renderer_opengl: move out ownership of FSR resourcesGravatar Liam2024-01-313-100/+74
| * | | | renderer_vulkan: convert FSR to graphics pipelineGravatar Liam2024-01-3117-454/+302
| * | | | renderer_opengl: move out FSR shader source constructionGravatar Liam2024-01-313-26/+23
| * | | | renderer_opengl: split out FXAAGravatar Liam2024-01-317-24/+79
| * | | | renderer_opengl: split out SMAAGravatar Liam2024-01-3110-96/+197
| * | | | renderer_vulkan: split up blit screen resources into separate antialias and w...Gravatar Liam2024-01-3111-913/+985
| * | | | renderer_vulkan: isolate FXAA from blit screenGravatar Liam2024-01-3112-651/+590
| * | | | renderer_opengl: isolate core presentation codeGravatar Liam2024-01-316-577/+639
| * | | | video_core: consistently account for resolution scaling when renderingGravatar Liam2024-01-3110-31/+40
| * | | | video_core: simplify accelerated surface fetch and crop handling between APIsGravatar Liam2024-01-3118-316/+262
* | | | | Merge pull request #12875 from FernandoS27/sw-blitterGravatar liamwhite2024-02-011-18/+19
|\ \ \ \ \
| * | | | | SwBlitter: Fix Pitch linear reading/writtingGravatar Fernando Sahmkow2024-01-311-18/+19
| |/ / / /
* | | | | Merge pull request #12848 from german77/caps-interfaceGravatar liamwhite2024-02-0113-388/+263
|\ \ \ \ \
| * | | | | service: capsrv: Migrate to new IPCGravatar Narr the Reg2024-01-2913-388/+263
| | |_|/ / | |/| | |
* | | | | Merge pull request #12780 from german77/touch_resource5Gravatar liamwhite2024-02-0132-739/+1894
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | service: hid: Restore active aruidGravatar german772024-01-282-0/+12
| * | | | service: hid: Fully implement touch resourceGravatar Narr the Reg2024-01-2830-739/+1882
* | | | | Merge pull request #12760 from liamwhite/mp-amGravatar Narr the Reg2024-01-31132-4710/+7084
|\ \ \ \ \
| * | | | | am: push storage from error applet with non-zero sizeGravatar Liam2024-01-301-1/+1
| * | | | | am: stop emulation when all applets are closedGravatar Liam2024-01-291-0/+8
| * | | | | core: support offline web appletGravatar Liam2024-01-2932-58/+470
| * | | | | am: return AppletDataBroker and use for frontend appletsGravatar Liam2024-01-2931-508/+424
| * | | | | am: rework IStorage for transfer storageGravatar Liam2024-01-296-109/+117
| * | | | | am: migrate global state to per-applet state structureGravatar Liam2024-01-2941-748/+687
| * | | | | am: retrieve main applet creation info from frontendGravatar Liam2024-01-2911-79/+143
| * | | | | am: re-namespace frontend applets to frontend directoryGravatar Liam2024-01-2948-473/+394
| * | | | | am: add new datatypes for per-applet stateGravatar Liam2024-01-2919-1/+1496
| * | | | | service: split am into componentsGravatar Liam2024-01-2961-3482/+4093
| | |_|_|/ | |/| | |
* | | | | Merge pull request #12858 from liamwhite/non-blockingGravatar Narr the Reg2024-01-312-14/+21
|\ \ \ \ \
| * | | | | internal_network: only poll for accept on blocking socketsGravatar Liam2024-01-302-14/+21
| |/ / / /
* | | | | Merge pull request #12869 from FernandoS27/smmu-fixesGravatar liamwhite2024-01-317-80/+190
|\ \ \ \ \