1. 30 Jan, 2019 2 commits
    • ReinUsesLisp's avatar
      gl_shader_cache: Fix texture view for cubemaps as cubemap arrays · f58a6152
      ReinUsesLisp authored
      Cubemaps are considered layered and to create a texture view the texture
      mustn't be a layered texture, resulting in cubemaps being bound as
      cubemap arrays. To fix this issue this commit introduces an extra
      surface parameter called "is_array" and uses this to query for texture
      view creation.
      
      Now that texture views for cubemaps are actually being created, this
      also fixes the number of layers created for the texture view (since they
      have to be 6 to create a texture view of cubemaps).
      f58a6152
    • Lioncash's avatar
      hle/ipc_helpers: Fix clang-format warnings · 2561a79c
      Lioncash authored
      2561a79c
  2. 29 Jan, 2019 3 commits
  3. 28 Jan, 2019 7 commits
  4. 27 Jan, 2019 4 commits
  5. 26 Jan, 2019 3 commits
  6. 24 Jan, 2019 3 commits
  7. 22 Jan, 2019 5 commits
  8. 21 Jan, 2019 11 commits
  9. 20 Jan, 2019 2 commits