13153 Commits (eab8a5a9dbdbac3c7e06f7a81f6313cfa60f1104)

Author SHA1 Message Date
ReinUsesLisp eab8a5a9db vk_rasterizer: Use nullptr for <pSizes> in CmdBindVertexBuffers2EXT 6 years ago
ReinUsesLisp b9ac739607 vk_pipeline_cache: Avoid hashing and comparing dynamic state when possible 6 years ago
ReinUsesLisp 031f7b3b26 vulkan/fixed_pipeline_state: Move state out of individual structures 6 years ago
ReinUsesLisp 049837aae0 vk_rasterizer: Use VK_EXT_extended_dynamic_state 6 years ago
ReinUsesLisp 0a32575e27 renderer_vulkan/wrapper: Add VK_EXT_extended_dynamic_state functions 6 years ago
ReinUsesLisp 8e8bfc9365 fixed_pipeline_state: Add requirements for VK_EXT_extended_dynamic_state 6 years ago
ReinUsesLisp bcf4665fb0 vk_device: Enable VK_EXT_extended_dynamic_state when available 6 years ago
David Marcec 589135df53 gl_device: Fix IsASTCSupported 6 years ago
David Marcec 442900456e memory_manager: Remove useless assertion 6 years ago
Morph 3e0ff59a63 hid: Stub a series of "SevenSixAxisSensor" service commands 6 years ago
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
David Marcec 2ca26e7d61 addressed issues 6 years ago
David Marcec 55161a702b clear mme draw mode 6 years ago
David Marcec da2cbc76fc Addressed issues 6 years ago
David Marcec e5adcda905 Fix constbuffer for 0217920100488FF7 6 years ago
David Marcec 74e48d2a98 Macro HLE support 6 years ago
ReinUsesLisp 0c086bfa66 gl_shader_cache: Avoid use after move for program size 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
Fernando Sahmkow 57926f80c0 TextureCache: Fix case where layer goes off bound. 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
VolcaEM fc68fb9ff5 Correct function name (2/2) 6 years ago
VolcaEM 7f61427719 Correct function name (1/2) 6 years ago
VolcaEM ba50f8b8e6 Clang-format 6 years ago
VolcaEM 2d1d304a4d Remove unnecessary conversion 6 years ago
VolcaEM 5e324ef05d Address review comment by Lioncash 6 years ago
VolcaEM b453eca31f Add a "Open Mods Page" button to the GUI 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
Morph 1e9be249e1 decode/image: Implement B10G11R11F 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