7420 Commits (64d5ec7a87ad06df041d2ff4b8b0674c883b0bf3)
 

Author SHA1 Message Date
bunnei 656986bf34 Merge pull request #761 from bunnei/improve-raster-cache 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
bunnei 6602b23676 Merge pull request #759 from lioncash/redundant 8 years ago
bunnei 9ae3e4413f Merge pull request #748 from lioncash/namespace 8 years ago
bunnei fae0eaf7c6 Merge pull request #758 from lioncash/sync 8 years ago
bunnei 0bb774f069 Merge pull request #760 from lioncash/path 8 years ago
bunnei f0a4d6cb67 Merge pull request #762 from Subv/ioctl2 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
bunnei 8623af5453 Merge pull request #754 from lioncash/part 8 years ago
bunnei 51ba7c8827 Merge pull request #750 from lioncash/ctx 8 years ago
bunnei 622bec6577 Merge pull request #756 from lioncash/dynarmic 8 years ago
bunnei 09837fe5ff Merge pull request #746 from lioncash/tests 8 years ago
bunnei 039c35ddeb Merge pull request #747 from lioncash/unimplemented 8 years ago
bunnei 376ef08be7 Merge pull request #755 from lioncash/ctor 8 years ago
bunnei f3f12b09ad Merge pull request #749 from lioncash/consistency 8 years ago
bunnei 6458900d74 Merge pull request #751 from Subv/tpidr_el0 8 years ago
bunnei 58911f4ec5 Merge pull request #753 from lioncash/const 8 years ago
Lioncash 1c5bffe506 externals: Update dynarmic to 7ea1241 8 years ago
bunnei bd9786a6ff Merge pull request #752 from Subv/vfs_load 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
bunnei 8333b9afd0 Merge pull request #743 from lioncash/view 8 years ago
bunnei a140792144 Merge pull request #745 from lioncash/package 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
bunnei 2a56f71e58 Merge pull request #742 from bunnei/misc-apm 8 years ago
bunnei 2ddad964a7 Merge pull request #741 from lioncash/enum 8 years ago
Lioncash 633cba2848 arm_test_common: Get rid of truncation warnings 8 years ago