summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-20gl_shader_decompiler: Enable GL_EXT_texture_shadow_lod if availableMorph
2020-06-20gl_device: Check for GL_EXT_texture_shadow_lodMorph
2020-06-20Merge pull request #4120 from lioncash/arbbunnei
2020-06-21 Update manifest file to include new elements that are introduced with Window...FearlessTobi
2020-06-21Fix: fatal error CVT1100 when compiling manifest fileFearlessTobi
2020-06-20Merge pull request #4133 from MerryMage/macrojit-shiftsLC
2020-06-20macro_jit_x64: Use ecx for shift registerMerryMage
2020-06-20texture_cache: Fix incorrect address used in a DeduceSurface() callLioncash
2020-06-20Merge pull request #4125 from lioncash/macro-shiftmerry
2020-06-20Merge pull request #4123 from lioncash/unused-varmerry
2020-06-20software_keyboard: Eliminate trivial redundant copiesLioncash
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-18Merge pull request #4081 from Morph1984/maxwell-to-gl-vkRodrigo Locatti
2020-06-18vk_update_descriptor: Upload descriptor sets data directlyReinUsesLisp
2020-06-18Merge pull request #4108 from ReinUsesLisp/a32-implicit-castbunnei
2020-06-18arm_dynarmic_32: Fix implicit conversion error in SetTPIDR_EL0ReinUsesLisp
2020-06-18bootmanager: Remove references to OpenGL for macOSMerryMage
2020-06-18memory_manager: Explicitly specifcy std::min<size_t>MerryMage
2020-06-18shared_font: Service::NS::EncryptSharedFont takes a size_t&MerryMage
2020-06-18vk_rasterizer: BindTransformFeedbackBuffersEXT accepts a size of type VkDevic...MerryMage
2020-06-18renderer_vulkan: Fix macOS GetBundleDirectory referenceMerryMage
2020-06-18memory_util: boost hashes are size_tMerryMage
2020-06-18Rename PAGE_SHIFT to PAGE_BITSMerryMage
2020-06-18vk_sampler_cache: Emulate GL_LINEAR/NEAREST minification filtersMorph
2020-06-18maxwell_to_vk: Reorder filter cases and correct mipmap_filter=NoneMorph
2020-06-18maxwell_to_gl: Miscellaneous changesMorph
2020-06-18Merge pull request #4092 from Morph1984/image-bindingsRodrigo Locatti