Skip to content
Snippets Groups Projects
  1. Jan 27, 2022
  2. Jan 26, 2022
  3. Jan 19, 2022
  4. Jan 18, 2022
  5. Jan 14, 2022
  6. Jan 13, 2022
  7. Jan 11, 2022
  8. Jan 10, 2022
    • Simon McVittie's avatar
      graphics: Replace an obsolete comment with a more appropriate one · 8630ad3c
      Simon McVittie authored
      
      The documentation in Vulkan-Loader has been updated extensively since 2019
      (see previous commits) so the previous comment here wasn't needed.
      
      Replace it with a more specific reference to where VK_ICD_FILENAMES is
      defined.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      8630ad3c
    • Simon McVittie's avatar
      graphics: Improve Vulkan-Loader reference URLs · bf68b60c
      Simon McVittie authored
      
      Some of the documentation has been expanded and reorganised. Pin to a
      release tag (sdk-1.2.198.1, the last one we have checked) so that even if
      it is reorganised again, our references will remain stable.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      bf68b60c
    • Simon McVittie's avatar
      graphics: Load ICDs and layers to match Vulkan-Loader >= 1.2.198 · f7806bdc
      Simon McVittie authored
      
      It was previously non-compliant with the XDG basedir spec, but this
      has now been fixed. Catch up with how it now works:
      
      * XDG_CONFIG_HOME is now searched (previously it was not)
      
      * XDG_DATA_HOME and ~/.local/share are now higher-precedence than
        XDG_DATA_DIRS
      
      The fact that we search both XDG_DATA_HOME and ~/.local/share, even
      if set, actually turns out to be a mistake (I misread the reference
      Vulkan-Loader code), but it makes pressure-vessel accidentally work
      around a Steam bug, so keep it for now. We deduplicate the search paths
      automatically, so in the common case where XDG_DATA_HOME is unset or
      points to ~/.local/share, it's harmless to look at it twice.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      f7806bdc
  9. Jan 07, 2022
  10. Jan 06, 2022
  11. Jan 04, 2022
  12. Dec 16, 2021
  13. Dec 09, 2021
Loading