summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-20main: Append AVX and FMA instructions to cpu stringMorph
2020-06-20common/telemetry: Add AVX512 to telemetryMorph
2020-06-20common/cpu_detect: Add AVX512 detectionMorph
2020-06-20decode/image: Implement B10G11R11FMorph
2020-06-19Merge pull request #4099 from MerryMage/macOS-buildbunnei
2020-06-19gl_arb_decompiler: Avoid several string copiesLioncash
2020-06-19vulkan/wrapper: Remove noexcept from GetSurfaceCapabilitiesKHR()Lioncash
2020-06-19macro_jit_x64: Correct readability of Compile_ExtractShiftLeftImmediate()Lioncash
2020-06-19macro_jit_x64: Correct readability of Compile_ExtractShiftLeftRegister()Lioncash
2020-06-19macro_jit_x64: Remove unused variableLioncash
2020-06-19memory_manager: Eliminate variable shadowingLioncash
2020-06-19Merge pull request #4113 from ogniK5377/boxcat-disablebunnei
2020-06-20Add translation of "Current Boxcat Events"David Marcec
2020-06-19macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult()Lioncash
2020-06-19buffer_cache: Eliminate local variable shadowingLioncash
2020-06-19Merge pull request #4087 from MerryMage/macrojit-inline-Readbunnei
2020-06-19Merge pull request #4114 from MerryMage/nrvoLC
2020-06-19input_common/motion_emu: Remove redundant moveMerryMage
2020-06-19input_common/keyboard: Remove redundant moveMerryMage
2020-06-19mii_model: Remove redundant std::moveMerryMage
2020-06-19Fix compilation when not building with boxcatDavid Marcec
2020-06-19macro_jit_x64: Remove unused function ReadMerryMage
2020-06-19Merge pull request #4080 from ogniK5377/audren-RendererInfobunnei
2020-06-18Merge pull request #4090 from MerryMage/macrojit-bugsbunnei
2020-06-18vk_rasterizer: Don't preserve contents on full screen clearsReinUsesLisp
2020-06-18Merge pull request #4081 from Morph1984/maxwell-to-gl-vkRodrigo Locatti
2020-06-18vk_update_descriptor: Upload descriptor sets data directlyReinUsesLisp
2020-06-18Tests/HostTiming: Correct GCC Compile error.Fernando Sahmkow
2020-06-18Common/Fiber: Address Feedback and Correct Memory leaks.Fernando Sahmkow
2020-06-18Common/Fiber: Implement Rewind on Boost Context.Fernando Sahmkow
2020-06-18Common/uint128: Correct MSVC Compilation in old versions.Fernando Sahmkow
2020-06-18Common/Fiber: Document fiber interexchange.Fernando Sahmkow
2020-06-18Common/Fiber: Implement Rewinding.Fernando Sahmkow
2020-06-18Common/Fiber: Additional corrections to f_context.Fernando Sahmkow
2020-06-18Common/Fiber: Correct f_context based Fibers.Fernando Sahmkow
2020-06-18Host Timing: Correct clang format.Fernando Sahmkow
2020-06-18HostTiming: Correct rebase and implement AddTicks.Fernando Sahmkow
2020-06-18Core/HostTiming: Allow events to be advanced manually.Fernando Sahmkow
2020-06-18Common/Tests: Address FeedbackFernando Sahmkow
2020-06-18Common: Make MinGW build use Windows Fibers instead of fcontext_tFernando Sahmkow
2020-06-18Common/Tests: Clang Format.Fernando Sahmkow
2020-06-18Common: Correct fcontext fibers.Fernando Sahmkow
2020-06-18Common: Refactor & Document Wall clock.Fernando Sahmkow
2020-06-18Common: Implement WallClock Interface and implement a native clock for x64Fernando Sahmkow
2020-06-18Tests: Add base tests to host timingFernando Sahmkow
2020-06-18Core: Implement a Host Timer.Fernando Sahmkow
2020-06-18Common: Polish Fiber class, add comments, asserts and more tests.Fernando Sahmkow
2020-06-18Tests: Add tests for fibers and refactor/fix Fiber classFernando Sahmkow
2020-06-18Common: Implement a basic Fiber class.Fernando Sahmkow
2020-06-18Common: Implement a basic SpinLock classFernando Sahmkow