Skip to content
Snippets Groups Projects
  1. Sep 06, 2020
    • ReinUsesLisp's avatar
      video_core: Remove all Core::System references in renderer · 9e871937
      ReinUsesLisp authored
      Now that the GPU is initialized when video backends are initialized,
      it's no longer needed to query components once the game is running: it
      can be done when yuzu is booting.
      
      This allows us to pass components between constructors and in the
      process remove all Core::System references in the video backend.
      9e871937
  2. Sep 03, 2020
  3. Sep 02, 2020
  4. Aug 30, 2020
    • ReinUsesLisp's avatar
      vk_device: Fix driver id check on AMD for VK_EXT_extended_dynamic_state · c573920c
      ReinUsesLisp authored
      'driver_id' can only be known on Vulkan 1.1 after creating a logical
      device. Move the driver id check to disable
      VK_EXT_extended_dynamic_state after the logical device is successfully
      initialized.
      
      The Vulkan device will have the extension enabled but it will not be
      used.
      c573920c
    • Lioncash's avatar
      externals: Update Xbyak to 5.96 · a5dcccfd
      Lioncash authored
      I made a request on the Xbyak issue tracker to allow some constructors
      to be constexpr in order to avoid static constructors from needing to
      execute for some of our register constants.
      
      This request was implemented, so this updates Xbyak so that we can make
      use of it.
      a5dcccfd
  5. Aug 29, 2020
  6. Aug 28, 2020
  7. Aug 27, 2020
  8. Aug 26, 2020
Loading