summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-24vi: Don't let uninitialized data pass as a response for SetBufferCountDavid Marcec
2020-04-24Merge pull request #3760 from Morph1984/trailing-filedir-separatorbunnei
2020-04-24physical_core: Make use of std::make_unique instead of std::make_shared in ctorLioncash
2020-04-23Merge pull request #3777 from lioncash/warnRodrigo Locatti
2020-04-23Merge pull request #3778 from lioncash/unused-varRodrigo Locatti
2020-04-23Merge pull request #3781 from lioncash/docsRodrigo Locatti
2020-04-23shared_memory: Amend doxygen referenceLioncash
2020-04-23svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemoryLioncash
2020-04-23svc: Remove unused variableLioncash
2020-04-23page_table: Remove unused capturesLioncash
2020-04-23decode/arithmetic_half: Fix HADD2 and HMUL2 absolute and negation bitsReinUsesLisp
2020-04-23shader/texture: Support multiple unknown sampler propertiesReinUsesLisp
2020-04-23shader_ir: Turn classes into data structuresReinUsesLisp
2020-04-23vk_rasterizer: Fix framebuffer creation validation errorsReinUsesLisp
2020-04-23vk_pipeline_cache: Unify pipeline cache keys into a single operationReinUsesLisp
2020-04-23vk_renderpass_cache: Pack renderpass cache key to 12 bytesReinUsesLisp
2020-04-23Merge pull request #3768 from H27CK/cmd-title-fmtRodrigo Locatti
2020-04-23Fixed packaging on some systems with different QT5 pathgxcreator
2020-04-23kernel: memory: Improve implementation of device shared memory. (#3707)bunnei
2020-04-23Clang Format.Fernando Sahmkow
2020-04-23GPU: Add Fast GPU Time Option.Fernando Sahmkow
2020-04-23Maxwell3D: Process Macros on MultiMethod.Fernando Sahmkow
2020-04-23DMAPusher: Propagate multimethod writes into the engines.Fernando Sahmkow
2020-04-23Update src/yuzu/main.cpp with missing constBen Russell
2020-04-23Dump RomFS command to include UpdatesBen Russell
2020-04-23Merge pull request #3730 from lioncash/timebunnei
2020-04-23Merge pull request #3697 from lioncash/declarationsbunnei
2020-04-23Edit modifier_scale with the deadzone sliderKewlan
2020-04-23Fix format error in performance statisticsH27CK
2020-04-22Merge pull request #3677 from FernandoS27/better-syncbunnei
2020-04-22Merge pull request #3767 from ReinUsesLisp/point-size-pipelineMat M
2020-04-22vk_pipeline_cache: Fix unintentional memcpy into optionalReinUsesLisp
2020-04-22GL_Fence_Manager: use GL_TIMEOUT_IGNORED instead of a loop,Fernando Sahmkow
2020-04-22Merge pull request #3725 from MerryMage/fpcrbunnei
2020-04-22Merge pull request #3759 from H27CK/opus-mingw-w64Mat M
2020-04-22Merge pull request #3763 from H27CK/vk-cmdFernando Sahmkow
2020-04-22Add missing ;H27CK
2020-04-22Merge pull request #3758 from H27CK/vk-cmdbunnei
2020-04-22Merge pull request #3653 from ReinUsesLisp/nsight-aftermathFernando Sahmkow
2020-04-22Address Feedback.Fernando Sahmkow
2020-04-22Async GPU: Correct flushing behavior to be similar to old async GPU behavior.Fernando Sahmkow
2020-04-22MaxwellDMA: Correct copying on accuracy level.Fernando Sahmkow
2020-04-22ShaderCache/PipelineCache: Cache null shaders.Fernando Sahmkow
2020-04-22Address Feedback.Fernando Sahmkow
2020-04-22Fix GCC error.Fernando Sahmkow
2020-04-22Correct Linux Compile Error.Fernando Sahmkow
2020-04-22Clang format.Fernando Sahmkow
2020-04-22QueryCache: Only do async flushes on async gpu.Fernando Sahmkow
2020-04-22Async GPU: Only do reactive flushing on Extreme Level.Fernando Sahmkow
2020-04-22vk_fence_manager: Initial implementationReinUsesLisp