Skip to content
Snippets Groups Projects
  1. Jun 19, 2024
    • Niklas Haas's avatar
      colorspace: switch to the CAT16 color transform · 1fd3c7bd
      Niklas Haas authored
      This is substantially more accurate than the method used in CAT97, and
      improves the perceptual quality of color adaptation, including color
      temperature adaptation and color blindness simulation.
      
      Also fixes an out-of-date comment.
      v7.349.0
      1fd3c7bd
  2. Jun 07, 2024
  3. Jun 05, 2024
    • Niklas Haas's avatar
      vulkan: remove accidental load of vkDestroyInstance · 79a2efcb
      Niklas Haas authored
      This was mistakenly added to the list of device-level function pointers,
      which doesn't even make any sense as it's not a device-level function.
      
      Caught by a warning in new versions of the vulkan validation layers,
      since the result is always NULL.
      79a2efcb
  4. Jun 01, 2024
  5. May 29, 2024
  6. May 23, 2024
  7. May 21, 2024
    • Niklas Haas's avatar
      gpu/utils: only sort by relevant texture capabilities · 2052ae5c
      Niklas Haas authored
      Capabilities like vertex, texel buffer support or readback shouldn't
      influence the sorting, because this requirement will typically be
      explicitly filtered for when searching for such formats.
      
      This capability sorting only exists to allow prioritizing formats that
      have the optional ability to leverage more performant code paths, e.g.
      by allowing blits, linear sampling or texture storage. And in either
      case, we wouldn't want to pick a worse rendering format just for some
      minor side benefit from having it be compute-dispatchable when blending
      or some other obscure edge case like that.
      
      (And lastly, there is also the user friendliness consideration of
      wanting "primitive" texture formats near the top of the list)
      2052ae5c
  8. May 20, 2024
  9. May 10, 2024
  10. May 02, 2024
  11. Apr 24, 2024
  12. Apr 18, 2024
  13. Apr 16, 2024
  14. Apr 12, 2024
  15. Mar 20, 2024
  16. Mar 18, 2024
  17. Mar 16, 2024
  18. Mar 14, 2024
  19. Mar 11, 2024
Loading