Commit Graph

  • 40d2dcabd7 file_util: Add static assertions to ReadBytes() and WriteBytes() Lioncash 2018-04-29 18:18:39 -04:00
  • f41eb95e13 maxwell_3d: Reset vertex counts after drawing. bunnei 2018-04-29 16:23:31 -04:00
  • 08b8fcbe6d gl_shader_decompiler: Implement MOV_R. bunnei 2018-04-29 13:50:52 -04:00
  • 316327f487 maxwell_to_gl: Implement type SignedNorm, Size_8_8_8_8. bunnei 2018-04-29 13:50:02 -04:00
  • c7ce472eeb shader_bytecode: Add decoding for FMNMX instruction. bunnei 2018-04-29 13:49:16 -04:00
  • 869075867b Merge pull request #421 from Subv/sh_pred3 bunnei 2018-04-29 15:59:33 -04:00
  • da32c648bf Shaders: Implemented predicate condition 3 (LessEqual) in the fset and fsetp instructions. Subv 2018-04-29 12:49:41 -05:00
  • a71346cd7c gl_shader_decompiler: Implement MOV_C. bunnei 2018-04-29 13:13:13 -04:00
  • 6c464a2a4a Merge pull request #416 from bunnei/shader-ints-p3 bunnei 2018-04-29 12:56:16 -04:00
  • 49d92aa661 Merge pull request #417 from bunnei/lang-codes bunnei 2018-04-29 12:55:43 -04:00
  • 334e859ab1 am: Fix GetDesiredLanguage implementation. bunnei 2018-04-28 20:30:53 -04:00
  • 17b16cf6f6 set: Fix GetAvailableLanguageCodes implementation. bunnei 2018-04-28 20:29:33 -04:00
  • faa431b274 Merge pull request #418 from bunnei/copy-block-height Sebastian Valle 2018-04-29 09:49:33 -05:00
  • f87ea8fa8b fermi_2d: Fix surface copy block height. bunnei 2018-04-28 20:40:03 -04:00
  • 0c01c34eff gl_shader_decompiler: Partially implement I2I_R, and I2F_R. bunnei 2018-04-28 20:01:36 -04:00
  • e73927cfc2 gl_shader_decompiler: More cleanups, etc. with how we handle register types. bunnei 2018-04-28 19:59:30 -04:00
  • c691fa4074 GLSLRegister: Simplify register declarations, etc. bunnei 2018-04-27 22:24:53 -04:00
  • f2dcb39049 shader_bytecode: Add decodings for i2i instructions. bunnei 2018-04-27 22:19:14 -04:00
  • a7b5ab4d9a gl_shader_decompiler: Implement MOV32_IMM instruction. bunnei 2018-04-26 23:21:17 -04:00
  • 3d9126ba87 Merge pull request #414 from lioncash/cruft bunnei 2018-04-28 17:06:49 -04:00
  • 7fd54fed92 Merge pull request #413 from lioncash/dynarmic bunnei 2018-04-28 17:06:17 -04:00
  • 5d9ee12b1a file_util: Remove compiler version checks around is_trivially_copyable() Lioncash 2018-04-28 15:24:41 -04:00
  • bad00085ca Merge pull request #412 from lioncash/log bunnei 2018-04-28 15:04:24 -04:00
  • e56e2a1528 externals: Update dynarmic Lioncash 2018-04-28 14:31:32 -04:00
  • 99ac33de20 Merge pull request #411 from lioncash/travis Mat M 2018-04-27 22:12:00 -04:00
  • d43c49264f log: Remove old logging macros and functions Lioncash 2018-04-27 16:10:37 -04:00
  • 6b365f7703 Merge pull request #408 from bunnei/shader-ints-p2 bunnei 2018-04-27 16:06:09 -04:00
  • 41dde2394b Merge pull request #410 from lioncash/generic bunnei 2018-04-27 15:59:12 -04:00
  • 5a579f66a0 travis: Use Xcode 9.3 instead of 9.2 Lioncash 2018-04-27 12:17:00 -04:00
  • 16198f979e renderer_opengl: Replace usages of LOG_GENERIC with fmt-capable equivalents Lioncash 2018-04-27 11:52:18 -04:00
  • 843dd62c81 core: Replace usages of LOG_GENERIC with new fmt-capable equivalents Lioncash 2018-04-27 11:49:18 -04:00
  • e6242ab5e6 gl_shader_decompiler: Add GLSLRegisterManager class to track register state. bunnei 2018-04-26 22:48:06 -04:00
  • acede1f1d3 Merge pull request #409 from lioncash/assert bunnei 2018-04-27 11:09:56 -04:00
  • 8475496630 general: Convert assertion macros over to be fmt-compatible Lioncash 2018-04-27 07:54:05 -04:00
  • 3c40496409 Merge pull request #380 from ogniK5377/service-impl bunnei 2018-04-27 00:49:40 -04:00
  • abc23416e8 Switched to NGLOG_WARNING David Marcec 2018-04-26 20:03:12 -07:00
  • 4f120a9ec0 Merge pull request #406 from lioncash/frontend bunnei 2018-04-26 22:53:42 -04:00
  • 18f8012233 Merge pull request #407 from lioncash/common bunnei 2018-04-26 22:53:14 -04:00
  • 3e0ec3dbd7 Merge pull request #405 from lioncash/input bunnei 2018-04-26 21:54:51 -04:00
  • 3cfe77ae75 common: Move logging macros over to new fmt-capable macros where applicable Lioncash 2018-04-26 19:17:35 -04:00
  • 3062eb52f4 frontends: Move logging macros over to new fmt-capable ones Lioncash 2018-04-26 19:12:13 -04:00
  • 376f6397c6 input_common: Move old logging macros over to fmt-capable ones Lioncash 2018-04-26 19:09:25 -04:00
  • 6a3d59fdc1 Merge pull request #402 from lioncash/core bunnei 2018-04-26 18:45:10 -04:00
  • bc43946140 Merge pull request #399 from bunnei/shader-ints bunnei 2018-04-26 18:43:51 -04:00
  • 7391741a20 Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl David Marcec 2018-04-26 14:28:54 -07:00
  • f1f7f2cba9 Added PREPO to logging backend, Removed comments from SaveReportWithUser David Marcec 2018-04-26 14:19:34 -07:00
  • 4ac9b47dca Merge pull request #403 from lioncash/common bunnei 2018-04-26 16:45:41 -04:00
  • c33755e2b9 core: Replace remaining old non-generic logger usages with fmt-capable equivalents Lioncash 2018-04-26 14:46:54 -04:00
  • 87a92ef062 common: Remove chunk_file.h and linear_disk_cache.h Lioncash 2018-04-26 14:57:38 -04:00
  • c9d7abe9c9 gl_shader_decompiler: Boilerplate for handling integer instructions. bunnei 2018-04-25 23:55:21 -04:00
  • 37fa9a15cd gl_shader_decompiler: Move color output to EXIT instruction. bunnei 2018-04-25 23:10:41 -04:00
  • 3dd3cdeafd Merge pull request #401 from lioncash/gdbstub bunnei 2018-04-26 14:25:57 -04:00
  • 623d772476 core/gdbstub: Move logging macros to new fmt-compatible ones Lioncash 2018-04-26 11:08:40 -04:00
  • 4f281b3829 Merge pull request #400 from lioncash/hw bunnei 2018-04-26 10:35:36 -04:00
  • 08da0b7acc core/hw: Move logging macros over to fmt-capable ones Lioncash 2018-04-26 08:54:52 -04:00
  • f81b915fd8 Merge pull request #396 from Subv/shader_ops bunnei 2018-04-25 22:42:54 -04:00
  • dd6c67c627 Merge pull request #398 from lioncash/kernel bunnei 2018-04-25 22:42:34 -04:00
  • 42d43ea741 Merge pull request #387 from Subv/maxwell_2d bunnei 2018-04-25 20:40:17 -04:00
  • d0825c9519 Merge pull request #395 from lioncash/file-sys bunnei 2018-04-25 20:39:08 -04:00
  • 1913cf4783 kernel/shared_memory: Remove unnecessary semicolon at end of ConvertPermissions() Lioncash 2018-04-25 19:52:48 -04:00
  • 40dee76c57 kernel: Migrate logging macros to fmt-compatible ones Lioncash 2018-04-25 19:11:22 -04:00
  • 23d68a07dc Merge pull request #390 from mailwl/pctl-module bunnei 2018-04-25 15:51:43 -04:00
  • 60746e4e52 Merge pull request #397 from lioncash/core bunnei 2018-04-25 15:25:03 -04:00
  • 20d86d8a36 GPU: Partially implemented the Fermi2D surface copy operation. Subv 2018-04-24 22:00:40 -05:00
  • e9ad8e9185 Shaders: Added bit decodings for the I2I instruction. Subv 2018-04-25 12:52:55 -05:00
  • 1740aa5444 Shaders: Implemented the FSET instruction. Subv 2018-04-25 11:17:38 -05:00
  • 5ab597041f Memory: Added a missing shortcut for Memory::CopyBlock for the current process. Subv 2018-04-24 22:01:27 -05:00
  • 1dd4861d38 GPU: Make the Textures::CopySwizzledData function accessible from the outside of the file. Subv 2018-04-24 21:58:45 -05:00
  • a6da2b93c1 GPU: Added a function to retrieve the bytes per pixel of the render target formats. Subv 2018-04-24 21:57:10 -05:00
  • 378c881427 GPU: Added surface copy registers to Fermi2D Subv 2018-04-23 22:14:08 -05:00
  • b1109931b9 GPU: Added boilerplate code for the Fermi2D engine Subv 2018-04-23 20:12:40 -05:00
  • c16cfbbc6c GPU: Reduce the number of registers of Maxwell3D to 0xE00. Subv 2018-04-23 20:03:50 -05:00
  • a994446b6e GPU: Move the Maxwell3D macro uploading code to the inside of the Maxwell3D processor. Subv 2018-04-23 20:01:29 -05:00
  • e2f2a49d2d GPU: Corrected the upper bound of the PFIFO method ids in the command processor. Subv 2018-04-23 19:45:14 -05:00
  • 3f78a61f09 file-sys: convert a StringFromFormat call into fmt::format in GetFullPath() Lioncash 2018-04-25 11:54:48 -04:00
  • 5aafc83cc9 file-sys: Move logging macros over to the new fmt-capable ones Lioncash 2018-04-25 11:37:33 -04:00
  • 6d00780045 core/memory: Amend address widths in asserts Lioncash 2018-04-25 12:17:25 -04:00
  • 59dae03dbe core/memory: Move logging macros over to new fmt-capable ones Lioncash 2018-04-25 12:03:54 -04:00
  • 22420612db Merge pull request #394 from lioncash/video-core bunnei 2018-04-25 11:42:59 -04:00
  • b7551e457b video-core: Move logging macros over to new fmt-capable ones Lioncash 2018-04-25 08:13:44 -04:00
  • 2ba4e2263c Service/PCTL: convert to module, add services, stub PCTL::CreateServiceWithoutInitialize and IParentalControlService::Initialize, required by Kirby Star Allies mailwl 2018-04-24 18:08:23 +03:00
  • 0369ee7248 Shaders: Added decodings for the FSET instructions. Subv 2018-04-24 22:42:54 -05:00
  • ea3151f475 Merge pull request #388 from bunnei/refactor-rasterizer-cache bunnei 2018-04-24 23:22:24 -04:00
  • 6c9ca8cbca Merge pull request #393 from lioncash/loader bunnei 2018-04-24 22:44:18 -04:00
  • c30cd898fc renderer_opengl: Use correct byte order for framebuffer pixel format ABGR8. bunnei 2018-04-24 19:44:09 -04:00
  • f1a4a004fb gl_rasterizer_cache: Use CHAR_BIT for bpp conversions instead of 8. bunnei 2018-04-24 18:01:06 -04:00
  • 0a023cfb4f gl_rasterizer_cache: Use GPU PAGE_BITS/SIZE, not CPU. bunnei 2018-04-24 15:30:22 -04:00
  • 9022d926eb gl_rasterizer_cache: Use new logger. bunnei 2018-04-24 14:45:15 -04:00
  • fbb3cd110c gl_rasterizer_cache: Add a function for finding framebuffer GPU address. bunnei 2018-04-24 00:46:51 -04:00
  • bc0f1896fc gl_rasterizer_cache: Handle compressed texture sizes. bunnei 2018-04-23 23:45:47 -04:00
  • 4415e00181 gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses. bunnei 2018-04-24 00:19:36 -04:00
  • cc2e14ec2a loader: Move old logging macros over to new fmt-capable ones Lioncash 2018-04-24 20:17:03 -04:00
  • 10c6d89119 memory_manager: Add implement CpuToGpuAddress. bunnei 2018-04-21 14:40:51 -04:00
  • 239ac8abe2 memory_manager: Make GpuToCpuAddress return an optional. bunnei 2018-04-21 12:31:30 -04:00
  • 9e11a76e92 memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses. bunnei 2018-04-21 11:16:21 -04:00
  • e8c2bb24b2 Merge pull request #386 from Subv/gpu_query bunnei 2018-04-24 16:13:51 -04:00
  • b7953d2ebf Merge pull request #392 from lioncash/log bunnei 2018-04-24 14:13:54 -04:00
  • d08cfb55fe service: Move logging macros over to new fmt-compatible ones Lioncash 2018-04-24 11:05:22 -04:00
  • 88eb612718 vi: Move logging macros over to new fmt-compatible ones Lioncash 2018-04-24 10:58:52 -04:00
  • bd9c2aa51f time: Move logging macros over to new fmt-compatible ones Lioncash 2018-04-24 10:55:53 -04:00