Skip to content
Snippets Groups Projects
  1. Feb 26, 2021
    • Ludovico de Nittis's avatar
      runtime: Bind the drirc settings from the provider · 6092d653
      Ludovico de Nittis authored
      
      If we are using the provider graphics stack, including mesa, we should
      also bind the drirc settings. Otherwise we would end up using the older
      settings from the runtime.
      
      The default configuration file is expected to be located under
      `/usr/share/drirc.d`, with an additional system-wide configuration file
      called `/etc/drirc` and a per-user configuration `$HOME/.drirc`.
      
      The only one that has been left out by this commit is the one that comes
      from `$HOME`, because we normally already share the whole home
      directory, so we expect it to be already available in the container.
      
      Fixes: #60
      
      Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
      6092d653
    • Ludovico de Nittis's avatar
      runtime: Generalize the libdrm functions · 7b61f0a4
      Ludovico de Nittis authored
      
      By generalizing pv_runrime_collect_libdrm_data() and
      pv_runtime_finish_libdrm_data() we will be able to reuse these functions
      when we need to import other directories that are expected to be located
      under `/usr/share`, like `drirc.d`.
      
      Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
      7b61f0a4
  2. Feb 25, 2021
  3. Feb 24, 2021
  4. Feb 23, 2021
Loading