9958 Commits (0f099b0fd300a62f4518373dce5cffcfd080bcaa)

Author SHA1 Message Date
Lioncash 0f099b0fd3 common/zstd_compression: Remove #pragma once directive from source file 7 years ago
Lioncash 32b833632b loader/nso: Remove left-in debug pragma 7 years ago
ReinUsesLisp 5ea871b373 shader_ir: Move Sampler index entry in operand< to sort declarations 7 years ago
ReinUsesLisp cd9e8ee0eb shader_ir: Add missing entry to Sampler operand< comparison 7 years ago
ReinUsesLisp 6198b04557 shader_ir/texture: Fix sampler const buffer key shift 7 years ago
FreddyFunk 04c474b840 Re added new lines at the end of files 7 years ago
unknown 4dfccb1f21 gl_shader_disk_cache: Compress precompiled shader cache file with Zstandard 7 years ago
unknown 5417aaca6d gl_shader_disk_cache: Use VectorVfsFile for the virtual precompiled shader cache file 7 years ago
unknown f6568c07ac gl_shader_disk_cache: Remove per shader compression 7 years ago
Fernando Sahmkow b17f7da309 Corrections Half Float operations on const buffers and implement saturation. 7 years ago
Fernando Sahmkow b437d4abd7 Allow picking a Compatibility Profile for OpenGL. 7 years ago
Fernando Sahmkow 02be88825a Apply Position Y Direction 7 years ago
Fernando Sahmkow 54ede7cc0a make ReadBlockunsafe and WriteBlockunsafe, ignore invalid pages. 7 years ago
ReinUsesLisp 42b61daeba gl_state: Fix samplers memory corruption 7 years ago
Lioncash 154995bbe6 kernel/svc: Name supervisor call 0x36 7 years ago
Lioncash f408606b79 service/audctl: Implement GetTargetVolumeMin() and GetTargetVolumeMax() 7 years ago
ReinUsesLisp 7a56d07632 video_core: Silent -Wswitch warnings 7 years ago
Zach Hilman 107d725af8 web_browser: Make OpenPage non-const 7 years ago
Zach Hilman 25f33928fc main: Add GMainWindow hooks for Error display 7 years ago
Zach Hilman a8e185742b main: Switch to AppletManager for frontend 7 years ago
Zach Hilman b508e60fe4 qt: Add dialog implementation of Error applet 7 years ago
Zach Hilman 44eb5c65e8 general_backend: Move StubApplet and add backend PhotoViewer 7 years ago
Zach Hilman a8dbc0e299 general_frontend: Add frontend scaffold for PhotoViewer applet 7 years ago
Zach Hilman 93cbd91f56 frontend: Add frontend receiver for Error applet 7 years ago
Zach Hilman 252ac62306 applets: Add Error applet 7 years ago
Zach Hilman fdd0152436 applets: Port current applets to take frontend in constructor 7 years ago
Zach Hilman 663b24e0d2 web_browser: Make OpenPage const 7 years ago
Zach Hilman 4399df50e3 core: Remove specific applets in favor of AppletManager 7 years ago
Zach Hilman a9a140d583 am: Delegate applet creation to AppletManager 7 years ago
Zach Hilman 4803c64bab applets: Add AppletManager class to control lifetime 7 years ago
Lioncash b12ed4aba9 kernel/thread: Unify wait synchronization types 7 years ago
Lioncash 4be897daa0 kernel/svc: Migrate svcCancelSynchronization behavior to a thread function 7 years ago
Lioncash 4be40a434b kernel/wait_object: Make GetHighestPriorityReadyThread() a const member function 7 years ago
Lioncash 69fdfc5296 yuzu/bootmanager: Replace unnnecessary constructor initializer list member of GGLContext 7 years ago
Lioncash 4abe8bb7ee yuzu/bootmanager: Remove unnecessary includes 7 years ago
Lioncash 3318e97f29 yuzu/bootmanager: Resolve constructor initializer list warnings 7 years ago
Lioncash 12cf6b5c64 CMakeLists: Ensure we specify Unicode as the codepage on Windows 7 years ago
Lioncash 6a42862a16 kernel/vm_manager: Remove usages of global system accessors 7 years ago
Fernando Sahmkow ad686a3c0d Implement IsBlockContinous 7 years ago
Fernando Sahmkow 56c2b0ea86 Apply Const correctness to SwizzleKepler and replace u32 for size_t on iterators. 7 years ago
Fernando Sahmkow 994393bd02 Use ReadBlockUnsafe for fetyching DMA CommandLists 7 years ago
Fernando Sahmkow 86d3cb5fa7 Document unsafe versions and add BlockCopyUnsafe 7 years ago
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
Fernando Sahmkow 525211db3b Use WriteBlock and ReadBlock. 7 years ago
Fernando Sahmkow 15368c6070 Implement Block Linear copies in Kepler Memory. 7 years ago
ReinUsesLisp 45044529b4 vk_shader_decompiler: Add missing operations 7 years ago
ReinUsesLisp 6ea1afc2bc shader_ir/decode: Fix half float pre-operations and remove MetaHalfArithmetic 7 years ago
ReinUsesLisp 7e58372bb9 gl_shader_decompiler: Fix MrgH0 decompilation 7 years ago