summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | configure_general: Allow framerate cap to be used in custom game configsGravatar Kewlan2021-11-215-27/+99
| | | | |
* | | | | Merge pull request #7394 from Morph1984/svc-SetMemoryPermissionGravatar bunnei2021-11-225-12/+64
|\ \ \ \ \ | | | | | | | | | | | | kernel: svc: Implement SetProcessMemoryPermission
| * | | | | kernel: svc: Move all IsValid functions to an anonymous namespaceGravatar Morph2021-11-201-3/+15
| | | | | |
| * | | | | kernel: svc: Implement SetProcessMemoryPermissionGravatar Morph2021-11-201-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | - Used by Skyline modding framework
| * | | | | kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermissionGravatar Morph2021-11-204-8/+8
| | |_|/ / | |/| | |
* | | | | Merge pull request #7406 from heinermann/tas_menuGravatar Mai M2021-11-215-57/+152
|\ \ \ \ \ | | | | | | | | | | | | Added TAS controls to the menu under Tools
| * | | | | const fixesGravatar Adam Heinermann2021-11-212-3/+3
| | | | | |
| * | | | | Apply clang formatGravatar Adam Heinermann2021-11-211-1/+0
| | | | | |
| * | | | | Added TAS controls to the menu under ToolsGravatar Adam Heinermann2021-11-215-57/+153
| | |/ / / | |/| | |
* | | | | arm: dynarmic: Cleanup icache op handlingGravatar jam1garner2021-11-211-10/+9
| | | | |
* | | | | arm: dynarmic: Implement icache op handling for 'ic iallu' instructionGravatar jam1garner2021-11-211-0/+3
| | | | |
* | | | | arm: dynarmic: Implement icache op handling for 'ic ivau' instructionGravatar jam1garner2021-11-211-0/+18
|/ / / /
* | | | Merge pull request #7395 from Morph1984/resolve-commentsGravatar bunnei2021-11-213-31/+16
|\ \ \ \ | | | | | | | | | | general: Resolve comments in PR #7368
| * | | | vk_texture_cache: Mark VkBufferUsageFlags as static constexprGravatar Morph2021-11-201-3/+3
| | | | |
| * | | | vk_blit_image: Consolidate CreatePipelineTargetEx functionsGravatar Morph2021-11-202-28/+13
| |/ / /
* | | | Merge pull request #7389 from ameerj/screenshot-1xGravatar bunnei2021-11-215-20/+8
|\ \ \ \ | | | | | | | | | | Fix screenshot dimensions when at 1x scale
| * | | | Fix screenshot dimensions when at 1x scaleGravatar ameerj2021-11-205-20/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was regressed by ART. Prior to ART, the screenshots were saved at the title's framebuffer resolution. A misunderstanding of the existing logic led to screenshot dimensions becoming dependent on the host render window size. This changes the behavior to match how it was prior to ART at 1x, with screenshots now always being the title's framebuffer dimensions scaled by the resolution scaling factor.
* | | | | Merge pull request #7359 from heinermann/kthread_crashGravatar bunnei2021-11-201-8/+14
|\ \ \ \ \ | | | | | | | | | | | | Fix crash on exit due to static scoped dummy threads
| * | | | | Fix crash on exit due to static scoped dummy threadsGravatar Adam Heinermann2021-11-171-8/+14
| | | | | |
* | | | | | Merge pull request #7393 from Morph1984/pm-ams-get-pidGravatar bunnei2021-11-201-9/+38
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | service: pm: Implement AtmosphereGetProcessId
| * | | | | service: pm: Implement AtmosphereGetProcessIdGravatar Morph2021-11-201-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | - Used by Skyline modding framework
| * | | | | service: pm: Add all relevant result codesGravatar Morph2021-11-201-3/+8
| | | | | |
| * | | | | service: pm: Rename title id to program idGravatar Morph2021-11-201-6/+6
| | |/ / / | |/| | |
* | | | | Merge pull request #7368 from FernandoS27/vulkan-convGravatar bunnei2021-11-2018-23/+595
|\ \ \ \ \ | |/ / / / |/| | | | Fix ART Blit detection regression and add D24S8 <-> RGBA8 conv to Vulkan
| * | | | TextureCache: Refactor and fix linux compiling.Gravatar Fernando Sahmkow2021-11-203-9/+11
| | | | |
| * | | | TextureCache: Assure full conversions on depth/stencil write shaders.Gravatar Fernando Sahmkow2021-11-203-6/+6
| | | | |
| * | | | TextureCache: Implement buffer copies on Vulkan.Gravatar Fernando Sahmkow2021-11-206-9/+193
| | | | |
| * | | | TextureCache: Add R16G16 to D24S8 converter.Gravatar Fernando Sahmkow2021-11-205-0/+38
| | | | |
| * | | | TextureCache: Add B10G11R11 to D24S8 converter.Gravatar Fernando Sahmkow2021-11-195-13/+84
| | | | |
| * | | | TextureCache: Further fixes on resolve algorithm.Gravatar Fernando Sahmkow2021-11-192-16/+17
| | | | |
| * | | | TextureCache: Implement additional D24S8 convertions.Gravatar Fernando Sahmkow2021-11-196-0/+86
| | | | |
| * | | | TextureCache: force same image format when resolving an image.Gravatar Fernando Sahmkow2021-11-192-2/+9
| | | | |
| * | | | TextureCache: Fix regression caused by ART and improve blit detection ↵Gravatar Fernando Sahmkow2021-11-192-10/+27
| | | | | | | | | | | | | | | | | | | | algorithm to be smarter.
| * | | | Vulkan: implement D24S8 <-> RGBA8 convertions.Gravatar Fernando Sahmkow2021-11-196-0/+166
| | |_|/ | |/| |
* | | | Merge pull request #7294 from ↵Gravatar bunnei2021-11-192-10/+18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vonchenplus/fix_image_update_error_when_width_too_small Fix image update/download error when width too small
| * | | | Fix image update/download error when width too smallGravatar Feng Chen2021-11-172-10/+18
| | |/ / | |/| |
* | | | Merge pull request #7369 from Morph1984/amd-fsr-statusbarGravatar bunnei2021-11-192-6/+6
|\ \ \ \ | | | | | | | | | | main: Shorten AMD FSR status bar text
| * | | | main: Fix default AA nameGravatar Morph2021-11-181-4/+4
| | | | | | | | | | | | | | | | | | | | By default, no AA is applied, not FXAA
| * | | | configure_graphics_ui: AMD's -> AMDGravatar Morph2021-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | AMD officially markets FSR as AMD FidelityFX™️ Super Resolution
| * | | | main: Shorten AMD FSR status bar textGravatar Morph2021-11-181-1/+1
| | |/ / | |/| | | | | | | | | | AMD'S FIDELITYFX SR -> FSR
* | | | Merge pull request #7342 from goldenx86/patch-3Gravatar bunnei2021-11-191-2/+2
|\ \ \ \ | | | | | | | | | | Replace keys error pop up
| * | | | Replace keys error pop upGravatar Matías Locatti2021-11-161-2/+2
| | | | | | | | | | | | | | | Fight me.
* | | | | Merge pull request #7357 from Morph1984/s8_uintGravatar bunnei2021-11-1910-9/+64
|\ \ \ \ \ | |_|/ / / |/| | | | video_core: Implement S8_UINT format
| * | | | renderer_vulkan: Implement S8_UINT stencil formatGravatar Morph2021-11-183-0/+18
| | | | | | | | | | | | | | | | | | | | It should be noted that on Windows, only nvidia gpus support this format natively as of this commit.
| * | | | renderer_opengl: Implement S8_UINT stencil formatGravatar Morph2021-11-173-6/+25
| | | | |
| * | | | video_core: Add S8_UINT stencil formatGravatar Morph2021-11-174-3/+21
| | |/ / | |/| |
* | | | Merge pull request #7349 from ameerj/ogl-convert-imageGravatar bunnei2021-11-185-28/+49
|\ \ \ \ | | | | | | | | | | gl_texture_cache: Implement pixel format conversions for copies
| * | | | gl_texture_cache: Round format conversion PBO to next power of 2Gravatar ameerj2021-11-171-1/+5
| | | | |
| * | | | texture_cache: Use pixel format conversion when supported by the runtimeGravatar ameerj2021-11-165-0/+15
| | | | |
| * | | | gl_texture_cache: Make FormatConversionPass more genericGravatar ameerj2021-11-161-7/+12
| | | | | | | | | | | | | | | | | | | | This allows the usage of the FormatConversionPass to be applied to more than the previously used BGR conversion scenarios.