9827 Commits (cde8e7f60513f8b030d019d489dda50837b4e508)

Author SHA1 Message Date
Lioncash 366895989c yuzu/debugger: Remove graphics surface viewer 7 years ago
bunnei 2a4a454793 memory_manager: Improved implementation of read/write/copy block. 7 years ago
Lioncash a812485b94 video_core/macro_interpreter: Remove assertion within FetchParameter() 7 years ago
Lioncash d2143cb59c video_core/macro_interpreter: Simplify GetRegister() 7 years ago
Lioncash 69846b1557 video_core/memory_manager: Make Read() a const qualified member function 7 years ago
Lioncash e36500c07f video_core/memory_manager: Make ReadBlock() a const qualifier member function 7 years ago
Lioncash 514351af96 video_core/memory_manager: Add a const qualified variant of GetPointer() 7 years ago
Lioncash 72e8ac8e4e video_core/memory_manager: Make FindFreeRegion() a const member function 7 years ago
Lioncash ad244b004b video_core/memory_manager: Make GpuToCpuAddress() a const member function 7 years ago
Lioncash c289629f97 yuzu/debugger/graphics_surface: Display error messages for file I/O errors 7 years ago
Lioncash 64e191b2b8 yuzu/debugger/graphics_surface: Tidy up SaveSurface 7 years ago
Lioncash 5e69f8fc32 yuzu/debugger/graphics_surface: Clean up connection overload deduction 7 years ago
Fernando Sahmkow e3d9c983aa Implement SyncPoint Register in the GPU. 7 years ago
Lioncash af6c9a2993 yuzu/debugger/graphics_surface: Fill in missing surface format listings 7 years ago
Lioncash 2afbfc88f2 video_core/gpu_thread: Silence truncation warning in ThreadManager's constructor 7 years ago
Lioncash 1211a5623e video_core/engines: Make memory manager members private 7 years ago
Lioncash 33742deaf6 video_core/engines: Remove unnecessary inclusions where applicable 7 years ago
ReinUsesLisp bce7a75a50 renderer_opengl/utils: Skip empty binds 7 years ago
ReinUsesLisp 5cea44b8c6 gl_rasterizer: Use ARB_multi_bind to update SSBOs 7 years ago
ReinUsesLisp 2cab690377 gl_rasterizer: Use ARB_multi_bind to update UBOs across stages 7 years ago
Lioncash 3910871dd8 hle/result: Remove unnecessary bitfield entry for ResultCode 7 years ago
Lioncash 633d55d503 file_sys/program_metadata: Remove obsolete TODOs 7 years ago
Lioncash f9eb4be37b common/multi_level_queue: Silence truncation warning in iterator operator++ 7 years ago
Lioncash 3b97777861 common/bit_util: Make CountLeading/CountTrailing functions have the same return types 7 years ago
Lioncash 0359cba0f3 file_sys/nca_metadata: Remove unnecessary comparison operators for TitleType 7 years ago
Lioncash d7f670204b file_sys/fsmitm_romfsbuild: Utilize a string_view in romfs_calc_path_hash() 7 years ago
Lioncash 7d93ed3f70 service/fsp_srv: Don't pass SaveDataDescriptor instances by value. 7 years ago
Lioncash 7192c8703b service/fsp_srv: Remove unnecessary unknown member in OpenSaveDataFileSystem 7 years ago
Lioncash 90abd76bd9 service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structs 7 years ago
Lioncash f1694034e8 filesystem: Use a std::string_view in OpenFile() 7 years ago
Lioncash eb491efd9f gl_shader_decompiler: Rename GenerateTemporal() to GenerateTemporary() 7 years ago
ReinUsesLisp 3585fd3d64 gl_shader_decompiler: Fix TXQ types 7 years ago
Lioncash 9ae176d921 hle/service: Resolve unused variable warnings 7 years ago
Lioncash e1391a8268 core: Add missing override specifiers where applicable 7 years ago
Lioncash 434422ab5d video_core/renderer_opengl: Remove unnecessary includes 7 years ago
Lioncash f86ec7c0c9 yuzu/main: Remove unnecessary includes 7 years ago
Lioncash a2beae815f yuzu/main: Use QStringLiteral where applicable within OnTransferableShaderCacheOpenFile() 7 years ago
Lioncash fcf5b3c1fe yuzu/main: Tidy up the error dialog string in OnTransferableShaderCacheOpenFile() 7 years ago
Lioncash 5bd509f852 yuzu/main: Remove unnecessary string concatenation in OnTransferableShaderCacheOpenFile() 7 years ago
Lioncash 77240ac447 yuzu/main: Make open_target a QString 7 years ago
Lioncash 69540bd698 yuzu/main: Use static variant of QFile's exists() 7 years ago
Lioncash a04ced34de common/lz4_compression: Remove #pragma once directive from the cpp file 7 years ago
Lioncash 74c41c4095 file_sys/control_metadata: Amend naming of members 7 years ago
Lioncash e521d9b2f8 kernel/svc: Properly sanitize mutex address in WaitProcessWideKeyAtomic 7 years ago
ReinUsesLisp ef4c8e1173 gl_state: Rework to enable individual applies 7 years ago
Lioncash e9aed6df26 service/am: Correct behavior of CreateTransferMemoryStorage() 7 years ago
Lioncash 7f00a5406c kernel/transfer_memory: Add accessors to data and sizes 7 years ago
ReinUsesLisp 62a215471a gl_shader_decompiler: Return early when an operation is invalid 7 years ago
Lioncash 746e7ee4df yuzu/applets/software_keyboard: Use QDialogButtonBox standard buttons instead of custom buttons 7 years ago
Lioncash e49a08ff6b yuzu/applets/profile_select: Use QDialogButtonBox standard buttons instead of custom buttons 7 years ago