13118 Commits (3b1a5ead5ccfd9729a8201a2a9c904eafad8dea5)

Author SHA1 Message Date
ReinUsesLisp 3b1a5ead5c buffer_cache: Use buffer methods instead of cache virtual methods 6 years ago
ReinUsesLisp d636cb75f3 gl_stream_buffer: Use InvalidateBufferData instead unmap and map 6 years ago
ReinUsesLisp aee540a7c9 gl_rasterizer: Use NV_vertex_buffer_unified_memory for vertex buffer robustness 6 years ago
ReinUsesLisp 0669209db6 gl_buffer_cache: Mark buffers as resident 6 years ago
ReinUsesLisp 6a2fd26768 gl_device: Expose NV_vertex_buffer_unified_memory except on Turing 6 years ago
ReinUsesLisp 87a760f000 gl_stream_buffer: Always use a non-coherent buffer 6 years ago
ReinUsesLisp 5ddd3e5df0 gl_stream_buffer: Always use persistent memory maps 6 years ago
Morph c4ca93ac19 yuzu_tester: Silence type conversion warning 6 years ago
Morph e9bee77481 lm: Silence no return value warning 6 years ago
VolcaEM b9e6687af0 account: Update function tables and add missing classes (#4145) 6 years ago
Morph 75e120056f arm_dynarmic_64: Log the instruction when an exception is raised 6 years ago
Morph 393197f37c arm_dynarmic_32: Log under Core_ARM instead of HW_GPU 6 years ago
Morph eaa3067fa8 hid: Implement Get/ResetGyroscopeZeroDriftMode 6 years ago
Morph 11ea8fa16b gl_shader_decompiler: Enable GL_EXT_texture_shadow_lod if available 6 years ago
Morph a6aa5f526c gl_device: Check for GL_EXT_texture_shadow_lod 6 years ago
FearlessTobi 18fed8039b Fix: fatal error CVT1100 when compiling manifest file 6 years ago
MerryMage 0192b77e5b macro_jit_x64: Use ecx for shift register 6 years ago
Lioncash 096ce9a75e texture_cache: Fix incorrect address used in a DeduceSurface() call 6 years ago
Lioncash 5f8e8ba92d software_keyboard: Eliminate trivial redundant copies 6 years ago
Morph 9c5847125f main: Append AVX and FMA instructions to cpu string 6 years ago
Morph 5482a4a272 common/telemetry: Add AVX512 to telemetry 6 years ago
Morph d0a762a6a8 common/cpu_detect: Add AVX512 detection 6 years ago
Lioncash 64418ecaee gl_arb_decompiler: Avoid several string copies 6 years ago
Lioncash 9ba25c342f vulkan/wrapper: Remove noexcept from GetSurfaceCapabilitiesKHR() 6 years ago
Lioncash 909f289531 macro_jit_x64: Correct readability of Compile_ExtractShiftLeftImmediate() 6 years ago
Lioncash d7fa20d641 macro_jit_x64: Correct readability of Compile_ExtractShiftLeftRegister() 6 years ago
Lioncash a99150a132 macro_jit_x64: Remove unused variable 6 years ago
Lioncash 693ec509d7 memory_manager: Eliminate variable shadowing 6 years ago
David Marcec 55654b5a12 Add translation of "Current Boxcat Events" 6 years ago
Lioncash f8e0f67e22 macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult() 6 years ago
Lioncash 8e0a422ec3 buffer_cache: Eliminate local variable shadowing 6 years ago
MerryMage b26ff8fa86 input_common/motion_emu: Remove redundant move 6 years ago
MerryMage 38f25284c8 input_common/keyboard: Remove redundant move 6 years ago
MerryMage b8983782ca mii_model: Remove redundant std::move 6 years ago
David Marcec 39ef4c6d57 Fix compilation when not building with boxcat 6 years ago
MerryMage 82b575087f macro_jit_x64: Remove unused function Read 6 years ago
ReinUsesLisp 31e538de2a vk_update_descriptor: Upload descriptor sets data directly 6 years ago
ReinUsesLisp a0cbf4f4e8 arm_dynarmic_32: Fix implicit conversion error in SetTPIDR_EL0 6 years ago
MerryMage 638087a937 bootmanager: Remove references to OpenGL for macOS 6 years ago
MerryMage 23d63c30e1 memory_manager: Explicitly specifcy std::min<size_t> 6 years ago
MerryMage 042bb8824b shared_font: Service::NS::EncryptSharedFont takes a size_t& 6 years ago
MerryMage 470ba358f9 vk_rasterizer: BindTransformFeedbackBuffersEXT accepts a size of type VkDeviceSize 6 years ago
MerryMage abf5dd9d60 renderer_vulkan: Fix macOS GetBundleDirectory reference 6 years ago
MerryMage ce9c74b4df memory_util: boost hashes are size_t 6 years ago
MerryMage 61ba55fcc1 Rename PAGE_SHIFT to PAGE_BITS 6 years ago
Morph 5874c2da9c vk_sampler_cache: Emulate GL_LINEAR/NEAREST minification filters 6 years ago
Morph 687473de86 maxwell_to_vk: Reorder filter cases and correct mipmap_filter=None 6 years ago
Morph 1cff2bea24 maxwell_to_gl: Miscellaneous changes 6 years ago
MerryMage c0be8dd9d8 macro_jit_x64: Inline Engines::Maxwell3D::GetRegisterValue 6 years ago
MerryMage 8055a71e00 arm_dynarmic_cp15: Implement CNTPCT 6 years ago