12542 Commits (94ddc2ebdbe5b5145a4e6c8db5dcdd71a2a2b7cb)
 

Author SHA1 Message Date
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
bunnei d4b42f6bc6 Merge pull request #2315 from ReinUsesLisp/severity-decompiler 7 years ago
bunnei 1599234a39 Merge pull request #2384 from ReinUsesLisp/gl-state-clear 7 years ago
bunnei 0c107e46a6 Merge pull request #2405 from lioncash/qt 7 years ago
bunnei 1614c97d78 Merge pull request #2092 from ReinUsesLisp/stg 7 years ago
bunnei 3f45cebfca Merge pull request #2376 from lioncash/const 7 years ago
bunnei f76e8ff1e7 Merge pull request #2401 from lioncash/guard 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
bunnei d41d65dd10 Merge pull request #2382 from lioncash/table 7 years ago
bunnei 3c817b0304 Merge pull request #2393 from lioncash/svc 7 years ago
bunnei 7675fa7c42 Merge pull request #2398 from lioncash/boost 7 years ago
bunnei 789d0a28fc Merge pull request #2399 from FernandoS27/fermi-fix 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
ReinUsesLisp 6d47914b88 shader_ir/decode: Implement half float saturation 7 years ago
ReinUsesLisp 9c4449696a shader_ir/decode: Reduce severity of unimplemented half-float FTZ 7 years ago
ReinUsesLisp a87fe3ea63 renderer_opengl: Implement half float NaN comparisons 7 years ago
ReinUsesLisp b6a805df3b shader_ir: Avoid using static on heap-allocated objects 7 years ago
Fernando Sahmkow 73f925a949 Do some corrections in conversion shader instructions. 7 years ago
Cameron Cawley ed8ae582f7 travis: Use Ninja for Travis builds 7 years ago
fearlessTobi 2e197250dc GenerateSCMRev: fix Travis compilation on repo forks 7 years ago
Lioncash 0af0b0f908 CMakeLists: Define QT_USE_QSTRINGBUILDER for the Qt target 7 years ago
liushuyu 831f7ffed9 travis: use prebuilt image (#3839) 8 years ago
Lioncash 4902eb4d01 svc: Specify handle value in thread's name 7 years ago
Fernando Sahmkow 02c84726ed Correct Kepler Memory on Linear Pushes. 7 years ago
Fernando Sahmkow 0e8065d640 Support compressed formats on linear textures. 7 years ago
Lioncash a08e56c7a7 common/{lz4_compression, zstd_compression}: Add missing header guards 7 years ago
Fernando Sahmkow 7e2bd462f9 Correct Pitch in Fermi2D 7 years ago
Lioncash 78571c84b3 kernel/thread: Remove BoostPriority() 7 years ago
Lioncash 6baebc3d41 kernel/thread: Remove unused guest_handle member variable 7 years ago
ReinUsesLisp 4338b9d829 gl_shader_decompiler: Use variable AOFFI on supported hardware 7 years ago
ReinUsesLisp 79e7fb6d6f shader_ir: Implement STG, keep track of global memory usage and flush 7 years ago