Commit graph

  • 06f3567f3e [HLE/Kernel] Fix SetThreadPriority, allow nano seconds values > int.MaxValue, fix on WaitProcessWideKeyAtomic (althrough looks like it still doesn't work properly gdkchan 2018-04-19 04:06:23 -0300
  • 1efa5d7950 [HLE/Kernel] Dispose the thread wait even on exit gdkchan 2018-04-19 01:01:03 -0300
  • bddd80044f Fix Fmin/max and add vector version, add and modifying fmin/max tests (#89) MS-DOS1999 2018-04-19 05:22:12 +0200
  • 4d87f34001 Fix bad merge, and a few other fixes gdkchan 2018-04-19 00:19:22 -0300
  • ae07e2b57b [HLE/Kernel] Yield when cond var is signaled gdkchan 2018-04-19 00:00:29 -0300
  • 7ebebc6366 [HLE/Kernel] Somewhat improved sync primitives gdkchan 2018-04-18 23:52:23 -0300
  • 65384d5bc8 Add 151 complete tests for 71 base instructions of types: Alu; AluImm; AluRs; AluRx; Bfm; CcmpImm; CcmpReg; Csel; Mov; Mul. (#80) LDj3SNuD 2018-04-18 22:22:45 +0200
  • 7e3a6bbc90 Add ABS (scalar & vector), ADD (scalar), NEG (scalar) instructions. (#88) LDj3SNuD 2018-04-18 15:56:27 +0200
  • b245fd9d4b Update IAudioDeviceService.cs (#87) Ac_K 2018-04-18 01:52:20 +0000
  • 95b70fdfad Update IAudioController.cs (#86) Ac_K 2018-04-18 01:39:27 +0000
  • 02a1cc3161 Update IAccountServiceForApplication.cs (#85) Ac_K 2018-04-17 16:41:14 +0000
  • 96938ce95f Update IHidServer.cs (#84) Ac_K 2018-04-17 16:40:22 +0000
  • 8b02ec2c9a Add special log for stubs (#81) emmauss 2018-04-17 03:24:42 +0300
  • e0eac28fd4 [GPU] Set frame buffer texture size to window size gdkchan 2018-04-14 01:31:27 -0300
  • c4a231b9d8 [GPU] Send correct window size to the vertex shader gdkchan 2018-04-14 01:14:42 -0300
  • d73a2c0239 [GPU] Fix frame buffer being upside down in some cases gdkchan 2018-04-14 00:39:24 -0300
  • eb7c4b65bf [GPU] Avoid drawing the frame buffer with alpha blend enabled, use correct blend enable register, clear the buffer before drawing gdkchan 2018-04-13 22:42:55 -0300
  • f4235d4fc4 Add logclass, made changes to logging calls (#79) emmauss 2018-04-14 04:02:24 +0300
  • c1fb7ee7ba [HLE] Fix hid issues on some games gdkchan 2018-04-13 17:39:45 -0300
  • bb9936f1bf [GPU] Remove 1f in RCP instruction emitter on glsl decompiler gdkchan 2018-04-13 16:01:29 -0300
  • f6a7e77b1f [GPU] Do not use the f suffix on float contants on the shader glsl code gdkchan 2018-04-13 15:53:16 -0300
  • 8989fe1d57 Bump glsl version to support layout qualifier gdkchan 2018-04-13 15:36:12 -0300
  • f401a42891 Fix for current framebuffer issues (#78) gdkchan 2018-04-13 15:12:58 -0300
  • 1081d43cfd Add TRN1 & TRN2 (vector) instructions. Add 4 simple tests (4S, 8B). (#77) LDj3SNuD 2018-04-12 16:52:00 +0200
  • 3979660fde [CPU] Speed up translation a little bit gdkchan 2018-04-11 14:44:03 -0300
  • 306cd19186 [HLE/Service] Fix ToCalendarTimeWithMyRule (for real this time) gdkchan 2018-04-10 21:18:20 -0300
  • 7ab535c8d6 [HLE/Service] Fix ToCalendarTimeWithMyRule gdkchan 2018-04-10 21:16:27 -0300
  • 70871a5c71 [CPU] Fix CNT instruction gdkchan 2018-04-10 20:58:32 -0300
  • c4f735a405 [GPU] Add support for the BC4/5 texture formats gdkchan 2018-04-10 18:54:50 -0300
  • 9a5ae01757 Fix regression -- enable raw frame buffer rendering gdkchan 2018-04-10 16:56:03 -0300
  • 03ca51e5cf [GPU] Add more shader instructions, add support for rgb565 textures gdkchan 2018-04-10 16:50:32 -0300
  • 1d957cc053 Add A1B5G5R5 texture format. (#76) LDj3SNuD 2018-04-08 23:08:36 +0200
  • 9dd5796166 Remove line numbers from log gdkchan 2018-04-08 17:38:27 -0300
  • 1fba150449 log calling method in logs (#71) emmauss 2018-04-08 23:30:50 +0300
  • 61a8a68bfd Use correct pitch value when decoding linear swizzle textures gdkchan 2018-04-08 17:09:41 -0300
  • c6eca2bdc8 Merge shader branch, adding support for GLSL decompilation, a macro interpreter, and a rewrite of the GPU code. gdkchan 2018-04-08 16:17:35 -0300
  • 7553164105 Add FMUL (scalar, by element) instruction; add FRECPE, FRECPS (scalar & vector) instructions. Add 5 simple tests. (#74) LDj3SNuD 2018-04-08 21:08:57 +0200
  • 93d494baab [CPU] Fix CBZ/CBNZ with 32 bits operands gdkchan 2018-04-06 17:22:26 -0300
  • fb2c73e30a [CPU] Fail early when the index/size of the vector is invalid gdkchan 2018-04-06 15:39:39 -0300
  • 5565c49502 Bump the maximum number of threads gdkchan 2018-04-06 10:53:18 -0300
  • 178d133586 Fix FRSQRTS and FCM* (scalar) instructions gdkchan 2018-04-06 10:20:17 -0300
  • 55d5b3cd34 Show service short name for unimplemented commands gdkchan 2018-04-06 02:38:59 -0300
  • d3d0916b46 Support the .romfs extension aswell gdkchan 2018-04-06 02:02:13 -0300
  • e84111d338 Add FMLS (vector) instruction gdkchan 2018-04-06 01:41:54 -0300
  • c600200d05 Fix typo gdkchan 2018-04-06 01:07:51 -0300
  • ff2d0ff2b6 Fix possible regression on bsd gdkchan 2018-04-06 01:06:34 -0300
  • 3ef47c3563 Rename services with the official interface names gdkchan 2018-04-06 01:01:52 -0300
  • 682c72e00b Add FRSQRTS and FCM* instructions gdkchan 2018-04-05 23:28:12 -0300
  • 3f36ff10d5 Implement Frsqrte_S (#72) Merry 2018-04-06 00:36:19 +0100
  • a505f2843e Color* should be an array in NvGpuIoctlZbcSetTable gdkchan 2018-04-05 10:23:52 -0300
  • f1781aced3 [ServiceNvDrv] Add 0x4703 ([/dev/nvhost-ctrl-gpu] NvGpuIoctlZbcSetTable) (#70) Starlet 2018-04-05 09:18:13 -0400
  • d9e8f5c182 Update README.md Ac_K 2018-04-05 04:02:21 +0200
  • 35cb901df8 Add Faddp (vector) instruction gdkchan 2018-04-04 22:13:10 -0300
  • 10bbafd846 Fix GetAvailableLanguageCodes, stub ListAddOnContent and NvGpuAsIoctlRemap (0x4114) gdkchan 2018-04-04 21:01:36 -0300
  • a7d5772834 Stub ActivateKeyboard on Hid gdkchan 2018-04-04 19:44:02 -0300
  • 9e36fe4e9e Stub ActivateMouse on Hid gdkchan 2018-04-04 19:39:47 -0300
  • dd6ad2c0d9 Remove useless spacing gdkchan 2018-04-04 19:29:34 -0300
  • bb089290d8 stubs (#69) emmauss 2018-04-05 01:16:59 +0300
  • 449c26c7ff HashSet is not thread safe, hopefully this fixes the CPU issue where it throws a exception on Add gdkchan 2018-04-04 18:17:37 -0300
  • e673cd9dc5 Add PRFM (unscaled) instruction gdkchan 2018-04-04 18:09:24 -0300
  • cb70cde2d0 Add FNEG (vector) instruction gdkchan 2018-04-04 16:36:07 -0300
  • 6cc5db4dfb Fix SvcGetThreadId gdkchan 2018-04-04 16:07:44 -0300
  • eb93676db2 Fix 32-bits extended register instructions with 64-bits extensions gdkchan 2018-03-30 23:32:06 -0300
  • 13ed91bb52 Enable all ld/st (single structure) instructions gdkchan 2018-03-30 18:06:02 -0300
  • 4973dafa51 Fix EXT/Widening instruction carrying garbage values on some cases, fix ABD (it shouldn't accumulate, this is another variation of the instruction) gdkchan 2018-03-30 17:37:31 -0300
  • 83e9008396 Add BIT instruction gdkchan 2018-03-30 16:46:00 -0300
  • 6a0593d6e1 Add UABD instruction gdkchan 2018-03-30 16:30:23 -0300
  • b82513674a Add UABDL instruction gdkchan 2018-03-30 16:16:16 -0300
  • c17e4cc21d Add UADDL instruction gdkchan 2018-03-30 15:55:28 -0300
  • 429ab817af Add UHADD instruction gdkchan 2018-03-30 12:37:07 -0300
  • e0f4d6d8e8 SVC: Add GetInfo type 20 (added in 5.0.0) to the list of explicitly unimplemented types. (#68) Ezekiel Bethel 2018-03-30 16:27:48 +0100
  • d1f8234700 Add FNMADD instruction gdkchan 2018-03-24 00:23:42 -0300
  • 2511ce3440 Add Cls Instruction. (#67) LDj3SNuD 2018-03-24 02:06:05 +0100
  • 35692c63cc implement isession:getperformanceconfiguration (#64) emmauss 2018-03-23 14:26:11 +0200
  • 43db3799fa handle vi:u and vi:s getdisplayservice (#66) emmauss 2018-03-23 12:44:27 +0200
  • 9248fbfac4 added set: getavailablelanguagecount (#65) emmauss 2018-03-23 12:42:34 +0200
  • e387e19a4c Add Frint Instructions and Tests (#62) MS-DOS1999 2018-03-23 11:40:23 +0100
  • 23b099ae7b rename some services (#63) emmauss 2018-03-22 01:30:10 +0200
  • 206a6902fd rename some calls to current names (#61) emmauss 2018-03-21 18:28:12 +0200
  • 53a9e00bee Allow enabling/disabling memory checks on config file gdkchan 2018-03-20 18:42:13 -0300
  • 68a688e80c Rename IpcServices -> Services gdkchan 2018-03-20 17:00:00 -0300
  • 7f2a74769d Support different framebuffer offsets (fixes #59) gdkchan 2018-03-20 12:18:25 -0300
  • 9e100b881c [WIP] Add support for events (#60) gdkchan 2018-03-19 15:58:46 -0300
  • f4fdcc20d8 Add BFI instruction, even more audout fixes gdkchan 2018-03-16 00:42:44 -0300
  • 96b74de746 Add MLA (vector by element), fixes some cases of MUL (vector by element)? gdkchan 2018-03-15 22:36:47 -0300
  • 97e3b3806f Improvements to audout (#58) gdkchan 2018-03-15 21:06:24 -0300
  • 4300ad51d6 Fix crc32 instruction with size greater than a byte gdkchan 2018-03-15 18:14:22 -0300
  • 18ff200bbf Fix CPU instruction Ld/St (single structure) with index != 0 gdkchan 2018-03-15 12:59:23 -0300
  • 3537dbc02c CPU fix for the cases using a Mask with shift = 0 gdkchan 2018-03-14 01:59:22 -0300
  • 37cf79f5cf Remove unused function from CPU gdkchan 2018-03-14 00:57:07 -0300
  • 30f2d40b90 Add CRC32 instruction and SLI (vector) gdkchan 2018-03-14 00:12:05 -0300
  • 9acc52a5bf Stub StartSixAxisSensor gdkchan 2018-03-13 21:26:14 -0300
  • aa9e8523b4 Add pl:u stub, use higher precision on CNTPCT_EL0 register tick count gdkchan 2018-03-13 21:24:17 -0300
  • 698e9052dc stub some hid service functions (#57) emmauss 2018-03-13 23:59:17 +0200
  • 9d48132a5e IAudioDeviceService -> IAudioDevice gdkchan 2018-03-12 16:31:09 -0300
  • 5e3a41c0ae Fix GetAudioRenderersProcessMasterVolume which was totally wrong gdkchan 2018-03-12 16:29:06 -0300
  • d5ae91d296 Stub GetAudioRenderersProcessMasterVolume and avoid blowing up the stack inside HDomains Dispose method gdkchan 2018-03-12 02:07:48 -0300
  • 3a58a95c8c Add bsd:s service variant again gdkchan 2018-03-12 01:15:39 -0300
  • 5a769923b7 Allow more than one process, free resources on process dispose, implement SvcExitThread gdkchan 2018-03-12 01:04:52 -0300
  • 2125aed0dc Implement BSD Service (#54) Ac_K 2018-03-12 02:05:39 +0100