1. 02 Mar, 2022 1 commit
  2. 01 Mar, 2022 5 commits
  3. 28 Feb, 2022 2 commits
  4. 27 Feb, 2022 2 commits
    • ameerj's avatar
      gl_fence_manager: Minor optimization to signal querying · 7f7df43d
      ameerj authored
      Per the spec, bufSize is the number of integers that will be written, in this case, 1.
      
      Also, the length argument is optional if the information of the number of elements written is not needed.
      7f7df43d
    • merry's avatar
      dynarmic: Inline exclusive memory accesses · 16784e5b
      merry authored
      Inlines implementation of exclusive instructions into JITted code,
      improving performance of applications relying heavily on these
      instructions.
      
      We also fastmem these instructions for additional speed, with
      support for appropriate recompilation on fastmem failure.
      
      An unsafe optimization to disable the intercore global_monitor is also
      provided, should one wish to rely solely on cmpxchg semantics for
      safety.
      
      See also: merryhime/dynarmic#664
      16784e5b
  5. 26 Feb, 2022 6 commits
  6. 25 Feb, 2022 3 commits
  7. 24 Feb, 2022 2 commits
  8. 22 Feb, 2022 2 commits
  9. 21 Feb, 2022 11 commits
  10. 20 Feb, 2022 1 commit
  11. 19 Feb, 2022 4 commits
  12. 18 Feb, 2022 1 commit