9887 Commits (b437d4abd7025b9c8e0449f15c886f65e87a6b53)

Author SHA1 Message Date
Fernando Sahmkow b437d4abd7 Allow picking a Compatibility Profile for OpenGL. 8 years ago
Lioncash 154995bbe6 kernel/svc: Name supervisor call 0x36 8 years ago
Lioncash 4be40a434b kernel/wait_object: Make GetHighestPriorityReadyThread() a const member function 8 years ago
Lioncash 69fdfc5296 yuzu/bootmanager: Replace unnnecessary constructor initializer list member of GGLContext 8 years ago
Lioncash 4abe8bb7ee yuzu/bootmanager: Remove unnecessary includes 8 years ago
Lioncash 3318e97f29 yuzu/bootmanager: Resolve constructor initializer list warnings 8 years ago
Lioncash 0af0b0f908 CMakeLists: Define QT_USE_QSTRINGBUILDER for the Qt target 8 years ago
Lioncash 4902eb4d01 svc: Specify handle value in thread's name 8 years ago
Lioncash a08e56c7a7 common/{lz4_compression, zstd_compression}: Add missing header guards 8 years ago
Fernando Sahmkow 7e2bd462f9 Correct Pitch in Fermi2D 8 years ago
Lioncash 78571c84b3 kernel/thread: Remove BoostPriority() 8 years ago
Lioncash 6baebc3d41 kernel/thread: Remove unused guest_handle member variable 8 years ago
ReinUsesLisp 79e7fb6d6f shader_ir: Implement STG, keep track of global memory usage and flush 8 years ago
Lioncash 97ccd45bb4 kernel/svc: Implement svcUnmapProcessCodeMemory 8 years ago
Lioncash 0b1ffc40a7 kernel/svc: Implement svcMapProcessCodeMemory 8 years ago
FreddyFunk 27f51145b5 Fix Clang Format 8 years ago
Lioncash 46a7c8826b common/swap: Improve codegen of the default swap fallbacks 8 years ago
Lioncash e49ee38660 core/core: Move process execution start to System's Load() 8 years ago
Lioncash 67744e08c9 core/process: Remove unideal page table setting from LoadFromMetadata() 8 years ago
Lioncash 3cfaddba85 core/core: Move main process creation into Load() 8 years ago
Lioncash e0962940a2 video_core/gpu: Create threads separately from initialization 8 years ago
Lioncash 567b7de124 core/cpu_core_manager: Create threads separately from initialization. 8 years ago
Lioncash 0d2300473a common/swap: Mark byte swapping free functions with [[nodiscard]] and noexcept 8 years ago
Lioncash d9fa38ef42 common/swap: Simplify swap function ifdefs 8 years ago
Lioncash 424250354c common/swap: Remove 32-bit ARM path 8 years ago
Lioncash 32e7264142 common/scope_exit: Replace std::move with std::forward in ScopeExit() 8 years ago
Lioncash 255a6c6f4b kernel: Make handle type declarations constexpr 8 years ago
FreddyFunk 9ddb70acb2 ui_settings: Rename game directory variables 8 years ago
Fernando Sahmkow 5a01502521 gl_rasterizer_cache: Relax restrictions on FastCopySurface and FastLayeredCopySurface 8 years ago
Lioncash 14ead4ceb0 service: Update service function tables 8 years ago
ReinUsesLisp 750ff46cbc gl_shader_manager: Move code to source file and minor clean up 8 years ago
ReinUsesLisp 3215c52cad gl_rasterizer: Apply just the needed state on Clear 8 years ago
Lioncash d0484bc83d ldr: Mark IsValidNROHash() as a const member function 8 years ago
Lioncash 5e0b8ed169 ldr: Amend parameters for LoadNro/UnloadNro LoadNrr/UnloadNrr 8 years ago
ReinUsesLisp d334042c75 vk_shader_decompiler: Implement flow primitives 8 years ago
ReinUsesLisp e3c886a149 vk_shader_decompiler: Implement most common texture primitives 8 years ago
ReinUsesLisp 7b813afc88 vk_shader_decompiler: Implement texture decompilation helper functions 8 years ago
ReinUsesLisp 357a5fcded vk_shader_decompiler: Implement Assign and LogicalAssign 8 years ago
ReinUsesLisp b6b1cc9ffa vk_shader_decompiler: Implement non-OperationCode visits 8 years ago
ReinUsesLisp 4d83f1ea9e vk_shader_decompiler: Implement OperationCode decompilation interface 8 years ago
ReinUsesLisp 86647aee2e vk_shader_decompiler: Implement Visit 8 years ago
ReinUsesLisp 4d331aeab6 vk_shader_decompiler: Implement labels tree and flow 8 years ago
ReinUsesLisp 946b97b6f4 vk_shader_decompiler: Implement declarations 8 years ago
ReinUsesLisp 0589785e80 vk_shader_decompiler: Declare and stub interface for a SPIR-V decompiler 8 years ago
ReinUsesLisp 6272cafac7 video_core: Add sirit as optional dependency with Vulkan 8 years ago
Lioncash 591d12d34b fsp_srv: Remove unnecessary parameter popping in IDirectory's Read() 8 years ago
Lioncash 630d841435 fsp_srv: Log out option values in IFile's Read and Write functions 8 years ago
Lioncash c7d85ae11e kernel/server_session: Remove obsolete TODOs 8 years ago
Lioncash 540b874cf3 configure_hotkeys: Pass the dialog as a parent to SequenceDialog() 8 years ago
Lioncash 0a2bf1dc80 configure_hotkeys: Avoid dialog memory leak within Configure() 8 years ago