1. 15 Mar, 2021 1 commit
  2. 14 Mar, 2021 1 commit
  3. 13 Mar, 2021 3 commits
  4. 12 Mar, 2021 1 commit
  5. 11 Mar, 2021 1 commit
  6. 10 Mar, 2021 2 commits
  7. 09 Mar, 2021 2 commits
  8. 08 Mar, 2021 4 commits
  9. 07 Mar, 2021 2 commits
  10. 06 Mar, 2021 9 commits
  11. 05 Mar, 2021 5 commits
  12. 04 Mar, 2021 3 commits
    • ameerj's avatar
      texture_cache: Blacklist BGRA8 copies and views on OpenGL · 5213f702
      ameerj authored
      In order to force the BGRA8 conversion on Nvidia using OpenGL, we need to forbid texture copies and views with other formats.
      
      This commit also adds a boolean relating to this, as this needs to be done only for the OpenGL api, Vulkan must remain unchanged.
      5213f702
    • ameerj's avatar
      renderer_opengl: Swizzle BGR textures on copy · 0639244d
      ameerj authored
      OpenGL does not natively support BGR internal formats, which causes many BGR textures to render incorrectly, with Red and Blue channels swapped.
      
      This commit aims to address this by swizzling the blue and red channels on texture copies when a BGR format is encountered.
      0639244d
    • bunnei's avatar
      Merge pull request #5989 from ReinUsesLisp/cmdpool · b8b58915
      bunnei authored
      vk_command_pool: Reduce the command pool size from 4096 to 4
      b8b58915
  13. 03 Mar, 2021 5 commits
  14. 02 Mar, 2021 1 commit