11599 Commits (48dcf4c2d8dd6a2d8d990a245f515b640fbb28e4)

Author SHA1 Message Date
Fernando Sahmkow 48dcf4c2d8 Kernel: Correct behavior of Address Arbiter threads. (#3165) 6 years ago
Fernando Sahmkow 1987e66daa Maxwell3D: Implement Depth Mode. 6 years ago
ReinUsesLisp fdff48420a vk_shader_decompiler: Fix build issues on old gcc versions 6 years ago
ReinUsesLisp 761483ac63 vk_shader_decompiler: Reduce YNegate's severity 6 years ago
ReinUsesLisp 72b999d789 shader_ir/other: Implement S2R InvocationId 6 years ago
ReinUsesLisp 7ec8977596 vk_shader_decompiler: Misc changes 6 years ago
ReinUsesLisp f2de7089e1 shader: Keep track of shaders using warp instructions 6 years ago
ReinUsesLisp 243a33aba9 shader_ir/memory: Implement patch stores 6 years ago
ReinUsesLisp e3a6205772 vk_device: Misc changes 6 years ago
ReinUsesLisp 3c2839e533 externals: Update Vulkan-Headers 6 years ago
Lioncash 7953f7b0d8 kernel: Remove unnecessary includes 6 years ago
Lioncash 28ac8d63ef kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew 6 years ago
ReinUsesLisp b6cafd5c88 vk_swapchain: Add support for swapping sRGB 6 years ago
ReinUsesLisp b377e0c75c maxwell_3d: Add tessellation tess level registers 6 years ago
ReinUsesLisp cac31c3fbb maxwell_3d: Add tessellation mode register 6 years ago
ReinUsesLisp c69c5be931 maxwell_3d: Add patch vertices register 6 years ago
ReinUsesLisp 959ac10dc8 shader_bytecode: Remove corrupted character 6 years ago
Fernando Sahmkow 2624ac7ae8 CpuCore: Clear exclusive state after doing a run in dynarmic. 6 years ago
ReinUsesLisp bcf24c9ed8 telemetry_session: Report renderer backend 6 years ago
ReinUsesLisp 3c521afbec telemetry_session: Use temporary to avoid writing the same enum 6 years ago
ReinUsesLisp 94a911d619 texture_cache/surface_base: Fix out of bounds texture views 6 years ago
ReinUsesLisp e57b57cdbc gl_framebuffer_cache: Optimize framebuffer key 6 years ago
ReinUsesLisp da1bef3a85 gl_rasterizer: Re-enable framebuffer cache for clear buffers 6 years ago
bunnei 4a4516868c kernel: Implement a more accurate IPC dispatch. 6 years ago
Morph 2b0823df12 patch_manager: Adds check for disabled cheats to prevent them from being enabled (#3178) 6 years ago
Lioncash ab484b42b9 video_core/gpu_thread: Tidy up SwapBuffers() 6 years ago
Lioncash 70eebf7ba8 video_core/const_buffer_locker: Make use of std::tie in HasEqualKeys() 6 years ago
Lioncash 40aa442a35 video_core/const_buffer_locker: Remove unused includes 6 years ago
Lioncash 3f27987dcc video_core/const_buffer_locker: Remove #pragma once from cpp file 6 years ago
Lioncash 0da88a9876 filesys/romfs: Remove unused includes 6 years ago
Lioncash eada47f40f filesys/romfs: Make ProcessFile and ProcessDirectory internally linked 6 years ago
Lioncash a56ce41cc2 file_sys/directory: Make EntryType an enum class 6 years ago
Lioncash 50906bcf42 core/memory; Migrate over SetCurrentPageTable() to the Memory class 6 years ago
Lioncash d03fbad80f core/memory: Migrate over GetPointerFromVMA() to the Memory class 6 years ago
Lioncash b5f69f4cc9 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash cc3d6fdf73 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash 9e3cbf71fc core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class 6 years ago
Lioncash ad85ba53dd core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class 6 years ago
Lioncash 8d306269d0 core/memory: Migrate over ReadCString() to the Memory class 6 years ago
Lioncash 7110e6a128 core/memory: Migrate over GetPointer() 6 years ago
Lioncash e04aeb9531 core: Prepare various classes for memory read/write migration 6 years ago
Lioncash 717e2d5b94 core/memory: Move memory read/write implementation functions into an anonymous namespace 6 years ago
Lioncash 811191a9c9 core/memory: Migrate over address checking functions to the new Memory class 6 years ago
Lioncash 1d9be65e26 core/memory: Migrate over memory mapping functions to the new Memory class 6 years ago
Lioncash ff443fa835 core/memory: Introduce skeleton of Memory class 6 years ago
bunnei 8b35acbd29 core_timing: Use better reference tracking for EventType. (#3159) 6 years ago
ReinUsesLisp c769397a9a gl_shader_decompiler: Fix casts from fp32 to f16 6 years ago
bunnei 9a3cd7ccb8 kernel: Fix reference management for client/server session. 6 years ago
ReinUsesLisp b326331a1f gl_device: Deduce indexing bug from device instead of heuristic 6 years ago
bunnei 5cb0f276fe kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago