Commit graph

  • 54f4f37e3b
    aligned Shrek5InTheatres2019 2020-06-01 18:33:28 -0700
  • b36717614a
    better variable alignment Shrek5InTheatres2019 2020-06-01 18:12:11 -0700
  • e99b4b3562
    Update NRR structs VolcaEM 2020-05-31 19:44:28 +0200
  • fd7cbe1984 Fixed the issue of unjustifiably longer boot times at the second boot than at the first boot, measured at the same time or reference point and with the same number of translated functions. LDj3SNuD 2020-05-31 02:50:20 +0200
  • 01b5e44dfb Address riperiperi comments. LDj3SNuD 2020-05-30 23:20:04 +0200
  • 8de5f4a250 Merge branch 'master' into aot LDj3SNuD 2020-05-29 16:05:30 +0200
  • 44d7fcff39
    Implement FIFO semaphore (#1286) gdkchan 2020-05-29 05:51:10 -0300
  • ad0cea23cf vmad shrek5intheatres2019 2020-05-28 22:22:53 -0700
  • ec184a10e6 Initial commit shrek5intheatres2019 2020-05-28 21:47:37 -0700
  • 630ae1960b New enum for FIFO semaphore operation gdkchan 2020-05-29 01:20:16 -0300
  • 41b60da4ab Implement FIFO semaphore gdkchan 2020-05-29 00:38:15 -0300
  • 12cfaf56f0
    Add new depth-stencil formats (#1284) gdkchan 2020-05-28 20:01:18 -0300
  • 3ef641b05d Add new depth-stencil formats gdkchan 2020-05-28 19:30:45 -0300
  • 0e4724389f Use C#7.3's ReadOnlySpan<byte> optimization for static data Berkan Diler 2020-05-28 23:57:11 +0200
  • cc7fd0a3a9 Merge branch 'master' into aot LDj3SNuD 2020-05-28 11:43:15 +0200
  • a15b951721
    Fix wrong face culling once and for all (#1277) gdkchan 2020-05-27 20:03:07 -0300
  • 65ba0c954b Revert "Use a generic version of the Convert* functions rather than lambdas." riperiperi 2020-05-27 22:39:05 +0100
  • 5250116946
    aligned variables just look so much nicer :) Shrek5InTheatres2019 2020-05-27 13:11:44 -0700
  • 72aba014f3 Update InstEmitSimdArithmetic.cs LDj3SNuD 2020-05-27 22:01:52 +0200
  • 7bf7261065 Merge branch 'master' into aot LDj3SNuD 2020-05-27 21:54:42 +0200
  • b762a4e899
    it should work now shut up Shrek5InTheatres2019 2020-05-27 12:52:57 -0700
  • c87ec28628
    uhh Shrek5InTheatres2019 2020-05-27 12:47:43 -0700
  • 91b8dfc639
    Resolve final suggestion Shrek5InTheatres2019 2020-05-27 12:45:05 -0700
  • f714628f68
    fix build issue Shrek5InTheatres2019 2020-05-27 12:44:40 -0700
  • 6d1961c8fc
    Add description comment Shrek5InTheatres2019 2020-05-27 12:28:35 -0700
  • ce00746cba
    Change .ReadBytes(5) to IPC send buffer Shrek5InTheatres2019 2020-05-27 12:28:17 -0700
  • 62424db1ec
    Change Var Shrek5InTheatres2019 2020-05-27 12:27:41 -0700
  • a34e5a37b6 i really need to name variables better shrek5intheatres2019 2020-05-27 09:58:57 -0700
  • 16370bca76 thought it might be nice to name this variable properly shrek5intheatres2019 2020-05-27 09:57:29 -0700
  • 14e28f5ef2 Stubbed ImportServerPki shrek5intheatres2019 2020-05-27 09:53:30 -0700
  • 83d94b21d0
    Add FMaxNmV & FMinNmV Inst.s with Test. (#1279) LDj3SNuD 2020-05-27 18:51:59 +0200
  • cb7ed94483 Address PR feedback gdkchan 2020-05-27 10:51:57 -0300
  • 119173fc34 Initialize default viewport swizzle state, emulate viewport swizzle on shaders when not supported gdkchan 2020-05-25 19:29:16 -0300
  • 14031d5ccd Viewport swizzle support on NV and clip origin gdkchan 2020-01-30 19:13:09 -0300
  • 5795bb1528
    Support separate textures and samplers (#1216) gdkchan 2020-05-27 11:07:10 -0300
  • 0b6d206daa
    Omit image format if possible, and fix BA bit (#1280) gdkchan 2020-05-27 06:00:21 -0300
  • b663cd22c8
    Fix GetDesiredLanguage (#1275) mageven 2020-05-27 14:10:23 +0530
  • 6b55cedd73
    Fix GetDisplayVersion (#1276) mageven 2020-05-27 13:52:50 +0530
  • 5dab515c7a
    Flush GL commands before inevitably waiting for a query result. (#1278) riperiperi 2020-05-27 08:51:03 +0100
  • 90f2d60bf6 Address gdkchan's comments mageven 2020-05-27 09:14:22 +0530
  • 390df869ec Correct tzcnt slip-up mageven 2020-05-26 07:12:20 +0530
  • 4226900d30 Match extension name gdkchan 2020-05-26 23:26:33 -0300
  • 6f9c142d9c Omit image format if possible, and fix BA bit gdkchan 2020-05-26 23:17:55 -0300
  • 4f47bdd194 Add FMaxNmV & FMinNmV Inst.s with Test. LDj3SNuD 2020-05-27 02:51:56 +0200
  • 834ee17c32 Remove unnecessary span constructor. riperiperi 2020-05-27 01:12:24 +0100
  • aa43dcfbe8 Use a generic version of the Convert* functions rather than lambdas. riperiperi 2020-05-27 00:13:04 +0100
  • 85d0327542 Fix some nits. (part 1 of review feedback) riperiperi 2020-05-26 23:43:03 +0100
  • b5af7f86ec Flush GL commands before inevitably waiting for a query result. riperiperi 2020-05-26 22:58:41 +0100
  • e88de03cce Nit. LDj3SNuD 2020-05-26 18:01:43 +0200
  • 29780006e5 Update Delegates.cs LDj3SNuD 2020-05-26 04:10:48 +0200
  • 08e233ce61 Merge branch 'master' into aot LDj3SNuD 2020-05-26 04:09:04 +0200
  • 0101845b58 Nits. LDj3SNuD 2020-05-26 03:55:06 +0200
  • 027b6383b6 Fix GetDesiredLanguage mageven 2020-05-25 19:36:14 +0530
  • 50356e3784 Fix GetDisplayVersion mageven 2020-05-25 16:46:09 +0530
  • 764e8fdde2 Fix Linear -> BlockLinear riperiperi 2020-05-24 19:43:42 +0100
  • 00d0525596 Fix base offset calculation for region copies. riperiperi 2020-05-24 17:27:41 +0100
  • db2fec25c7 Spacing cleanup, unrelated change. riperiperi 2020-05-24 17:06:45 +0100
  • 36211f2caa Fix a few things, 64 byte block fast copy. riperiperi 2020-05-24 16:57:29 +0100
  • d941f4c070
    Remember bound framebuffer to avoid glGetInteger use. (#1273) riperiperi 2020-05-24 14:44:12 +0100
  • 525fc630c7 Remember bound framebuffer to avoid glGetInteger use. riperiperi 2020-05-22 00:20:44 +0100
  • 8a7e25de71 Speed up buffer -> texture copies. riperiperi 2020-05-22 00:17:25 +0100
  • fc2d5086e7 Improve performance when converting texture formats. riperiperi 2020-05-17 12:41:45 +0100
  • ac0bc97c90
    Copy the value of InputConfig to a new array before iterating Xpl0itR 2020-05-23 14:48:48 +0100
  • 6416bc1938
    Implement CNTVCT_EL0 (#1268) mageven 2020-05-23 15:45:59 +0530
  • ff7a933ec0
    Implement TMML and TMML.B (#1270) Thog 2020-05-23 12:04:35 +0200
  • c4f7658028 Fix inverted encoding definitions Thog 2020-05-23 11:54:44 +0200
  • 5011640b30
    Spanify Graphics Abstraction Layer (#1226) gdkchan 2020-05-23 06:46:09 -0300
  • ff9fe93d3e Fix comment mageven 2020-05-22 22:08:02 +0530
  • 757c690f6e Address gdkchan's comments Thog 2020-05-22 17:51:45 +0200
  • 40c7e9f590 Fix TmmlB declaration alignment Thog 2020-05-22 17:33:33 +0200
  • 70bbcd3ac0 Implement TMML and TMML.B Thog 2020-05-22 17:31:15 +0200
  • 07de40c12b Implement CNTVCT_EL0 mageven 2020-05-22 15:11:19 +0530
  • b42a9f6eab
    Update README.md citrus 2020-05-21 21:03:18 -0400
  • a55261d70f
    Update README.md citrus 2020-05-21 20:59:58 -0400
  • cc8dbdd3fb
    time: Make sure to initialize the network system clock with a valid system clock (#1259) Thog 2020-05-20 11:35:30 +0200
  • 0f0fac7c2e Fix align of some variables Thog 2020-05-20 02:16:50 +0200
  • 0ebf27ffd3 SurfaceFlinger: fix some bugs Thog 2020-05-20 02:06:51 +0200
  • f83ed7231a Nits. LDj3SNuD 2020-05-19 17:32:45 +0200
  • 4a98c495bc time: Make sure to initialize the network system clock with a valid system clock Thog 2020-05-19 12:15:02 +0200
  • 49e9bf43fc Limited profiling of the functions to be translated to the addresses belonging to the range of static objects only. LDj3SNuD 2020-05-19 03:57:51 +0200
  • 9543bd8f29 Restored the ability to assemble jumps with 8-bit offset when Profiled PTC is disabled or during profiling. LDj3SNuD 2020-05-16 14:08:43 +0200
  • 9544ed98b6
    Update to LibHac 0.11.2 (#1240) Alex Barney 2020-05-16 03:12:13 -0700
  • 2a5d7facb6 Merge branch 'master' into aot LDj3SNuD 2020-05-16 04:54:57 +0200
  • 3b70a28087
    Unwinding Follow-up. Fix a bug in JitUnwindWindows where ... (#1238) LDj3SNuD 2020-05-15 13:46:35 +0200
  • e8d3e3f081 Delete exist migrating for now HorrorTroll 2020-05-15 17:51:50 +0700
  • da3fd3f71b surfaceflinger: FreeBufferLocked doesn't reset the graphic buffer Thog 2020-05-15 12:20:18 +0200
  • ba4830293e
    Refactor out Application details from Horizon (#1236) mageven 2020-05-15 11:46:46 +0530
  • 4b7be39089 Change IParentalControlService to use ApplicationLoader.ControlData mageven 2020-05-15 11:30:33 +0530
  • 67f86d46c9 Move ticket reading to common method mageven 2020-05-12 18:23:54 +0530
  • 5a460849d5 Address gdkchan's comments mageven 2020-05-11 22:05:52 +0530
  • 750b352284 Clean unused namespaces mageven 2020-05-11 10:26:28 +0530
  • 70cb55e685 Misc typo and access modifier fixes mageven 2020-05-10 13:54:08 +0530
  • 7570c09843 Initial Application refactor mageven 2020-05-10 13:26:03 +0530
  • 0ff00bd6d3
    am: Implement common web applets (#1188) Thog 2020-05-15 03:56:14 +0200
  • 378259a40a
    Surface Flinger: Implement GetBufferHistory (#1232) Thog 2020-05-15 03:30:08 +0200
  • b2e5855928
    pctl: refactoring IParentalControlServiceFactory and IParentalControl… (#1219) Ac_K 2020-05-15 03:14:38 +0200
  • bd99ce0c31
    Little align nit. HorrorTroll 2020-05-15 06:35:53 +0700
  • 79f308bf37 Another nit, meh. HorrorTroll 2020-05-14 22:50:50 +0700
  • d9739c358c Address Ac_K's comment Thog 2020-05-09 03:23:29 +0200
  • fe41c2b390 Surface Flinger: Implement GetBufferHistory Thog 2020-05-09 02:05:33 +0200