1. 18 Jun, 2020 5 commits
    • Morph's avatar
      vk_sampler_cache: Emulate GL_LINEAR/NEAREST minification filters · 2f420618
      Morph authored
      Emulate GL_LINEAR/NEAREST minification filters using minLod = 0 and maxLod = 0.25 during sampler creation
      2f420618
    • Morph's avatar
      maxwell_to_vk: Reorder filter cases and correct mipmap_filter=None · be660e77
      Morph authored
      maxwell_to_vk: Reorder filtering modes to start with None, then Nearest, then Linear.
      maxwell_to_vk: Logs filter modes under UNREACHABLE_MSG instead of UNIMPLEMENTED_MSG, since any unknown filter modes are invalid and not unimplemented.
      maxwell_to_vk: Return VK_SAMPLER_MIPMAP_MODE_NEAREST instead of VK_SAMPLER_MIPMAP_MODE_LINEAR when mipmap_filter is None with the description from the VkSamplerCreateInfo(3) man page.
      be660e77
    • Morph's avatar
      maxwell_to_gl: Miscellaneous changes · 8868fb74
      Morph authored
      maxwell_to_gl: Log unimplemented features under UNIMPLEMENTED_MSG instead of LOG_ERROR to bring into parity with maxwell_to_vk
      maxwell_to_gl: Deduplicate logging in VertexType(), merging them into one.
      
      maxwell_to_gl: Return GL_NEAREST instead of GL_LINEAR if an unknown texture filter mode is encountered.
      maxwell_to_gl: Log the mipmap filter mode if an unknown value is passed in.
      maxwell_to_gl: Reorder filtering modes to start with None, then Nearest, then Linear.
      8868fb74
    • Rodrigo Locatti's avatar
      Merge pull request #4092 from Morph1984/image-bindings · edb2114b
      Rodrigo Locatti authored
      gl_device: Reserve 4 image bindings for fragment stage
      edb2114b
    • Fernando Sahmkow's avatar
      Merge pull request #4100 from MerryMage/no-a32-interp · 1394a581
      Fernando Sahmkow authored
      arm_dynarmic: CP15 changes
      1394a581
  2. 17 Jun, 2020 7 commits
  3. 16 Jun, 2020 5 commits
  4. 15 Jun, 2020 15 commits
  5. 14 Jun, 2020 2 commits
  6. 13 Jun, 2020 3 commits
  7. 12 Jun, 2020 2 commits
  8. 10 Jun, 2020 1 commit