summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | service: Use ReadBufferSpan where it is trivial to do soGravatar ameerj2022-12-2531-77/+78
| | | | | | | | |
| * | | | | | | | fsp_srv: Use ReadBufferSpanGravatar ameerj2022-12-253-19/+17
| | | | | | | | |
| * | | | | | | | hle_ipc: Add ReadBufferSpan functionGravatar ameerj2022-12-252-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Returns a std::span to the buffer address, rather than create a copy of the memory into a std::vector
* | | | | | | | | Merge pull request #9701 from german77/common_protocolGravatar liamwhite2023-01-3012-190/+269
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | input_common: joycon: Remove Magic numbers from common protocol
| * | | | | | | | | input_common: joycon: Remove Magic numbers from common protocolGravatar Narr the Reg2023-01-299-154/+221
| | | | | | | | | |
| * | | | | | | | | input_common: joycon: Fill missing enum dataGravatar Narr the Reg2023-01-296-41/+53
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #9631 from vonchenplus/vulkan_clearGravatar liamwhite2023-01-306-20/+152
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | video_core: Implement vulkan clear specified channel
| * | | | | | | | video_core: Implement vulkan clear specified channelGravatar FengChen2023-01-286-20/+152
| | | | | | | | |
* | | | | | | | | Move to Clang Format 15Gravatar Levi Behunin2023-01-2925-189/+185
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Depends on https://github.com/yuzu-emu/build-environments/pull/69 clang-15 primary run
* | | | | | | | Merge pull request #9699 from ameerj/texture-pass-descGravatar liamwhite2023-01-291-2/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | texture_pass: Fix texture descriptors comparisons
| * | | | | | | | texture_pass: Fix texture descriptors comparisonsGravatar ameerj2023-01-281-2/+9
| | | | | | | | |
* | | | | | | | | Merge pull request #9698 from ameerj/texture-pass-handleGravatar liamwhite2023-01-291-7/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | texture_pass: Refactor texture handle retrieval
| * | | | | | | | | texture_pass: Refactor texture handle retrievalGravatar ameerj2023-01-281-7/+7
| | | | | | | | | |
* | | | | | | | | | Merge pull request #9694 from ameerj/txq-mipsGravatar liamwhite2023-01-2911-29/+37
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | shader_recompiler: TXQ: Skip QueryLevels when possible
| * | | | | | | | | | shader_recompiler: TXQ: Skip QueryLevels when possibleGravatar ameerj2023-01-2811-29/+37
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #9684 from liamwhite/read-the-specGravatar liamwhite2023-01-291-37/+46
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | polyfill_thread: satisfy execution ordering requirements of stop_callback
| * | | | | | | | | | polyfill_thread: satisfy execution ordering requirements of stop_callbackGravatar Liam2023-01-271-37/+46
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #9689 from german77/joycon-calibrationGravatar bunnei2023-01-296-114/+215
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | input_common: joycon: Remove magic numbers from calibration protocol
| * | | | | | | | | | input_common: joycon: Replace ReadSPI vector with spanGravatar Narr the Reg2023-01-273-20/+26
| | | | | | | | | | |
| * | | | | | | | | | input_common: joycon: Remove magic numbers from calibration protocolGravatar Narr the Reg2023-01-276-107/+202
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #9691 from ameerj/msaa-texcacheGravatar bunnei2023-01-282-0/+48
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | texture_cache: Fix tracking of MSAA image views
| * | | | | | | | | | texture_cache: Adjust image view sizes by MSAA samplesGravatar ameerj2023-01-282-0/+48
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #9690 from german77/whoopsGravatar liamwhite2023-01-281-2/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | yuzu: config: Avoid reading deleted object
| * | | | | | | | | yuzu: config: Avoid reading deleted objectGravatar Narr the Reg2023-01-281-2/+5
| |/ / / / / / / /
* | | | | | | | | Merge pull request #9687 from ameerj/ogl-shader-msGravatar bunnei2023-01-284-33/+46
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | glasm, glsl: Implement multisampled Image Fetch
| * | | | | | | | emit_glsl_image: Fix ImageFetch for MSAA texturesGravatar ameerj2023-01-281-6/+11
| | | | | | | | |
| * | | | | | | | glasm: Add MS sampler typesGravatar ameerj2023-01-272-5/+8
| | | | | | | | |
| * | | | | | | | glsl: Add MS sampler typesGravatar ameerj2023-01-271-22/+27
| |/ / / / / / /
* | | | | | | | Merge pull request #9682 from ameerj/shader-s32Gravatar bunnei2023-01-2813-46/+19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | shader_recompiler: Remove S32 IR type
| * | | | | | | | shader_recompiler: Remove S32 IR typeGravatar ameerj2023-01-2513-46/+19
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The frontend IR opcodes do not distinguish between signed and unsigned integer types. Fixes broken shaders when IR validation/graphics debugging is enabled for shaders that used BitCastS32F32
* | | | | | | | Merge pull request #9661 from SoRadGaming/LDNhostnameSupportGravatar liamwhite2023-01-283-31/+38
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | LDN hostname support in direct connect
| * | | | | | | LDN Hostname Support in Direct ConnectGravatar SoRadGaming2023-01-283-31/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added IPv6 & Namespace support in direct connection Regex - Updated Tooltip for Direct Connect UI - Removed Dropdown Connection Type in Direct Connect
* | | | | | | | Merge pull request #9677 from Morph1984/sleep-oneGravatar bunnei2023-01-273-5/+42
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | polyfill_thread: Implement StoppableTimedWait
| * | | | | | | | input_common: Make use of StoppableTimedWaitGravatar Morph2023-01-252-5/+6
| | | | | | | | |
| * | | | | | | | polyfill_thread: Implement StoppableTimedWaitGravatar Morph2023-01-251-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | StoppableTimedWait allows for a timed wait to be stopped immediately after a stop is requested. This is useful in cases where long duration thread sleeps are needed and allows for immediate joining of waiting threads after a stop is requested. Co-Authored-By: liamwhite <liamwhite@users.noreply.github.com>
* | | | | | | | | Merge pull request #9539 from Wollnashorn/opengl-fsrGravatar liamwhite2023-01-2714-172/+547
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | video_core/opengl: Added FSR upscaling filter to the OpenGL renderer
| * | | | | | | | | video_core/opengl: Add FSR upscaling filter to the OpenGL rendererGravatar Wollnashorn2023-01-2614-172/+547
| | | | | | | | | |
* | | | | | | | | | Merge pull request #9666 from liamwhite/wait-for-meGravatar bunnei2023-01-276-42/+52
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | kernel: fix incorrect locking order in suspension
| * | | | | | | | | kernel: split SetAddressKey into user and kernel variantsGravatar Liam2023-01-235-11/+29
| | | | | | | | | |
| * | | | | | | | | kernel: fix incorrect locking order in suspensionGravatar Liam2023-01-233-31/+23
| | | | | | | | | |
* | | | | | | | | | kernel: unbreak min/max template deduction on Apple ClangGravatar Liam2023-01-261-2/+2
| | | | | | | | | |
* | | | | | | | | | Merge pull request #9683 from german77/high_power_joyconGravatar bunnei2023-01-264-0/+21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | input_common: Implement SetLowPowerMode and TriggersElapsed
| * | | | | | | | | | input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon ↵Gravatar Narr the Reg2023-01-264-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | driver
* | | | | | | | | | | Merge pull request #9670 from ↵Gravatar bunnei2023-01-253-34/+11
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merryhime/revert-af5ecb0b15d4449f58434e70eed835cf71fc5527 Revert "MemoryManager: use fastmem directly."
| * | | | | | | | | | | Revert "MemoryManager: use fastmem directly."Gravatar Merry2023-01-253-34/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit af5ecb0b15d4449f58434e70eed835cf71fc5527.
* | | | | | | | | | | | Merge pull request #9652 from liamwhite/msGravatar bunnei2023-01-254-2/+16
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | spirv: fix multisampled image fetch
| * | | | | | | | | | | | spirv: fix multisampled image fetchGravatar Liam2023-01-234-2/+16
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #9604 from liamwhite/ptGravatar bunnei2023-01-256-215/+477
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | kernel: KPageTable: update
| * | | | | | | | | | | kernel: KPageTable: updateGravatar Liam2023-01-226-215/+477
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | main: Only set AA_DisableWindowContextHelpButton below Qt6Gravatar Morph2023-01-251-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is fortunately disabled by default on Qt6, so we just have to check whether we are compiling with Qt6 or not.