9827 Commits (cde8e7f60513f8b030d019d489dda50837b4e508)

Author SHA1 Message Date
Fernando Sahmkow cde8e7f605 Use ReadBlockUnsafe for Shader Cache 7 years ago
Fernando Sahmkow b33c627670 Use ReadBlockUnsafe on TIC and TSC reading 7 years ago
Fernando Sahmkow 57051db434 GPU MemoryManager: Implement ReadBlockUnsafe and WriteBlockUnsafe 7 years ago
FreddyFunk 27f51145b5 Fix Clang Format 7 years ago
Lioncash 46a7c8826b common/swap: Improve codegen of the default swap fallbacks 7 years ago
Lioncash 0d2300473a common/swap: Mark byte swapping free functions with [[nodiscard]] and noexcept 7 years ago
Lioncash d9fa38ef42 common/swap: Simplify swap function ifdefs 7 years ago
Lioncash 424250354c common/swap: Remove 32-bit ARM path 7 years ago
Lioncash 32e7264142 common/scope_exit: Replace std::move with std::forward in ScopeExit() 7 years ago
Lioncash 255a6c6f4b kernel: Make handle type declarations constexpr 7 years ago
FreddyFunk 9ddb70acb2 ui_settings: Rename game directory variables 7 years ago
Fernando Sahmkow 5a01502521 gl_rasterizer_cache: Relax restrictions on FastCopySurface and FastLayeredCopySurface 7 years ago
ReinUsesLisp 750ff46cbc gl_shader_manager: Move code to source file and minor clean up 7 years ago
Lioncash d0484bc83d ldr: Mark IsValidNROHash() as a const member function 7 years ago
Lioncash 5e0b8ed169 ldr: Amend parameters for LoadNro/UnloadNro LoadNrr/UnloadNrr 7 years ago
ReinUsesLisp d334042c75 vk_shader_decompiler: Implement flow primitives 7 years ago
ReinUsesLisp e3c886a149 vk_shader_decompiler: Implement most common texture primitives 7 years ago
ReinUsesLisp 7b813afc88 vk_shader_decompiler: Implement texture decompilation helper functions 7 years ago
ReinUsesLisp 357a5fcded vk_shader_decompiler: Implement Assign and LogicalAssign 7 years ago
ReinUsesLisp b6b1cc9ffa vk_shader_decompiler: Implement non-OperationCode visits 7 years ago
ReinUsesLisp 4d83f1ea9e vk_shader_decompiler: Implement OperationCode decompilation interface 7 years ago
ReinUsesLisp 86647aee2e vk_shader_decompiler: Implement Visit 7 years ago
ReinUsesLisp 4d331aeab6 vk_shader_decompiler: Implement labels tree and flow 7 years ago
ReinUsesLisp 946b97b6f4 vk_shader_decompiler: Implement declarations 7 years ago
ReinUsesLisp 0589785e80 vk_shader_decompiler: Declare and stub interface for a SPIR-V decompiler 7 years ago
ReinUsesLisp 6272cafac7 video_core: Add sirit as optional dependency with Vulkan 7 years ago
Lioncash 591d12d34b fsp_srv: Remove unnecessary parameter popping in IDirectory's Read() 7 years ago
Lioncash 630d841435 fsp_srv: Log out option values in IFile's Read and Write functions 7 years ago
Lioncash c7d85ae11e kernel/server_session: Remove obsolete TODOs 7 years ago
Fernando Sahmkow 3d337af7b8 Remove bounding in LD_C 7 years ago
Fernando Sahmkow 50484ee68a Correct Fermi Copy on Linear Textures. 7 years ago
Lioncash 9e3d4595b7 kernel/process: Set page table when page table resizes occur. 7 years ago
Fernando Sahmkow 1f12f92fc8 Implement Texture Format ZF32_X24S8. 7 years ago
Fernando Sahmkow 9360d5e854 Correct depth compare with color formats for R32F 7 years ago
Lioncash af836c2968 yuzu/loading_screen: Resolve runtime Qt string formatting warnings 7 years ago
zarroboogs 77bc4d1bd9 added a toggle to force 30fps mode 7 years ago
Fernando Sahmkow 7f9e792814 gl_backend: Align Pixel Storage 7 years ago
Fernando Sahmkow 25e6fb72eb Correct LOP_IMN encoding 7 years ago
Fernando Sahmkow 34b15b69df Correct XMAD mode, psl and high_b on different encodings. 7 years ago
Lioncash 43e9b334af kernel/svc: Deglobalize the supervisor call handlers 7 years ago
Fernando Sahmkow a576cd4a8c Permit a Null Shader in case of a bad host_ptr. 7 years ago
Lioncash 024bdfdc08 core/memory: Remove unused enum constants 7 years ago
Lioncash 08424ab57f core/memory: Remove GetCurrentPageTable() 7 years ago
Lioncash c1a788780d arm/arm_dynarmic: Remove unnecessary current_page_table member 7 years ago
Lioncash 6a929c3a2c kernel: Handle page table switching within MakeCurrentProcess() 7 years ago
Lioncash bfbadb38be kernel/server_session: Return a std::pair from CreateSessionPair() 7 years ago
Lioncash 05243b3041 kernel/server_port: Return a std::pair from CreatePortPair() 7 years ago
ReinUsesLisp 8092d3fad0 maxwell_3d: Reduce severity of ProcessSyncPoint 7 years ago
Lioncash 053aae66c1 video_core/textures/convert: Replace include with a forward declaration 7 years ago
Lioncash 44d91d561a video_core/texures/texture: Remove unnecessary includes 7 years ago