Skip to content
  1. Mar 18, 2021
  2. Mar 17, 2021
  3. Mar 16, 2021
  4. Mar 15, 2021
  5. Mar 14, 2021
  6. Mar 13, 2021
  7. Mar 12, 2021
  8. Mar 11, 2021
  9. Mar 10, 2021
  10. Mar 09, 2021
  11. Mar 08, 2021
  12. Mar 07, 2021
  13. Mar 06, 2021
  14. Mar 05, 2021
  15. Mar 04, 2021
    • 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
Loading