summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4099 from MerryMage/macOS-buildGravatar bunnei2020-06-199-19/+38
|\
| * bootmanager: Remove references to OpenGL for macOSGravatar MerryMage2020-06-182-2/+19
| * memory_manager: Explicitly specifcy std::min<size_t>Gravatar MerryMage2020-06-181-2/+2
| * shared_font: Service::NS::EncryptSharedFont takes a size_t&Gravatar MerryMage2020-06-181-1/+1
| * vk_rasterizer: BindTransformFeedbackBuffersEXT accepts a size of type VkDevic...Gravatar MerryMage2020-06-181-1/+1
| * renderer_vulkan: Fix macOS GetBundleDirectory referenceGravatar MerryMage2020-06-181-1/+3
| * memory_util: boost hashes are size_tGravatar MerryMage2020-06-181-2/+2
| * Rename PAGE_SHIFT to PAGE_BITSGravatar MerryMage2020-06-182-10/+10
* | Merge pull request #4113 from ogniK5377/boxcat-disableGravatar bunnei2020-06-192-3/+7
|\ \
| * | Add translation of "Current Boxcat Events"Gravatar David Marcec2020-06-201-3/+2
| * | Fix compilation when not building with boxcatGravatar David Marcec2020-06-192-2/+7
* | | Merge pull request #4087 from MerryMage/macrojit-inline-ReadGravatar bunnei2020-06-192-14/+22
|\ \ \
| * | | macro_jit_x64: Remove unused function ReadGravatar MerryMage2020-06-191-8/+4
| * | | macro_jit_x64: Inline Engines::Maxwell3D::GetRegisterValueGravatar MerryMage2020-06-172-6/+18
* | | | input_common/motion_emu: Remove redundant moveGravatar MerryMage2020-06-191-1/+1
* | | | input_common/keyboard: Remove redundant moveGravatar MerryMage2020-06-191-1/+1
* | | | mii_model: Remove redundant std::moveGravatar MerryMage2020-06-191-1/+1
| |/ / |/| |
* | | Merge pull request #4080 from ogniK5377/audren-RendererInfoGravatar bunnei2020-06-192-6/+26
|\ \ \
| * | | audren: Implement RendererInfoGravatar David Marcec2020-06-132-6/+26
* | | | Merge pull request #4090 from MerryMage/macrojit-bugsGravatar bunnei2020-06-181-2/+5
|\ \ \ \
| * | | | macro_jit_x64: Optimization implicitly assumes same destinationGravatar MerryMage2020-06-171-1/+2
| * | | | macro_jit_x64: Should not skip zero registers for certain ALU opsGravatar MerryMage2020-06-171-1/+3
* | | | | Merge pull request #4081 from Morph1984/maxwell-to-gl-vkGravatar Rodrigo Locatti2020-06-183-67/+53
|\ \ \ \ \
| * | | | | vk_sampler_cache: Emulate GL_LINEAR/NEAREST minification filtersGravatar Morph2020-06-181-2/+4
| * | | | | maxwell_to_vk: Reorder filter cases and correct mipmap_filter=NoneGravatar Morph2020-06-181-17/+15
| * | | | | maxwell_to_gl: Miscellaneous changesGravatar Morph2020-06-181-48/+34
| | |_|_|/ | |/| | |
* / | | | arm_dynarmic_32: Fix implicit conversion error in SetTPIDR_EL0Gravatar ReinUsesLisp2020-06-181-1/+1
|/ / / /
* | | | Merge pull request #4092 from Morph1984/image-bindingsGravatar Rodrigo Locatti2020-06-181-6/+14
|\ \ \ \
| * | | | gl_device: Reserve at least 4 image bindings for fragment stageGravatar Morph2020-06-161-6/+14
* | | | | arm_dynarmic_cp15: Implement CNTPCTGravatar MerryMage2020-06-171-0/+13
* | | | | arm_dynarmic_cp15: Update CP15Gravatar MerryMage2020-06-174-142/+73
* | | | | arm_dynarmic_32: InterpreterFallback should never happenGravatar MerryMage2020-06-171-2/+3
| |_|_|/ |/| | |
* | | | Merge pull request #4086 from MerryMage/abiGravatar bunnei2020-06-172-72/+35
|\ \ \ \ | |_|/ / |/| | |
| * | | xbyak_abi: Prefer returning a struct to using out parameters in ABI_Calculate...Gravatar MerryMage2020-06-151-17/+19
| * | | xbyak_abi: Register indexes should be unsignedGravatar MerryMage2020-06-151-11/+12
| * | | xbyak_abi: Remove *GPS variants of stack manipulation functionsGravatar MerryMage2020-06-152-42/+6
| * | | xbyak_abi: Fix ABI_PushRegistersAndAdjustStackGravatar MerryMage2020-06-151-6/+2
* | | | Merge pull request #4089 from MerryMage/macrojit-cleanup-1Gravatar bunnei2020-06-162-51/+18
|\ \ \ \
| * | | | macro_jit_x64: Remove NEXT_PARAMETERGravatar MerryMage2020-06-151-5/+2
| * | | | macro_jit_x64: Remove unused function Compile_WriteCarryGravatar MerryMage2020-06-152-9/+0
| * | | | macro_jit_x64: Select better registersGravatar MerryMage2020-06-151-8/+8
| * | | | macro_jit_x64: Remove REGISTERSGravatar MerryMage2020-06-151-7/+3
| * | | | macro_jit_x64: Remove JITState::parametersGravatar MerryMage2020-06-152-6/+3
| * | | | macro_jit_x64: Remove METHOD_ADDRESS_64Gravatar MerryMage2020-06-151-2/+1
| * | | | macro_jit_x64: Remove RESULT_64Gravatar MerryMage2020-06-152-16/+3
| |/ / /
* | | | Merge pull request #4041 from ReinUsesLisp/arb-decompGravatar bunnei2020-06-168-4/+2116
|\ \ \ \
| * | | | gl_arb_decompiler: Implement FSwizzleAddGravatar ReinUsesLisp2020-06-111-4/+27
| * | | | gl_arb_decompiler: Implement an assembly shader decompilerGravatar ReinUsesLisp2020-06-117-1/+2093
| * | | | yuzu/configuration: Show assembly shaders check boxGravatar ReinUsesLisp2020-06-101-3/+0
* | | | | Merge pull request #3966 from Morph1984/hide-internal-resolution-uiGravatar bunnei2020-06-169-113/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |