4653 Commits (51bfe3397ff9dd8f6fb1d9736816c16fce0f5fca)

Author SHA1 Message Date
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
ReinUsesLisp 43e5214413 shader/half_set: Implement HSET2_IMM 6 years ago
Fernando Sahmkow 57926f80c0 TextureCache: Fix case where layer goes off bound. 6 years ago
ReinUsesLisp ec8465e843 renderer_vulkan: Update validation layer name and test before enabling 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
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
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
Lioncash a99150a132 macro_jit_x64: Remove unused variable 6 years ago
Lioncash 693ec509d7 memory_manager: Eliminate variable shadowing 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 82b575087f macro_jit_x64: Remove unused function Read 6 years ago
ReinUsesLisp 3c9d7c54d9 vk_rasterizer: Don't preserve contents on full screen clears 6 years ago
ReinUsesLisp 31e538de2a vk_update_descriptor: Upload descriptor sets data directly 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 3585126153 macro_jit_x64: Optimization implicitly assumes same destination 6 years ago
MerryMage b12de7b4e5 macro_jit_x64: Should not skip zero registers for certain ALU ops 6 years ago
Morph 0c9a78da75 gl_device: Reserve at least 4 image bindings for fragment stage 6 years ago
MerryMage 482bc63e56 macro_jit_x64: Remove NEXT_PARAMETER 6 years ago
MerryMage 7cfec874c6 macro_jit_x64: Remove unused function Compile_WriteCarry 6 years ago
MerryMage 666a023957 macro_jit_x64: Select better registers 6 years ago
MerryMage e95fadc8ec macro_jit_x64: Remove REGISTERS 6 years ago
MerryMage 0679fbb750 macro_jit_x64: Remove JITState::parameters 6 years ago
MerryMage 6c2fe67af2 macro_jit_x64: Remove METHOD_ADDRESS_64 6 years ago
MerryMage 7ef7a520ca macro_jit_x64: Remove RESULT_64 6 years ago
MerryMage f60ab4ab14 xbyak_abi: Remove *GPS variants of stack manipulation functions 6 years ago
ReinUsesLisp 0f1f859a40 video_core/macro_jit_x64: Remove initializer in member variable 6 years ago