summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7522 from ameerj/shader-recompiler-filenamesGravatar Mai M2021-12-0765-214/+282
|\
| * emit_spirv: Reduce emit_spirv.h include overheadGravatar ameerj2021-12-0520-3/+20
| * glasm: Move implemented instructions from not_implemented.cppGravatar ameerj2021-12-057-169/+220
| * shader_recompiler: Adjust emit_context includesGravatar ameerj2021-12-0537-37/+37
| * shader_recompiler: Rename backend emit_context filesGravatar ameerj2021-12-057-6/+6
* | CMakeLists: Specify /Zm200 when compiling in MSVCGravatar Morph2021-12-061-0/+2
* | Merge pull request #7524 from german77/hid_stubGravatar bunnei2021-12-062-2/+35
|\ \
| * | service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAs...Gravatar german772021-12-052-2/+35
| |/
* | loader: Support loading subsdk{8,9}Gravatar jam1garner2021-12-051-2/+3
* | general: Add missing copyright noticesGravatar ameerj2021-12-055-0/+20
|/
* core/hid: Add missing controller typeGravatar german772021-12-051-0/+2
* Merge pull request #7494 from Morph1984/no-time-to-waitGravatar Fernando S2021-12-051-18/+18
|\
| * native_clock: Wait for less time in EstimateRDTSCFrequencyGravatar Morph2021-12-031-18/+18
* | core/hid: Ensure only valid npad are connectedGravatar german772021-12-048-88/+147
* | Merge pull request #7467 from liushuyu/fix-linux-decodingGravatar bunnei2021-12-032-66/+50
|\ \ | |/ |/|
| * video_core/cmake: link against libva explicitly ...Gravatar liushuyu2021-12-021-0/+1
| * video_core/codecs: more fixes for VAAPI detection ...Gravatar liushuyu2021-12-021-63/+25
| * video_core/codec: address commentsGravatar liushuyu2021-12-021-8/+12
| * video_core/codecs: more robust ffmpeg hwdecoder selection logicGravatar liushuyu2021-12-021-10/+27
* | Merge pull request #7489 from Morph1984/steady-clockGravatar bunnei2021-12-037-13/+13
|\ \ | |/ |/|
| * general: Replace high_resolution_clock with steady_clockGravatar Morph2021-12-027-13/+13
* | Merge pull request #7490 from Morph1984/stub-album-save-screenshotGravatar bunnei2021-12-023-2/+15
|\ \
| * | service: am: ISelfController: Stub SaveCurrentScreenshotGravatar Morph2021-12-023-2/+15
| |/
* | Merge pull request #7452 from german77/controller_navigationGravatar Morph2021-12-029-8/+285
|\ \ | |/ |/|
| * yuzu: Implement basic controller navigationGravatar german772021-12-029-8/+285
* | service: friend: Implement GetCompletionEventGravatar Morph2021-11-301-2/+21
|/
* Merge pull request #7472 from Morph1984/post-kraken-cleanupGravatar Narr the Reg2021-11-2914-112/+149
|\
| * input_interpreter: Make use of NpadButton instead of a u64Gravatar Morph2021-11-292-9/+9
| * npad: Return NpadButton in GetAndResetPressStateGravatar Morph2021-11-293-7/+6
| * core: hid: hid_types: Add "All" to NpadButtonGravatar Morph2021-11-291-0/+2
| * qt_controller: Make use of (Enable/Disable)AllControllerConfigurationGravatar Morph2021-11-291-8/+5
| * core: hid: hid_core: Add (Enable/DIsable)AllControllerConfigurationGravatar Morph2021-11-292-0/+32
| * general: Fix handheld typoGravatar Morph2021-11-292-17/+17
| * core: hid: Mark constructors as explicitGravatar Morph2021-11-292-2/+2
| * core: hid: Cleanup and amend documentationGravatar Morph2021-11-294-69/+76
* | input_common: Fix error with thread nameGravatar Narr the Reg2021-11-291-2/+1
* | Merge pull request #7466 from vonchenplus/add_miss_pixel_format_mappingGravatar bunnei2021-11-291-0/+2
|\ \ | |/ |/|
| * Add missing pixel format mappingGravatar Feng Chen2021-11-291-0/+2
* | qt_controller: Fix input when the controller applet is ignoredGravatar german772021-11-281-0/+3
|/
* Merge pull request #7396 from FernandoS27/blit-this-mfGravatar Fernando S2021-11-2814-223/+168
|\
| * Texture Cache: Secure insertions against deletions.Gravatar Fernando Sahmkow2021-11-281-3/+13
| * Texture Cache: Redesigning the blitting system (again).Gravatar Fernando Sahmkow2021-11-273-23/+64
| * Texture Cache: Further fix regressions.Gravatar Fernando Sahmkow2021-11-261-11/+15
| * Texture Cache: Fix issue with blitting 3D textures.Gravatar Fernando Sahmkow2021-11-221-2/+4
| * Texture Cache: Correct conversion shaders.Gravatar Fernando Sahmkow2021-11-222-2/+2
| * Texture Cache: Always copy on NVIDIA.Gravatar Fernando Sahmkow2021-11-221-0/+5
| * TextureCache: Simplify blitting of D24S8 formats and fix bugs.Gravatar Fernando Sahmkow2021-11-2210-195/+73
| * VulkanTexturECache: Use reinterpret on D32_S8 formats.Gravatar Fernando Sahmkow2021-11-211-2/+7
| * HostShaders: Fix D24S8 convertion shaders.Gravatar Fernando Sahmkow2021-11-216-23/+47
| * TextureCache: Eliminate format deduction as full depth conversion has been su...Gravatar Fernando Sahmkow2021-11-212-29/+5