6104 Commits (e8f641a52de33b33e0d6c73ee7ca07f06dcd8aeb)

Author SHA1 Message Date
Zach Hilman e8f641a52d NRO Assets and NACP file format 8 years ago
Subv 7841447cf0 Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real kernel. 8 years ago
Subv ba2fb83d60 Frontend: Check for more required OpenGL extensions during startup. 8 years ago
MerryMage 0b1c2e5505 Implement exclusive monitor 8 years ago
Lioncash 0797657bc0 gl_shader_decompiler: Remove redundant Subroutine construction in AddSubroutine() 8 years ago
bunnei 148a5bef7e shader_bytecode: Implement other TEXS masks. 8 years ago
Lioncash 0081252d31 vfs: Correct file_p variable usage within InterpretAsDirectory() 8 years ago
Lioncash 398444e676 file_util, vfs: Use std::string_view where applicable 8 years ago
bunnei f5a2944ab6 gl_shader_decompiler: Remove unused state tracking and minor cleanup. 8 years ago
bunnei c43eaa94f3 gl_shader_decompiler: Implement SEL instruction. 8 years ago
Lioncash c5de0a67a8 file_util: Remove goto usages from Copy() 8 years ago
Lioncash 0ba7fe4ab1 file_util: Use a u64 to represent number of entries 8 years ago
Lioncash 964154ce44 file_util: std::move FST entries in ScanDirectoryTree() 8 years ago
bunnei 63fbf9a7d3 gl_rasterizer_cache: Blit surfaces on recreation instead of flush and load. 8 years ago
bunnei 4301f0b539 gl_rasterizer_cache: Use GPUVAddr as cache key, not parameter set. 8 years ago
bunnei cd47391c2d gl_rasterizer_cache: Use zeta_width and zeta_height registers for depth buffer. 8 years ago
bunnei d8c60029d6 gl_rasterizer: Use zeta_enable register to enable depth buffer. 8 years ago
bunnei 5287991a36 maxwell_3d: Add depth buffer enable, width, and height registers. 8 years ago
Subv 5c49e56d41 GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command. 8 years ago
Lioncash d66b43dadf file_util: Use an enum class for GetUserPath() 8 years ago
Lioncash 34d6a1349c file_util: Remove explicit type from std::min() in GetPathWithoutTop() 8 years ago
Lioncash 41660c8923 file_util: Remove redundant duplicate return in GetPathWithoutTop() 8 years ago
Lioncash 973fdce79b common: Remove synchronized_wrapper.h 8 years ago
Lioncash 459e158340 file_sys/errors: Remove redundant object constructor calls 8 years ago
Lioncash b46c0ed1fa vfs_real: Remove redundant copying of std::vector instances in GetFiles() and GetSubdirectories() 8 years ago
Lioncash ec71915ede partition_filesystem, vfs_real: Add missing standard includes 8 years ago
Lioncash d36e327ba6 partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory() where applicable 8 years ago
Lioncash 2b91386e15 partition_filesystem, vfs_real: Use std::distance() instead of subtraction 8 years ago
Lioncash 3e0727df1b vfs_offset: Simplify TrimToFit() 8 years ago
Lioncash 894b0de0f2 vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const reference 8 years ago
Lioncash dd09439fee vfs: Use variable template variants of std::is_trivially_copyable 8 years ago
Lioncash 05231d8b08 vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member functions to be const qualified 8 years ago
Subv 966874e357 Loader: Only print the module names and addresses if they actually exist. 8 years ago
Subv d84eb9dac6 CPU: Save and restore the TPIDR_EL0 system register on every context switch. 8 years ago
Lioncash ae09adfcb3 arm_interface: Remove unused tls_address member of ThreadContext 8 years ago
Lioncash d5bc9aef4e gl_shader_manager: Replace unimplemented function prototype 8 years ago
Lioncash 863579736c gpu: Rename Get3DEngine() to Maxwell3D() 8 years ago
Lioncash bb960c8cb4 video_core: Use nested namespaces where applicable 8 years ago
Lioncash 48733744bb arm_test_common: Get rid of truncation warnings 8 years ago
Lioncash a8bb1eb39f arm_test_common: Make file static variable a member variable of the testing environment 8 years ago
Lioncash a44475207c arm_test_common: Add missing header guard 8 years ago
Lioncash 3268321f4b param_package: Take std::string by value in string-based Set() function 8 years ago
Lioncash 6279c2dcf4 param_package: Use std::unordered_map's insert_or_assign instead of map indexing 8 years ago
Lioncash 474ec2ee5f param_package: Get rid of file-static std::string construction 8 years ago
Lioncash f63ccbd936 logging/filter: Use std::string_view in ParseFilterString() 8 years ago
Lioncash 7a1a860abe logging/backend: Add missing standard includes 8 years ago
Lioncash 457d1b4490 logging/backend: Use std::string_view in RemoveBackend() and GetBackend() 8 years ago
bunnei dffd154d6d apm: Improve stub for GetPerformanceConfiguration. 8 years ago
Lioncash 0a0b3c4b9f ipc_helpers: Add PushEnum() member function to ResponseBuilder 8 years ago
Subv 9c7321fe6d HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error. 8 years ago