Skip to content
  1. Jun 18, 2020
    • 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. Jun 17, 2020
  3. Jun 16, 2020
  4. Jun 15, 2020
  5. Jun 14, 2020
  6. Jun 13, 2020
  7. Jun 12, 2020
  8. Jun 10, 2020
Loading