6099 Commits (5ae803cdabbb689506ed68271b28ee624b2de0bb)

Author SHA1 Message Date
Subv 555a0638ec Frontend: Check for more required OpenGL extensions during startup. 8 years ago
MerryMage 34bf2dbf68 Implement exclusive monitor 8 years ago
Lioncash db185e6950 gl_shader_decompiler: Remove redundant Subroutine construction in AddSubroutine() 8 years ago
Lioncash 2cbc2717e4 vfs: Correct file_p variable usage within InterpretAsDirectory() 8 years ago
Lioncash 861405d6c0 file_util, vfs: Use std::string_view where applicable 8 years ago
bunnei e8f619cc71 gl_shader_decompiler: Remove unused state tracking and minor cleanup. 8 years ago
bunnei 3a6bad38b6 gl_shader_decompiler: Implement SEL instruction. 8 years ago
Lioncash 5440a4a9d9 file_util: Remove goto usages from Copy() 8 years ago
Lioncash 574be087d4 file_util: Use a u64 to represent number of entries 8 years ago
Lioncash 2684cc586e file_util: std::move FST entries in ScanDirectoryTree() 8 years ago
bunnei f4101aeacc gl_rasterizer_cache: Blit surfaces on recreation instead of flush and load. 8 years ago
bunnei def372de50 gl_rasterizer_cache: Use GPUVAddr as cache key, not parameter set. 8 years ago
bunnei b00904f10e gl_rasterizer_cache: Use zeta_width and zeta_height registers for depth buffer. 8 years ago
bunnei 602ff24d5c gl_rasterizer: Use zeta_enable register to enable depth buffer. 8 years ago
bunnei 6d96a4fc0a maxwell_3d: Add depth buffer enable, width, and height registers. 8 years ago
Subv c4bfd25a6a GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command. 8 years ago
Lioncash 85ca923ed4 file_util: Use an enum class for GetUserPath() 8 years ago
Lioncash 478a19a774 file_util: Remove explicit type from std::min() in GetPathWithoutTop() 8 years ago
Lioncash 32dde02a89 file_util: Remove redundant duplicate return in GetPathWithoutTop() 8 years ago
Lioncash 8ec2f1b2b7 common: Remove synchronized_wrapper.h 8 years ago
Lioncash 25e1111621 file_sys/errors: Remove redundant object constructor calls 8 years ago
Lioncash 285dfd1a6d vfs_real: Remove redundant copying of std::vector instances in GetFiles() and GetSubdirectories() 8 years ago
Lioncash 97f7a15e70 partition_filesystem, vfs_real: Add missing standard includes 8 years ago
Lioncash ed7f23ef32 partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory() where applicable 8 years ago
Lioncash 24fc1a425a partition_filesystem, vfs_real: Use std::distance() instead of subtraction 8 years ago
Lioncash 785d86d181 vfs_offset: Simplify TrimToFit() 8 years ago
Lioncash 25510961ea vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const reference 8 years ago
Lioncash e523ab8b03 vfs: Use variable template variants of std::is_trivially_copyable 8 years ago
Lioncash 556aaf9627 vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member functions to be const qualified 8 years ago
Subv c1cc141fb0 Loader: Only print the module names and addresses if they actually exist. 8 years ago
Subv 196a689d20 CPU: Save and restore the TPIDR_EL0 system register on every context switch. 8 years ago
Lioncash f4047ccd48 arm_interface: Remove unused tls_address member of ThreadContext 8 years ago
Lioncash 604f780c9d gl_shader_manager: Replace unimplemented function prototype 8 years ago
Lioncash d923d8f50c gpu: Rename Get3DEngine() to Maxwell3D() 8 years ago
Lioncash bdfd46e192 video_core: Use nested namespaces where applicable 8 years ago
Lioncash 633cba2848 arm_test_common: Get rid of truncation warnings 8 years ago
Lioncash 193e23b12f arm_test_common: Make file static variable a member variable of the testing environment 8 years ago
Lioncash c45b86bbb4 arm_test_common: Add missing header guard 8 years ago
Lioncash a2e090303f param_package: Take std::string by value in string-based Set() function 8 years ago
Lioncash 3c613decdf param_package: Use std::unordered_map's insert_or_assign instead of map indexing 8 years ago
Lioncash 48ea3bc5fb param_package: Get rid of file-static std::string construction 8 years ago
Lioncash e107471e08 logging/filter: Use std::string_view in ParseFilterString() 8 years ago
Lioncash aa199be9d0 logging/backend: Add missing standard includes 8 years ago
Lioncash 943584ff42 logging/backend: Use std::string_view in RemoveBackend() and GetBackend() 8 years ago
bunnei 1c43ebbdec apm: Improve stub for GetPerformanceConfiguration. 8 years ago
Lioncash 9e7e0ed9f0 ipc_helpers: Add PushEnum() member function to ResponseBuilder 8 years ago
Subv 34d18dac20 HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error. 8 years ago
Lioncash f53a9138bb gl_state: Make references const where applicable in Apply() 8 years ago
Lioncash 80a916dc0a gl_state: Get rid of mismatched sign conversions 8 years ago
Lioncash c9b1340d3d loader/{nca, nro}: std::move VirtualFile in the constructors where applicable 8 years ago